]> git.mxchange.org Git - pizzaservice-war.git/blob - web/login/login_contact_data_saved.xhtml
b0414b3c388e75d2a6ab2cd488dbbd3c66bddf2d
[pizzaservice-war.git] / web / login / login_contact_data_saved.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html
4         lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
5         xmlns="http://www.w3.org/1999/xhtml"
6           xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7           xmlns:h="http://xmlns.jcp.org/jsf/html"
8           xmlns:f="http://xmlns.jcp.org/jsf/core"
9           >
10
11         <ui:composition template="/WEB-INF/templates/login/login_base.tpl">
12                 <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_CONTACT_DATA_SAVED}</ui:define>
13
14                 <ui:define name="content_header">
15                         #{msg.CONTENT_TITLE_LOGIN_CONTACT_DATA_SAVED}
16                 </ui:define>
17
18                 <ui:define name="content">
19                         <ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
20                                 <ui:include id="message_box" src="/WEB-INF/templates/generic/message_box.tpl">
21                                         <ui:param name="message" value="#{msg.LOGIN_MESSAGE_DATA_SAVED}" />
22                                 </ui:include>
23                         </ui:fragment>
24
25                         <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
26                                 <ui:include id="login_only" src="/WEB-INF/templates/generic/user_not_logged_in.tpl" />
27                         </ui:fragment>
28                 </ui:define>
29         </ui:composition>
30 </html>