Eliminada vista innecesaria.
This commit is contained in:
@@ -1,46 +0,0 @@
|
|||||||
<?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">
|
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
|
|
||||||
xmlns:p="http://primefaces.org/ui">
|
|
||||||
<f:metadata>
|
|
||||||
<f:viewParam name="id" value="#{registerUser.id}" />
|
|
||||||
</f:metadata>
|
|
||||||
<ui:composition template="../header.xhtml">
|
|
||||||
<ui:define name="content">
|
|
||||||
<h:form id="frmRegisterUserResult">
|
|
||||||
<div class="ui-g-3 ui-md-3" />
|
|
||||||
<div class="ui-g-6 ui-md-6">
|
|
||||||
|
|
||||||
<p:panel id="DatosPersonales" header="El registro se ha realizado correctamente">
|
|
||||||
<div class="ui-g ui-fluid">
|
|
||||||
|
|
||||||
<div class="ui-g-12">
|
|
||||||
Enhorabuena <p:outputLabel value="#{registerUser.name}" />, se ha registrado correctamente, el sistema le ha asignado un <b> <p:outputLabel value="Código de Identificación Personal (CIP)" rendered="#{registerUser.patient}" /> <p:outputLabel
|
|
||||||
value="Número de Profesional" rendered="#{registerUser.familyDoctor or registerUser.specialistDoctor}" />
|
|
||||||
</b> , por favor recuerdelo ya que deberá utilizarlo para logearse en el sistema.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-g-12">
|
|
||||||
<p:outputLabel value="Su Código de Identificación Personal (CIP) es el siguiente:" rendered="#{registerUser.patient}" />
|
|
||||||
<p:outputLabel value="Número de Profesional es el siguiente:" rendered="#{registerUser.familyDoctor or registerUser.specialistDoctor}" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-g-12" style="font-size: larger; font-weight: bold; text-align: center;">
|
|
||||||
<p:outputLabel value="#{registerUser.id}" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-g-2"></div>
|
|
||||||
<div class="ui-g-8">
|
|
||||||
<p:button value="Ir a la página principal" outcome="home" icon="pi pi-home" />
|
|
||||||
</div>
|
|
||||||
<div class="ui-g-2"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</p:panel>
|
|
||||||
</div>
|
|
||||||
<div class="ui-g-3 ui-md-3" />
|
|
||||||
</h:form>
|
|
||||||
</ui:define>
|
|
||||||
</ui:composition>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user