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