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.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							1.8 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="#{Erro.page1}" id="page1">
 | |
|             <ui:html binding="#{Erro.html1}" id="html1">
 | |
|                 <ui:head binding="#{Erro.head1}" id="head1">
 | |
|                     <ui:link binding="#{Erro.link1}" id="link1" url="/resources/stylesheet.css"/>
 | |
|                 </ui:head>
 | |
|                 <ui:body binding="#{Erro.body1}" id="body1" style="-rave-layout: grid">
 | |
|                     <ui:form binding="#{Erro.form1}" id="form1">
 | |
|                         <h:panelGrid binding="#{Erro.gridPanel1}" columns="1" id="gridPanel1"
 | |
|                             style="height: 24px; left: 0px; top: 120px; position: absolute; width: 100%" styleClass="centerBlock" width="576">
 | |
|                             <h:panelGrid binding="#{Erro.gridPanel2}" columnClasses="gridColCenter" columns="1" id="gridPanel2" style="height: 96px"
 | |
|                                 styleClass="centerBlock" width="504">
 | |
|                                 <ui:staticText binding="#{Erro.txtCab}" escape="false" id="txtCab"
 | |
|                                     style="color: #003333; font-size: 18px; height: 22px; width: 576px" text="Erro"/>
 | |
|                                 <ui:staticText binding="#{Erro.txtMsg}" escape="false" id="txtMsg" style="color: #990000; height: 24px; width: 384px"/>
 | |
|                             </h:panelGrid>
 | |
|                         </h:panelGrid>
 | |
|                     </ui:form>
 | |
|                 </ui:body>
 | |
|             </ui:html>
 | |
|         </ui:page>
 | |
|     </f:view>
 | |
| </jsp:root>
 |