]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/admin_footer.tpl
added title (e.g. Dr., Prof. etc)
[pizzaservice-war.git] / web / WEB-INF / templates / admin / admin_footer.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         <div class="footer">
7                 <ul class="footer_nav">
8                         <li><h:link outcome="index" value="#{msg.LINK_ADMIN_FOOTER_TO_WEBPAGE}" /></li>
9                 </ul>
10         </div>
11
12         <div class="clear"></div>
13 </ui:composition>