]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/WEB-INF/templates.dist/login_page.xhtml
Home should go to guest area and not logout the user/recruiter
[addressbook-war.git] / web / WEB-INF / templates.dist / login_page.xhtml
index a0b740762104ceb815af08ca206e75a2e515a4ba..dca91f086a686cfc39ac84fa5cafa8a7f8647f0b 100644 (file)
@@ -7,11 +7,11 @@
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
 
-       <ui:composition template="/WEB-INF/templates/login/login_base.tpl">
+       <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
                <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_FOO}</ui:define>
 
                <ui:define name="menu">
-                       <ui:include id="menu" class="login_menu" src="/WEB-INF/templates/login/login_menu.tpl" />
+                       <ui:include id="menu" src="/WEB-INF/templates/login/user/user_menu.tpl" />
                </ui:define>
 
                <ui:define name="content_header">
@@ -23,7 +23,7 @@
                </ui:define>
 
                <ui:define name="footer">
-                       <ui:include id="footer" class="login_footer" src="/WEB-INF/templates/login/login_footer.tpl" />
+                       <ui:include id="footer" src="/WEB-INF/templates/login/user/user_footer.tpl" />
                </ui:define>
        </ui:composition>
 </html>