]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/templates/login/user/user_footer.tpl
Rewrites: (please cherry-pick also)
[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         <div class="footer">
8                 <ul class="footer_nav">
9                         <li class="footer_link">
10                                 <h:link outcome="login_index" title="#{msg.LINK_LOGIN_HOME_TITLE}" value="#{msg.LINK_LOGIN_HOME}" />
11                         </li>
12
13                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
14                                 <li class="footer_link">
15                                         <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
16                                 </li>
17                         </ui:fragment>
18
19                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
20                                 <li class="footer_link">
21                                         <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
22                                 </li>
23                         </ui:fragment>
24
25                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
26                                 <li class="footer_link">
27                                         <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
28                                 </li>
29                         </ui:fragment>
30
31                         <li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
32                 </ul>
33         </div>
34
35         <div class="clear"></div>
36 </ui:composition>