]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/admin_base.tpl
ebdd14ecd8816afb1bd9a6ef3e2bb3b3e2e27766
[jjobs-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 administrative 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="document_title">
12                 <h:outputText value="#{msg.PAGE_TITLE_ADMIN_AREA} - " />
13
14                 <ui:insert name="document_admin_title">
15                         <h:outputText value="Default admin title" />
16                 </ui:insert>
17         </ui:define>
18
19         <ui:define name="menu">
20                 <ui:include src="/WEB-INF/templates/admin/admin_menu.tpl" />
21         </ui:define>
22
23         <ui:define name="footer">
24                 <ui:include src="/WEB-INF/templates/admin/admin_footer.tpl" />
25         </ui:define>
26 </ui:composition>