14. Araxis Merge File Comparison Report

Produced by Araxis Merge on Fri Oct 19 14:25:20 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.

14.1 Files compared

#FileLocationLast Modified
1pages.incC:\jahia\template_diff\V2_JAHIA_5_0_0\src\jsp\boxFri Oct 19 14:18:35 2007 UTC
2pages.incC:\jahia\template_diff\V2_JAHIA_5_0_3\src\jsp\boxFri Oct 19 14:16:50 2007 UTC

14.2 Comparison summary

DescriptionBetween
Files 1 and 2
BlocksLines
Unchanged251
Changed12
Inserted00
Removed00

14.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

14.4 Active regular expressions

No regular expressions were active.

14.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 --%><content:containerList name='<%="pages" + id%>' id="pages"  parentContainerName="boxContainer"> 17 --%><content:containerList name='<%="pages" + id%>' id="pages"  parentContainerName="boxContainer">
18     <content:container id="pageContainer"> 18     <content:container id="pageContainer">
19         <content:pageField valueId="page" name='page'> 19         <content:pageField valueId="page" name='page'>
20             <logic:notEmpty name="page"> 20             <logic:notEmpty name="page">
21                 <div class="link"> 21                 <div class="link">
22                     <a <logic:equal name="page" property="type" value="2">target="_new"</logic:equal> 22                     <a <logic:equal name="page" property="type" value="2">target="_new"</logic:equal>
23                         href="<bean:write name='page' property='url'/>"> 23                         href="<bean:write name='page' property='url'/>">
24                         <bean:write name="page" property=" t itle" filter="false"/> 24                         <bean:write name="page" property="highLightDiffTitle" filter="false"/>
25                     </a> 25                     </a>
26                     <jahiaHtml:actionMenu name="pageContainer" namePostFix=".page" 26                     <jahiaHtml:actionMenu name="pageContainer" namePostFix=".page"
27                         resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false"> 27                         resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false">
28                     </jahiaHtml:actionMenu> 28                     </jahiaHtml:actionMenu>
29  29 
30                 </div> 30                 </div>
31             </logic:notEmpty> 31             </logic:notEmpty>
32  32 
33             <logic:empty name="page"> 33             <logic:empty name="page">
34                 <logic:equal name="currentRequest" property="editMode" value="true"> 34                 <logic:equal name="currentRequest" property="editMode" value="true">
35                     <div class="links error"> 35                     <div class="links error">
36                         <content:resourceBundle 36                         <content:resourceBundle
37                             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" 37                             resourceBundle="jahiatemplates.Corporate_portal_templates_v2"
38                             resourceName="noLink"/> 38                             resourceName="noLink"/>
39                         <jahiaHtml:actionMenu name="linkContainer" namePostFix=".page" 39                         <jahiaHtml:actionMenu name="linkContainer" namePostFix=".page"
40                             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false"> 40                             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false">
41                         </jahiaHtml:actionMenu> 41                         </jahiaHtml:actionMenu>
42                     </div> 42                     </div>
43                 </logic:equal> 43                 </logic:equal>
44             </logic:empty> 44             </logic:empty>
45         </content:pageField> 45         </content:pageField>
46     </content:container> 46     </content:container>
47     <jahiaHtml:actionMenu name="pages" namePostFix=".pages" 47     <jahiaHtml:actionMenu name="pages" namePostFix=".pages"
48         resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false" 48         resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false"
49         labelKey="add.pages"> 49         labelKey="add.pages">
50     </jahiaHtml:actionMenu> 50     </jahiaHtml:actionMenu>
51  51 
52 </content:containerList> 52 </content:containerList>