]> git.mxchange.org Git - jjobs-war.git/blob - web/login/login_data_saved.xhtml
updated jar(s)
[jjobs-war.git] / web / login / login_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 xmlns="http://www.w3.org/1999/xhtml"
4           xmlns:ui="http://java.sun.com/jsf/facelets"
5           xmlns:h="http://xmlns.jcp.org/jsf/html"
6           xmlns:f="http://xmlns.jcp.org/jsf/core"
7           >
8
9         <ui:composition template="/WEB-INF/templates/login/login_base.tpl">
10                 <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_DATA_SAVED}</ui:define>
11
12                 <ui:define name="content_header">
13                         #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED}
14                 </ui:define>
15
16                 <ui:define name="content">
17                         <ui:fragment rendered="#{loginController.isUserLoggedIn()}">
18                                 <ui:include id="message_box" src="/WEB-INF/templates/generic/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 loginController.isUserLoggedIn()}">
24                                 <ui:include id="login_only" src="/WEB-INF/templates/generic/user_not_logged_in.tpl" />
25                         </ui:fragment>
26                 </ui:define>
27         </ui:composition>
28 </html>