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:
parent
73172f4f40
commit
3105e29bca
7 changed files with 89 additions and 10 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue