]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/login/login_base.tpl
global commit: changed name space to jcp.org as this is seems to be lesser proprietary?
[jjobs-war.git] / web / WEB-INF / templates / login / login_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         xmlns:h="http://xmlns.jcp.org/jsf/html">
7
8         <ui:define name="title">#{msg.PAGE_TITLE_LOGIN_AREA} - <ui:insert name="login_title" class="login_title" /></ui:define>
9
10         <ui:define name="menu">
11                 <ui:fragment rendered="#{loginController.isUserLoggedIn()}">
12                         <ui:include id="menu" class="login_menu" src="/WEB-INF/templates/login/login_menu.tpl" />
13                 </ui:fragment>
14                 <ui:fragment rendered="#{not loginController.isUserLoggedIn()}">
15                         <h:outputText class="errors" value="#{msg.USER_NOT_LOGGED_IN}" />
16                 </ui:fragment>
17         </ui:define>
18
19         <ui:define name="footer">
20                 <ui:include id="footer" class="login_footer" src="/WEB-INF/templates/login/login_footer.tpl" />
21         </ui:define>
22 </ui:composition>