]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates.dist/admin_page.xhtml
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates.dist / admin_page.xhtml
index 7720f40f404db6040e985383a092176ac03adf03..15ef3689bbe7f9df1681a7a98e916c02a777905d 100644 (file)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
@@ -9,14 +8,16 @@
        >
 
        <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_FOO}</ui:define>
+               <ui:define name="admin_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_ADMIN_FOO}" />
+               </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_FOO}
+                       <h:outputText value="#{msg.CONTENT_TITLE_ADMIN_FOO}" />
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <!-- @TODO Here goes your content. //-->
                </ui:define>
        </ui:composition>
 </html>