14 lines
650 B
Plaintext
Executable File
14 lines
650 B
Plaintext
Executable File
<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']}"/>
|
|
 
|
|
<p:link value="#{msg_portal['lbl_aqui']}" href="#{msg_portal['url.servidor.registro']}" style="color:steelblue;"/>
|
|
</ui:define>
|
|
</ui:composition> |