]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/admin_footer.tpl
Please cherry-pick:
[jjobs-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
7         <div class="footer">
8                 <ul class="footer_nav">
9                         <li><h:link outcome="index" value="#{msg.LINK_ADMIN_FOOTER_TO_WEBPAGE}" /></li>
10                 </ul>
11         </div>
12
13         <div class="clear"></div>
14 </ui:composition>