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

15.1 Files compared

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

15.2 Comparison summary

DescriptionBetween
Files 1 and 2
BlocksLines
Unchanged641
Changed19
Inserted22
Removed22

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

15.4 Active regular expressions

No regular expressions were active.

15.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='<%="webapps" + id%>' id="webapps"  parentContainerName="boxContainer"> 17 --%>
  18 <%
  19     if(Jahia.getSettings().isEsiCacheActivated()) {
  20         JesiFragmentTag fragmentTag = (JesiFragmentTag) pageContext.getAttribute(  JesiConst.FRAGMENT_IN_USE, PageContext.REQUEST_SCOPE );
  21         fragmentTag.setExpiration("0");
  22     }
  23 %>
  24  <content:containerList name='<%="webapps" + id%>' id="webapps"  parentContainerName="boxContainer">
18     <content:container id="webappsContainer"> 25     <content:container id="webappsContainer">
19         <content:applicationField name='webapp' id="webapp" display="false" /> 26         <content:applicationField name='webapp' id="webapp" display="false" />
20         <logic:present name="webapp" property="object">  
21         <jahiaHtml:actionMenu name="webappsContainer" namePostFix=".webapp" 27         <jahiaHtml:actionMenu name="webappsContainer" namePostFix=".webapp"
22             resourceBundle="jahiatemplates.Corporate_portal_templates_v2"> 28             resourceBundle="jahiatemplates.Corporate_portal_templates_v2">
  29                         <logic:present name="webapp" property="object">
23             <bean:define id="portletWindowBean" name="webapp" property="object" /> 30             <bean:define id="portletWindowBean" name="webapp" property="object" />
24             <!--jahiaHtml:windowStates name="portletWindowBean" /--> 31             <!--jahiaHtml:windowStates name="portletWindowBean" /-->
25             <jahiaHtml:portletModes name="portletWindowBean" /> 32             <jahiaHtml:portletModes name="portletWindowBean" />
26             <br/> 33             <br/>
27             <bean:write name="webapp" property="value" filter="false" /> 34             <bean:write name="webapp" property="value" filter="false" />
28         </jahiaHtml:actionMenu>  
29             </logic:present> 35             </logic:present>
  36         </jahiaHtml:actionMenu>
30  37 
31         <jahiaHtml:actionMenu name="webapps" namePostFix=".webapps" 38         <jahiaHtml:actionMenu name="webapps" namePostFix=".webapps"
32             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false" 39             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" useFieldSet="false"
33             labelKey="add.webapps"> 40             labelKey="add.webapps">
34         </jahiaHtml:actionMenu> 41         </jahiaHtml:actionMenu>
35     </content:container> 42     </content:container>
36  43 
37     <logic:equal name="webapps" property="size" value="0"> 44     <logic:equal name="webapps" property="size" value="0">
38         <jahiaHtml:actionMenu name="webapps" namePostFix=".webapps" 45         <jahiaHtml:actionMenu name="webapps" namePostFix=".webapps"
39             resourceBundle="jahiatemplates.Corporate_portal_templates_v2" 46             resourceBundle="jahiatemplates.Corporate_portal_templates_v2"
40             useFieldSet="false" actionIcon='<%=contextURL + "/img/actions/add.gif"%>' 47             useFieldSet="false" actionIcon='<%=contextURL + "/img/actions/add.gif"%>'
41             labelKey="add.webapps"> 48             labelKey="add.webapps">
42         </jahiaHtml:actionMenu> 49         </jahiaHtml:actionMenu>
43     </logic:equal> 50     </logic:equal>
44 </content:containerList> 51 </content:containerList>