]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/guest/guest_footer.tpl
Please cherry-pick:
[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
8         <div class="footer">
9                 <ul class="footer_nav">
10                         <li class="footer_link">
11                                 <h:link outcome="index" title="#{msg.LINK_GUEST_HOME_TITLE}" value="#{msg.LINK_GUEST_HOME}" />
12                         </li>
13
14                         <ui:fragment rendered="#{featureController.isFeatureEnabled('user_resend_confirmation_link')}">
15                                 <li class="footer_link">
16                                         <h:link outcome="user_resend_link" title="#{msg.LINK_GUEST_RESEND_LINK_TITLE}" value="#{msg.LINK_GUEST_RESEND_LINK}" />
17                                 </li>
18                         </ui:fragment>
19
20                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
21                                 <li class="footer_link">
22                                         <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
23                                 </li>
24                         </ui:fragment>
25
26                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
27                                 <li class="footer_link">
28                                         <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
29                                 </li>
30                         </ui:fragment>
31
32                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
33                                 <li class="footer_link">
34                                         <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
35                                 </li>
36                         </ui:fragment>
37
38                         <li class="footer_copyright">Copyright (c) 2016, 2017 Roland Häder</li>
39                 </ul>
40         </div>
41 </ui:composition>