Produced by Araxis Merge on Thu Oct 18 14:41:31 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.
| # | File | Location | Last Modified |
|---|---|---|---|
| 1 | ldap.jsp | C:\jahia\template_diff\500\corporate_portal_templates_v2 | Wed Sep 20 13:21:32 2006 UTC |
| 2 | ldap.jsp | C:\jahia\jahia5.0.3_r18924\tomcat\webapps\jahia\jsp\jahia\templates\site1\corporate_portal_templates_v2 | Thu Oct 18 14:35:20 2007 UTC |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Blocks | Lines | |
| Unchanged | 2 | 41 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 4 |
| Whitespace | All differences in whitespace within lines are ignored |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Hidden in comparison detail |
No regular expressions were active.
| 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/top_declarations.inc"%> | 17 | --%><%@ include file="common/top_declarations.inc"%> | |||
| 18 | <jesi:template> | 18 | <jesi:template> | |||
| 19 | 19 | |||||
| 20 | <%! | |||||
| 21 | private static final org.apache.log4j.Logger logger = | |||||
| 22 | org.apache.log4j.Logger.getLogger("jsp.jahia.engines.engine"); | |||||
| 23 | %> | |||||
| 24 | 20 | |||||
| 25 | <% | 21 | <% | |||
| 26 | long start=System.currentTimeMillis(); | 22 | long start=System.currentTimeMillis(); | |||
| 27 | logger.debug("start:"+start); | 23 | logger.debug("start:"+start); | |||
| 28 | %> | 24 | %> | |||
| 29 | 25 | |||||
| 30 | <%@ include file="common/top.inc"%> | 26 | <%@ include file="common/top.inc"%> | |||
| 31 | 27 | |||||
| 32 | <div class="full2"> | 28 | <div class="full2"> | |||
| 33 | <!--%@ include file="ldap/people_ldap.inc"%--> | 29 | <!--%@ include file="ldap/people_ldap.inc"%--> | |||
| 34 | <jesi:fragment cache="no"> | 30 | <jesi:fragment cache="no"> | |||
| 35 | <jsp:include page="ldap_search.jsp" flush="true"/> | 31 | <jsp:include page="ldap_search.jsp" flush="true"/> | |||
| 36 | </jesi:fragment> | 32 | </jesi:fragment> | |||
| 37 | </div> | 33 | </div> | |||
| 38 | <%@ include file="common/bottom.inc"%> | 34 | <%@ include file="common/bottom.inc"%> | |||
| 39 | 35 | |||||
| 40 | 36 | |||||
| 41 | <% | 37 | <% | |||
| 42 | logger.debug("elapsed:"+(System.currentTimeMillis()-start)); | 38 | logger.debug("elapsed:"+(System.currentTimeMillis()-start)); | |||
| 43 | %> | 39 | %> | |||
| 44 | 40 | |||||
| 45 | </jesi:template> | 41 | </jesi:template> | |||
Araxis Merge (but not this generated report) is Copyright © 1993-2003 Araxis Ltd (www.araxis.com). All rights reserved.