]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/WEB-INF/templates.dist/login_page.xhtml
please copy a matching file from templates.dist and remove this dummy when you want...
[addressbook-war.git] / web / WEB-INF / templates.dist / login_page.xhtml
index 7d99bc174053ea7e3a0307512f0d9e066186bed8..bebb16d2e61c3e30cd0921a97cd424bb76725dce 100644 (file)
@@ -7,18 +7,16 @@
        >
 
        <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
-               <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_FOO}</ui:define>
-
-               <ui:define name="menu">
-                       <ui:include src="/WEB-INF/templates/login/user/user_menu.tpl" />
+               <ui:define name="login_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_LOGIN_FOO}" />
                </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.SUB_TITLE_LOGIN_FOO}
+                       <h:outputText value="#{msg.CONTENT_TITLE_LOGIN_FOO}" />
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <!-- @TODO Here goes your content. //-->
                </ui:define>
 
                <ui:define name="footer">