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