footer.xhtml

Footer

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:fragment xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:b="http://bootsfaces.net/ui">

    <b:navBar brand="#{msg['footer.empresa']}" brandHref="" fixed="bottom">
        <p class="navbar-text pull-right">
<!--            <h:outputText value="BootsFaces #{versions.bsfVersion} on Mojarra 2.2.12, PrimeFaces 5.3, AngularFaces 2.1.10 and OmniFaces 1.11" />-->
              <strong>#{msg['footer.copyright']}<a href="#">#{msg['footer.empresa']}</a>.</strong> 
                          #{msg['footer.derechosreservados']}
        </p>

    </b:navBar>
</ui:fragment>

Last updated

Was this helpful?