]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/admin_base.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / admin_base.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 TODO: Add something here that should be displayed on all admin pages
4 //-->
5 <ui:composition
6         template="/WEB-INF/templates/base.tpl"
7         xmlns="http://www.w3.org/1999/xhtml"
8         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
9         xmlns:h="http://xmlns.jcp.org/jsf/html">
10
11         <ui:define name="title">
12                 <h:outputText value="#{msg.PAGE_TITLE_ADMIN_AREA} - " />
13                 <ui:insert name="admin_title">
14                         <h:outputText value="Default admin title" />
15                 </ui:insert>
16         </ui:define>
17
18         <ui:define name="menu">
19                 <ui:include src="/WEB-INF/templates/admin/admin_menu.tpl" />
20         </ui:define>
21
22         <ui:define name="footer">
23                 <ui:include src="/WEB-INF/templates/admin/admin_footer.tpl" />
24         </ui:define>
25 </ui:composition>