]> git.mxchange.org Git - jfinancials-war.git/blob - web/WEB-INF/templates/login/user/user_footer.tpl
Moved a lot templates areound:
[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                         <li class="footer_link">
14                                 <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
15                         </li>
16
17                         <li class="footer_link">
18                                 <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
19                         </li>
20
21                         <li class="footer_link">
22                                 <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
23                         </li>
24
25                         <li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
26                 </ul>
27         </div>
28
29         <div class="clear"></div>
30 </ui:composition>