]> git.mxchange.org Git - jjobs-war.git/blob - web/user/login_user_data_saved.xhtml
531068f43ee0119bca66a1052d0e22c561cbee5a
[jjobs-war.git] / web / user / login_user_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:widgets="http://mxchange.org/jsf/core/widgets"
5                                 xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
6                                 xmlns:h="http://xmlns.jcp.org/jsf/html"
7                                 xmlns:f="http://xmlns.jcp.org/jsf/core"
8                                 xmlns:p="http://primefaces.org/ui">
9
10         <ui:define name="login_title">
11                 <h:outputText value="#{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED}" />
12         </ui:define>
13
14         <ui:define name="content_header">
15                 <h:outputText value="#{msg.CONTENT_TITLE_LOGIN_USER_DATA_SAVED}" />
16         </ui:define>
17
18         <ui:define name="content">
19                 <widgets:outputMessageBox id="login-user-data-saved" message="#{msg.LOGIN_MESSAGE_DATA_SAVED}" rendered="#{userLoginController.isUserLoggedIn() and (not userLoginController.ifUserMustChangePassword() or not featureController.isFeatureEnabled('user_must_change_password'))}" />
20
21                 <ui:fragment rendered="#{userLoginController.ifUserMustChangePassword()}">
22                         <p:link outcome="user_change_password" value="#{msg.USER_LOGIN_MUST_CHANGE_PASSWORD}" />
23                 </ui:fragment>
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>