forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							47 lines
						
					
					
						
							4.2 KiB
						
					
					
				
			
		
		
	
	
							47 lines
						
					
					
						
							4.2 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
 | |
|     <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
 | |
|     <f:view>
 | |
|         <ui:page binding="#{RecuperarPassword.page1}" id="page1">
 | |
|             <ui:html binding="#{RecuperarPassword.html1}" id="html1">
 | |
|                 <ui:head binding="#{RecuperarPassword.head1}" id="head1">
 | |
|                     <ui:link binding="#{RecuperarPassword.link1}" id="link1" url="/resources/stylesheet.css"/>
 | |
|                 </ui:head>
 | |
|                 <ui:body binding="#{RecuperarPassword.body1}" id="body1" style="-rave-layout: grid">
 | |
|                     <ui:form binding="#{RecuperarPassword.form1}" id="form1">
 | |
|                         <h:panelGrid binding="#{RecuperarPassword.gridPanel1}" id="gridPanel1"
 | |
|                             style="height: 24px; left: 0px; top: 300px; position: absolute; width: 100%" styleClass="centerBlock" width="456">
 | |
|                             <h:panelGrid binding="#{RecuperarPassword.gridPanel2}" columns="1" id="gridPanel2" style="height: 24px" styleClass="centerBlock" width="456">
 | |
|                                 <h:panelGrid binding="#{RecuperarPassword.gridPanel3}" columns="1" id="gridPanel3"
 | |
|                                     style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); height: 24px" width="432">
 | |
|                                     <ui:staticText binding="#{RecuperarPassword.staticText3}" id="staticText3" style="height: 24px; width: 240px" text="Preencha os seguintes dados pessoais"/>
 | |
|                                     <h:panelGrid binding="#{RecuperarPassword.gridPanel4}" columnClasses="gridColLeft, gridColRight" columns="2" id="gridPanel4"
 | |
|                                         style="height: 72px" width="432">
 | |
|                                         <ui:staticText binding="#{RecuperarPassword.staticText1}" id="staticText1" style="height: 24px; width: 144px" text="Utilizador:"/>
 | |
|                                         <ui:textField binding="#{RecuperarPassword.txtUtilizador}" id="txtUtilizador" style="width: 100%"/>
 | |
|                                         <ui:staticText binding="#{RecuperarPassword.staticText2}" id="staticText2" style="height: 24px; width: 144px" text="E-mail:"/>
 | |
|                                         <ui:textField binding="#{RecuperarPassword.txtEmail}" id="txtEmail" style="width: 100%"/>
 | |
|                                     </h:panelGrid>
 | |
|                                     <h:panelGrid binding="#{RecuperarPassword.gridPanel5}" columnClasses="gridColRight" id="gridPanel5"
 | |
|                                         style="height: 24px; width: 100%" width="360">
 | |
|                                         <ui:panelGroup binding="#{RecuperarPassword.groupPanel1}" id="groupPanel1" style="height: 24px; width: 264px">
 | |
|                                             <ui:button action="#{RecuperarPassword.butCancelar_action}" binding="#{RecuperarPassword.butCancelar}"
 | |
|                                                 id="butCancelar" style="height: 24px; width: 96px" text="Cancelar"/>
 | |
|                                             <ui:button action="#{RecuperarPassword.butOk_action}" binding="#{RecuperarPassword.butOk}" id="butOk"
 | |
|                                                 style="height: 24px; width: 96px" text="OK"/>
 | |
|                                         </ui:panelGroup>
 | |
|                                     </h:panelGrid>
 | |
|                                 </h:panelGrid>
 | |
|                                 <ui:staticText binding="#{RecuperarPassword.txtMsg}" id="txtMsg" style="height: 24px; width: 240px" styleClass="labelMsg"/>
 | |
|                             </h:panelGrid>
 | |
|                         </h:panelGrid>
 | |
|                         <div class="gridColCenter" style="height: 22px; left: 0px; top: 500px; position: absolute; width: 100%">
 | |
|                             <jsp:directive.include file="Footer.jspf"/>
 | |
|                         </div>
 | |
|                     </ui:form>
 | |
|                 </ui:body>
 | |
|             </ui:html>
 | |
|         </ui:page>
 | |
|     </f:view>
 | |
| </jsp:root>
 |