33. Araxis Merge File Comparison Report

Produced by Araxis Merge on Fri Oct 19 14:25:22 2007 UTC. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Internet Explorer. For optimum results when printing this report, enable printing of background images and colours in your browser and use landscape orientation.

33.1 Files compared

#FileLocationLast Modified
1form_generator.jspC:\jahia\template_diff\V2_JAHIA_5_0_0\src\jsp\form_generatorFri Oct 19 14:18:35 2007 UTC
2form_generator.jspC:\jahia\template_diff\V2_JAHIA_5_0_3\src\jsp\form_generatorFri Oct 19 14:16:51 2007 UTC

33.2 Comparison summary

DescriptionBetween
Files 1 and 2
BlocksLines
Unchanged228
Changed00
Inserted12
Removed00

33.3 Comparison options

WhitespaceAll differences in whitespace within lines are ignored
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersHidden in comparison detail

33.4 Active regular expressions

No regular expressions were active.

33.5 Comparison detail

1 <%-- 1 <%--
2 Copyright 2002-2006 Jahia Ltd 2 Copyright 2002-2006 Jahia Ltd
3  3 
4 Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL),  4 Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL),
5 Version 1.0 (the "License"), or (at your option) any later version; you may  5 Version 1.0 (the "License"), or (at your option) any later version; you may
6 not use this file except in compliance with the License. You should have  6 not use this file except in compliance with the License. You should have
7 received a copy of the License along with this program; if not, you may obtain  7 received a copy of the License along with this program; if not, you may obtain
8 a copy of the License at  8 a copy of the License at
9  9 
10  http://www.jahia.org/license/ 10  http://www.jahia.org/license/
11  11 
12 Unless required by applicable law or agreed to in writing, software  12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,  13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and  15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --%><%@ include file="../common/declarations.inc"%> 17 --%><%@ include file="../common/declarations.inc"%>
18 <%@ include file="../common/common_vars.inc"%> 18 <%@ include file="../common/common_vars.inc"%>
19  19 
20 <% 20 <%
21 logger.debug("Entering form_generator.jsp"); 21 logger.debug("Entering form_generator.jsp");
22 Vector emptyMandatoryFields = new Vector(); 22 Vector emptyMandatoryFields = new Vector();
23 boolean storePostedValues = false; 23 boolean storePostedValues = false;
  24 final String creationDateTitle = JahiaResourceBundle.getString(ResourceBundle.getBundle("jahiatemplates.Corporate_portal_templates_v2", jParams.getLocale()), "doc.creationDate", jParams.getLocale());
  25 final SimpleDateFormat sdf = new SimpleDateFormat("dd.MM.yyyy HH'h'mm");
24 %> 26 %>
25 <%@ include file="definitions.inc"%> 27 <%@ include file="definitions.inc"%>
26 <%@ include file="process_post.inc"%> 28 <%@ include file="process_post.inc"%>
27 <%@ include file="display_form.inc"%> 29 <%@ include file="display_form.inc"%>
28  30