]> git.mxchange.org Git - addressbook-war.git/blob - web/index.xhtml
imported more files from project "pizzaservice-web" and removed some language strings...
[addressbook-war.git] / web / index.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"
4           xmlns:ui="http://java.sun.com/jsf/facelets"
5           xmlns:h="http://xmlns.jcp.org/jsf/html"
6           xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
7           xmlns:f="http://xmlns.jcp.org/jsf/core"
8           >
9
10         <!--
11         TODO: Not used:
12         xmlns:basket="http://mxchange.org/jshop/tags/basket"
13         //-->
14
15         <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
16                 <ui:define name="title">#{msg.PAGE_TITLE_INDEX_WELCOME}</ui:define>
17
18                 <ui:define name="menu">
19                         <ui:include id="menu" class="guest_menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
20                 </ui:define>
21
22                 <ui:define name="content_header">
23                         #{msg.SUB_TITLE_INDEX_WELCOME}
24                 </ui:define>
25
26                 <ui:define name="content">
27                 </ui:define>
28
29                 <ui:define name="footer">
30                         <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
31                 </ui:define>
32         </ui:composition>
33 </html>