]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/templates/login/user/user_footer.tpl
Updated copyright year
[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
14                                         outcome="login_index"
15                                         value="#{msg.LOGIN_LINK_HOME}"
16                                         title="#{msg.LOGIN_LINK_HOME_TITLE}"
17                                         />
18                         </li>
19
20                         <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
21                                 <li class="navlink-horizontal">
22                                         <p:link
23                                                 outcome="imprint"
24                                                 value="#{msg.GUEST_LINK_IMPRINT}"
25                                                 title="#{msg.GUEST_LINK_IMPRINT_TITLE}"
26                                                 />
27                                 </li>
28                         </ui:fragment>
29
30                         <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
31                                 <li class="navlink-horizontal">
32                                         <p:link
33                                                 outcome="terms"
34                                                 value="#{msg.GUEST_LINK_TERMS}"
35                                                 title="#{msg.GUEST_LINK_TERMS_TITLE}"
36                                                 />
37                                 </li>
38                         </ui:fragment>
39
40                         <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
41                                 <li class="navlink-horizontal">
42                                         <p:link
43                                                 outcome="privacy"
44                                                 value="#{msg.GUEST_LINK_PRIVACY}"
45                                                 title="#{msg.GUEST_LINK_PRIVACY_TITLE}"
46                                                 />
47                                 </li>
48                         </ui:fragment>
49
50                         <li class="footer-copyright">
51                                 <h:outputText value="Copyright (c) 2016 - 2020 Free Software Foundation" />
52                         </li>
53                 </ul>
54         </div>
55 </ui:composition>