]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/admin_menu.tpl
03c3d5f377fdafb0636cc500122fb6736c14bc18
[pizzaservice-war.git] / web / WEB-INF / templates / admin / admin_menu.tpl
1 <ui:composition
2         xmlns="http://www.w3.org/1999/xhtml"
3         xmlns:f="http://java.sun.com/jsf/core"
4         xmlns:h="http://java.sun.com/jsf/html"
5         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
6
7         <div class="menu_outer">
8                 <div class="menu">
9                         <div class="menu_header">
10                                 <h:outputText value="#{msg.ADMIN_MENU_MAIN_TITLE}" />
11                         </div>
12
13                         <ul>
14                                 <li><h:link title="#{msg.LINK_ADMIN_INDEX_TITLE}" outcome="admin_index" value="#{msg.LINK_ADMIN_INDEX}" /></li>
15                                 <li><h:link title="#{msg.LINK_ADMIN_CATEGORY_TITLE}" outcome="admin_category" value="#{msg.LINK_ADMIN_CATEGORY}" /></li>
16                                 <li><h:link title="#{msg.LINK_ADMIN_PRODUCT_TITLE}" outcome="admin_product" value="#{msg.LINK_ADMIN_PRODUCT}" /></li>
17                         </ul>
18
19                         <div class="menu_header">
20                                 #{msg.ADMIN_MENU_USER_TITLE}
21                         </div>
22
23                         <ul>
24                                 <li><h:link title="#{msg.LINK_ADMIN_LIST_CUSTOMER_TITLE}" outcome="admin_list_customer" value="#{msg.LINK_ADMIN_LIST_CUSTOMER}" /></li>
25                         </ul>
26
27                         <div class="menu_header">
28                                 <h:outputText value="#{msg.ADMIN_MENU_USER_TITLE}" />
29                         </div>
30
31                         <ul>
32                                 <li><h:link title="#{msg.LINK_ADMIN_LIST_USER_TITLE}" outcome="admin_list_user" value="#{msg.LINK_ADMIN_LIST_USER}" /></li>
33                                 <li><h:link title="#{msg.LINK_ADMIN_EXPORT_USER_TITLE}" outcome="admin_export_user" value="#{msg.LINK_ADMIN_EXPORT_USER}" /></li>
34                         </ul>
35
36                         <div class="menu_header">
37                                 <h:outputText value="#{msg.ADMIN_MENU_CONTACT_TITLE}" />
38                         </div>
39
40                         <ul>
41                                 <li><h:link title="#{msg.LINK_ADMIN_LIST_CONTACT_TITLE}" outcome="admin_list_contact" value="#{msg.LINK_ADMIN_LIST_CONTACT}" /></li>
42                                 <li><h:link title="#{msg.LINK_ADMIN_EXPORT_CONTACT_TITLE}" outcome="admin_export_contact" value="#{msg.LINK_ADMIN_EXPORT_CONTACT}" /></li>
43                         </ul>
44
45                         <div class="menu_header">
46                                 <h:outputText value="#{msg.ADMIN_MENU_COUNTRY_TITLE}" />
47                         </div>
48
49                         <ul>
50                                 <li><h:link title="#{msg.LINK_ADMIN_LIST_COUNTRIES_TITLE}" outcome="admin_list_countries" value="#{msg.LINK_ADMIN_LIST_COUNTRIES}" /></li>
51                         </ul>
52
53                         <div class="menu_header">
54                                 <h:outputText value="#{msg.ADMIN_MENU_MOBILE_PROVIDER_TITLE}" />
55                         </div>
56
57                         <ul>
58                                 <li><h:link title="#{msg.LINK_ADMIN_LIST_MOBILE_PROVIDER_TITLE}" outcome="admin_list_mobile_provider" value="#{msg.LINK_ADMIN_LIST_MOBILE_PROVIDER}" /></li>
59                         </ul>
60
61                         <div class="menu_header">
62                                 <h:outputText value="#{msg.ADMIN_MENU_LOGOUT_TITLE}" />
63                         </div>
64
65                         <ul>
66                                 <li><h:link title="#{msg.LINK_ADMIN_LOGOUT_TITLE}" outcome="logout" value="#{msg.LINK_ADMIN_LOGOUT}" /></li>
67                                 <li><h:link title="#{msg.LINK_ADMIN_TO_WEBPAGE_TITLE}" outcome="index" value="#{msg.LINK_ADMIN_TO_WEBPAGE}" /></li>
68                         </ul>
69                 </div>
70         </div>
71 </ui:composition>