]> 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
8         <div class="footer">
9                 <ul class="navbar-horizontal">
10                         <li class="navlink-horizontal">
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="navlink-horizontal">
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="navlink-horizontal">
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="navlink-horizontal">
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="navlink-horizontal">
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">
39                                 <h:outputText value="Copyright (c) 2016, 2017 Roland Häder" />
40                         </li>
41                 </ul>
42         </div>
43 </ui:composition>