]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/templates/login/user/user_footer.tpl
Please cherry-pick:
[jfinancials-war.git] / web / WEB-INF / templates / login / user / user_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="login_index" title="#{msg.LOGIN_LINK_HOME_TITLE}" value="#{msg.LOGIN_LINK_HOME}" />
14                         </li>
15
16                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
17                                 <li class="navlink-horizontal">
18                                         <p:link outcome="imprint" title="#{msg.GUEST_LINK_IMPRINT_TITLE}" value="#{msg.GUEST_LINK_IMPRINT}" />
19                                 </li>
20                         </ui:fragment>
21
22                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
23                                 <li class="navlink-horizontal">
24                                         <p:link outcome="terms" title="#{msg.GUEST_LINK_TERMS_TITLE}" value="#{msg.GUEST_LINK_TERMS}" />
25                                 </li>
26                         </ui:fragment>
27
28                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
29                                 <li class="navlink-horizontal">
30                                         <p:link outcome="privacy" title="#{msg.GUEST_LINK_PRIVACY_TITLE}" value="#{msg.GUEST_LINK_PRIVACY}" />
31                                 </li>
32                         </ui:fragment>
33
34                         <li class="footer-copyright">
35                                 <h:outputText value="Copyright (c) 2016, 2017 Roland Häder" />
36                         </li>
37                 </ul>
38         </div>
39 </ui:composition>