]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates.dist/login_page.xhtml
Updated copyright year
[jjobs-war.git] / web / WEB-INF / templates.dist / login_page.xhtml
index f09e27398b252e6d098d4714c9741aab52f9c0ee..786273a09df476c16e225e7aeee4404de003dd24 100644 (file)
@@ -1,26 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-       lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+<?xml version="1.0" encoding="UTF-8" ?>
+<ui:composition
+       template="/WEB-INF/templates/login/user/user_base.tpl"
+       xmlns="http://www.w3.org/1999/xhtml"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
-       xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
 
-       <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
-               <ui:define name="login_title">
-                       <h:outputText value="#{msg.PAGE_TITLE_USER_LOGIN_FOO}" />
-               </ui:define>
+       <ui:define name="document_login_title">
+               <h:outputText value="#{msg.PAGE_TITLE_LOGIN_FOO}" />
+       </ui:define>
 
-               <ui:define name="content_header">
-                       <h:outputText value="#{msg.SUB_TITLE_USER_LOGIN_FOO}" />
-               </ui:define>
+       <ui:define name="login_content_header">
+               <h:outputText value="#{msg.CONTENT_TITLE_LOGIN_FOO}" />
+       </ui:define>
 
-               <ui:define name="content">
-                       <!-- @TODO Here goes your content. //-->
-               </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" src="/WEB-INF/templates/login/user/user_footer.tpl" />
-               </ui:define>
-       </ui:composition>
-</html>
+       <ui:define name="content">
+               <!-- @TODO Here goes your content. //-->
+       </ui:define>
+</ui:composition>