]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/guest/guest_footer.tpl
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
10         <div class="footer">
11                 <ul class="navbar-horizontal">
12                         <li class="navlink-horizontal">
13                                 <p:link outcome="index" title="#{msg.GUEST_LINK_HOME_TITLE}" value="#{msg.GUEST_LINK_HOME}" />
14                         </li>
15
16                         <ui:fragment rendered="#{featureController.isFeatureEnabled('user_resend_confirmation_link')}">
17                                 <li class="navlink-horizontal">
18                                         <p:link outcome="user_resend_link" title="#{msg.GUEST_LINK_RESEND_LINK_TITLE}" value="#{msg.GUEST_LINK_RESEND_LINK}" />
19                                 </li>
20                         </ui:fragment>
21
22                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
23                                 <li class="navlink-horizontal">
24                                         <p:link outcome="imprint" title="#{msg.GUEST_LINK_IMPRINT_TITLE}" value="#{msg.GUEST_LINK_IMPRINT}" />
25                                 </li>
26                         </ui:fragment>
27
28                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
29                                 <li class="navlink-horizontal">
30                                         <p:link outcome="terms" title="#{msg.GUEST_LINK_TERMS_TITLE}" value="#{msg.GUEST_LINK_TERMS}" />
31                                 </li>
32                         </ui:fragment>
33
34                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
35                                 <li class="navlink-horizontal">
36                                         <p:link outcome="privacy" title="#{msg.GUEST_LINK_PRIVACY_TITLE}" value="#{msg.GUEST_LINK_PRIVACY}" />
37                                 </li>
38                         </ui:fragment>
39
40                         <li class="footer-copyright">
41                                 <h:outputText value="Copyright (c) 2016, 2017 Roland Häder" />
42                         </li>
43                 </ul>
44         </div>
45 </ui:composition>