]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/guest/guest_footer.tpl
removed double-redundant XML parsing instructions, (X)HTML doesn't want it anyway
[pizzaservice-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
13                         <li class="footer_link">
14                                 <h:link outcome="user_resend_link" title="#{msg.LINK_GUEST_RESEND_LINK_TITLE}" value="#{msg.LINK_GUEST_RESEND_LINK}" />
15                         </li>
16
17                         <li class="footer_link">
18                                 <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
19                         </li>
20
21                         <li class="footer_link">
22                                 <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
23                         </li>
24
25                         <li class="footer_link">
26                                 <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
27                         </li>
28
29                         <li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
30                 </ul>
31         </div>
32
33         <div class="clear"></div>
34 </ui:composition>