]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/login/login_index.xhtml
updated jar(s)
[jjobs-war.git] / web / login / login_index.xhtml
index 774ab6268ef1b7f6058b73a3a4bb17f9a8aaf5e9..48b240291a03965a140872e3d9ce53001113b3c4 100644 (file)
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <ui:fragment rendered="#{loginController.isUserLoggedIn()}">
+                               Here goes your content.
+                       </ui:fragment>
+
+                       <ui:fragment rendered="#{not loginController.isUserLoggedIn()}">
+                               <ui:include id="login_only" src="/WEB-INF/templates/generic/user_not_logged_in.tpl" />
+                       </ui:fragment>
                </ui:define>
        </ui:composition>
 </html>