]> git.mxchange.org Git - jjobs-war.git/blob - web/user/login_data_saved.xhtml
Please cherry-pick:
[jjobs-war.git] / web / user / login_data_saved.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         template="/WEB-INF/templates/login/user/user_base.tpl"
4         xmlns="http://www.w3.org/1999/xhtml"
5         xmlns:core="http://mxchange.org/jsf/core/widgets"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7         xmlns:h="http://xmlns.jcp.org/jsf/html"
8         >
9
10         <ui:define name="document_login_title">
11                 <h:outputText value="#{msg.PAGE_TITLE_USER_LOGIN_DATA_SAVED}" />
12         </ui:define>
13
14         <ui:define name="login_content_header">
15                 <h:outputText value="#{msg.CONTENT_TITLE_USER_LOGIN_DATA_SAVED}" />
16         </ui:define>
17
18         <ui:define name="content">
19                 <core:outputMessageBox panelGroupId="loginUserDataSaved" message="#{msg.LOGIN_MESSAGE_DATA_SAVED}" rendered="#{userLoginController.isUserLoggedIn()}" />
20
21                 <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
22                         <ui:include src="/WEB-INF/templates/user/user_not_logged_in.tpl" />
23                 </ui:fragment>
24         </ui:define>
25 </ui:composition>