]> 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         <div class="footer">
10                 <ul class="navbar-horizontal">
11                         <li class="navlink-horizontal">
12                                 <p:link outcome="login_index" title="#{msg.LOGIN_LINK_HOME_TITLE}" value="#{msg.LOGIN_LINK_HOME}" />
13                         </li>
14
15                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
16                                 <li class="navlink-horizontal">
17                                         <p:link outcome="imprint" title="#{msg.GUEST_LINK_IMPRINT_TITLE}" value="#{msg.GUEST_LINK_IMPRINT}" />
18                                 </li>
19                         </ui:fragment>
20
21                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
22                                 <li class="navlink-horizontal">
23                                         <p:link outcome="terms" title="#{msg.GUEST_LINK_TERMS_TITLE}" value="#{msg.GUEST_LINK_TERMS}" />
24                                 </li>
25                         </ui:fragment>
26
27                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
28                                 <li class="navlink-horizontal">
29                                         <p:link outcome="privacy" title="#{msg.GUEST_LINK_PRIVACY_TITLE}" value="#{msg.GUEST_LINK_PRIVACY}" />
30                                 </li>
31                         </ui:fragment>
32
33                         <li class="footer-copyright">
34                                 <h:outputText value="Copyright (c) 2016, 2017 Roland Häder" />
35                         </li>
36                 </ul>
37         </div>
38 </ui:composition>