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