1 <?xml version="1.0" encoding="UTF-8" ?>
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">
10 <ul class="navbar-horizontal">
11 <li class="navlink-horizontal">
12 <p:link outcome="login_index" title="#{msg.LINK_LOGIN_HOME_TITLE}" value="#{msg.LINK_LOGIN_HOME}" />
15 <ui:fragment rendered="#{featureController.isFeatureEnabled('imprint')}">
16 <li class="navlink-horizontal">
17 <p:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
21 <ui:fragment rendered="#{featureController.isFeatureEnabled('terms')}">
22 <li class="navlink-horizontal">
23 <p:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
27 <ui:fragment rendered="#{featureController.isFeatureEnabled('privacy')}">
28 <li class="navlink-horizontal">
29 <p:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
33 <li class="footer-copyright">
34 <h:outputText value="Copyright (c) 2016 - 2020 Free Software Foundation" />