Use FreeMarker templates to generate page identity, menu, search, and footer in JSP pages. This will allow theme authors to work just with the ftls rather than having to maintain both jsp and ftl versions of these templates, during the transition from JSP to FreeMarker.

This commit is contained in:
rjy7 2010-05-14 20:01:12 +00:00
parent 73172f4f40
commit 3105e29bca
7 changed files with 89 additions and 10 deletions

View file

@ -10,6 +10,7 @@
<#include "/components/identity.ftl">
<#-- Note to UI team: do not change this div without also making the change in menu.jsp -->
<div id="navAndSearch" class="block">
<#include "/components/menu.ftl">
<#include "/components/search.ftl">