portal-sincoar/web/target/portal-web/pages/error/500.xhtml

14 lines
650 B
HTML

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
template="/WEB-INF/templates/template.xhtml">
<ui:param name="idForm" value="frmError500" />
<ui:param name="controller" value="#{registroController}" />
<ui:define name="content">
<p:outputLabel value="#{msg_portal['lbl_vista_expirada']}"/>
&#160;
<p:link value="#{msg_portal['lbl_aqui']}" href="#{msg_portal['url.servidor.registro']}" style="color:steelblue;"/>
</ui:define>
</ui:composition>