Author: cmailleux
Date: Wed Oct 17 14:39:05 2007
New Revision: 1257

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1257&repname=
=3Dcorporate_portal_templates
Log:
correct issue ESI-360

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/advsearchresult.jsp
    branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/searchresult.jsp
    branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/sitemap.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/advsearchresult.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/advsearchresult.jsp&rev=3D1257&repname=3Dcorporate_por=
tal_templates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/advsearchresult.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/advsearchresult.jsp Wed Oct 1=
7 14:39:05 2007
@@ -18,11 +18,11 @@
 <%@ taglib uri=3D"/WEB-INF/tld/jesi-tags" prefix=3D"jesi" %>
 <%@ taglib uri=3D"ajaxLib" prefix=3D"ajax" %>
 <%-- Don't cache the engines with ESI: --%>
-<jesi:control cache=3D"no"/>
+<jesi:template aclGroup=3D"true" >
 =

 <%@ include file=3D"include/header.inc"%>
 <%@ include file=3D"include/top_banner.inc"%>
-
+<jesi:fragment cache=3D"no">
 <%@ page import=3D"org.jahia.data.search.*" %>
 <%@ page import=3D"org.jahia.engines.search.*" %>
 <%@ page import=3D"org.jahia.services.search.*" %>
@@ -276,4 +276,6 @@
 <% } %>
 </div>
 <br/>
+</jesi:fragment>
 <%@ include file=3D"include/footer.inc"%>
+</jesi:template>
\ No newline at end of file

Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/searchresult.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/searchresult.jsp&rev=3D1257&repname=3Dcorporate_portal=
_templates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/searchresult.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/searchresult.jsp Wed Oct 17 1=
4:39:05 2007
@@ -17,11 +17,11 @@
 --%><%-- TODO: We are not currently caching the engines with ESI, do it. -=
-%>
 <%@ taglib uri=3D"/WEB-INF/tld/jesi-tags" prefix=3D"jesi" %>
 <%-- Don't cache the engines with ESI: --%>
-<jesi:control cache=3D"no"/>
+<jesi:template aclGroup=3D"true" >
 =

 <%@ include file=3D"include/header.inc"%>
 <%@ include file=3D"include/top_banner.inc"%>
-
+<jesi:fragment cache=3D"no">
 <%@ page import=3D"org.jahia.data.search.*" %>
 <%@ page import=3D"org.jahia.engines.search.*" %>
 <%@ page import=3D"org.jahia.services.search.*" %>
@@ -544,5 +544,6 @@
 </pg:pager>
 =

 </div>
-
+</jesi:fragment>
     <%@ include file=3D"include/footer.inc"%>
+</jesi:template>

Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/sitemap.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/sitemap.jsp&rev=3D1257&repname=3Dcorporate_portal_temp=
lates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/sitemap.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/sitemap.jsp Wed Oct 17 14:39:=
05 2007
@@ -15,15 +15,13 @@
 See the License for the specific language governing permissions and =

 limitations under the License.
 --%><%@ page import=3D"org.jahia.taglibs.ajax.ComplexTreeInclude"%>
-<%-- TODO: We are not currently caching the engines with ESI, do it. --%>
 <%@ taglib uri=3D"/WEB-INF/tld/jesi-tags" prefix=3D"jesi" %>
-<%-- Don't cache the engines with ESI: --%>
-<jesi:control cache=3D"no"/>
+<jesi:template aclGroup=3D"true" >
 =

 <%@ include file=3D"include/header.inc"%>
 =

 <%@ include file=3D"include/top_banner.inc"%>
-
+<jesi:fragment cache=3D"no">
 =

 <%
     final String title =3D JahiaResourceBundle.
@@ -48,4 +46,6 @@
         </td>
     </tr>
 </table>
+</jesi:fragment>
 <%@ include file=3D"include/footer.inc" %>
+</jesi:template>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to