]> 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
8         <div class="footer">
9                 <ul class="footer_nav">
10                         <li class="footer_link">
11                                 <h:link outcome="login_index" title="#{msg.LINK_LOGIN_HOME_TITLE}" value="#{msg.LINK_LOGIN_HOME}" />
12                         </li>
13
14                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
15                                 <li class="footer_link">
16                                         <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
17                                 </li>
18                         </ui:fragment>
19
20                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
21                                 <li class="footer_link">
22                                         <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
23                                 </li>
24                         </ui:fragment>
25
26                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
27                                 <li class="footer_link">
28                                         <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
29                                 </li>
30                         </ui:fragment>
31
32                         <li class="footer_copyright">Copyright (c) 2016 Galdora e.K.</li>
33                 </ul>
34         </div>
35
36         <div class="clear"></div>
37 </ui:composition>