27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
<?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:h="http://java.sun.com/jsf/html"
|
|
xmlns:f="http://java.sun.com/jsf/core"
|
|
xmlns:p="http://primefaces.org/ui"
|
|
xmlns:pe="http://primefaces.org/ui/extensions">
|
|
<h:head>
|
|
|
|
</h:head>
|
|
<h:body>
|
|
<h3>SU CLAVE HA SIDO CAMBIADA EXITOSAMENTE.</h3>
|
|
<p:panelGrid columns="2" style="margin-top: 100px; margin-left: auto; margin-right: auto;" styleClass="m-layout-top">
|
|
<f:facet name="header">
|
|
<h:outputText value="SU CLAVE HA SIDO CAMBIADA EXITOSAMENTE" />
|
|
<a href="https://tramitesarmas.ccffaa.mil.ec/portal-web/" target="_blank"
|
|
style="color: white !important; font-size: 15px;font-weight: bold;">
|
|
Ingresar al portal </a>
|
|
</f:facet>
|
|
<p:outputLabel value="Codigo de error:"/>
|
|
<h:outputText value="#{errorController.statusCode}" />
|
|
|
|
<p:outputLabel value="Mensaje:"/>
|
|
<h:outputText value="#{errorController.errorMessage}" />
|
|
</p:panelGrid>
|
|
</h:body>
|
|
</html> |