]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/templates/guest/guest_base.tpl
Home should go to guest area and not logout the user/recruiter
[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/base.tpl"
4         xmlns="http://www.w3.org/1999/xhtml"
5         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
6
7         <ui:define name="title">
8                 <ui:insert name="guest_title">Default guest title</ui:insert>
9         </ui:define>
10
11         <ui:define name="menu">
12                 <ui:include id="menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
13         </ui:define>
14
15         <ui:define name="footer">
16                 <ui:include id="footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
17         </ui:define>
18 </ui:composition>