]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/guest/guest_footer.tpl
global commit: changed name space to jcp.org as this is seems to be lesser proprietary?
[jjobs-war.git] / web / WEB-INF / templates / guest / guest_footer.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7         <div class="footer">
8                 <ul class="footer_nav">
9                         <li class="footer_link">
10                                 <h:link outcome="index" title="#{msg.LINK_GUEST_HOME_TITLE}" value="#{msg.LINK_GUEST_HOME}" />
11                         </li>
12                         <li class="footer_link">
13                                 <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
14                         </li>
15                         <li class="footer_link">
16                                 <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
17                         </li>
18                         <li class="footer_link">
19                                 <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
20                         </li>
21                         <li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
22                 </ul>
23         </div>
24
25         <div class="clear"></div>
26 </ui:composition>