]> git.mxchange.org Git - addressbook-war.git/blob - web/user/login_data_saved.xhtml
Updated copyright year
[addressbook-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
20                         panelGroupId="loginUserDataSaved"
21                         message="#{msg.LOGIN_MESSAGE_DATA_SAVED}"
22                         rendered="#{userLoginController.isUserLoggedIn()}"
23                         />
24
25                 <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
26                         <ui:include src="/WEB-INF/templates/user/user_not_logged_in.tpl" />
27                 </ui:fragment>
28         </ui:define>
29 </ui:composition>