]> git.mxchange.org Git - pizzaservice-war.git/blob - web/admin/index.xhtml
Translation update:
[pizzaservice-war.git] / web / admin / index.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3           xmlns:ui="http://java.sun.com/jsf/facelets"
4           xmlns:h="http://xmlns.jcp.org/jsf/html"
5           xmlns:f="http://xmlns.jcp.org/jsf/core"
6           >
7
8         <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
9                 <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_WELCOME}</ui:define>
10
11                 <ui:define name="menu">
12                         <ui:include id="menu" class="admin_menu" src="/WEB-INF/templates/admin/admin_menu.tpl" />
13                 </ui:define>
14
15                 <ui:define name="content_header">
16                         #{msg.SUB_TITLE_ADMIN_WELCOME}
17                 </ui:define>
18
19                 <ui:define name="content">
20                         <!--
21                         TODO: Replace this dummy
22                         //-->
23                         Einiges kann hier eingestellt werden.
24                 </ui:define>
25
26                 <ui:define name="footer">
27                         <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/admin/admin_footer.tpl" />
28                 </ui:define>
29         </ui:composition>
30 </html>