]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/templates/guest/guest_base.tpl
Updated copyright year
[addressbook-war.git] / web / WEB-INF / templates / guest / guest_base.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         template="/WEB-INF/templates/master.tpl"
4         xmlns="http://www.w3.org/1999/xhtml"
5         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
6         xmlns:h="http://xmlns.jcp.org/jsf/html">
7
8         <ui:define name="document_title">
9                 <ui:insert name="document_guest_title">
10                         <h:outputText value="Default guest title" />
11                 </ui:insert>
12         </ui:define>
13
14         <ui:define name="menu">
15                 <ui:fragment rendered="#{featureController.isFeatureEnabled('guest_menu')}">
16                         <ui:include src="/WEB-INF/templates/guest/guest_menu.tpl" />
17                 </ui:fragment>
18         </ui:define>
19
20         <ui:define name="footer">
21                 <ui:include src="/WEB-INF/templates/guest/guest_footer.tpl" />
22         </ui:define>
23 </ui:composition>