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.
		
		
		
		
		
			
		
			
				
					
					
						
							46 lines
						
					
					
						
							3.0 KiB
						
					
					
				
			
		
		
	
	
							46 lines
						
					
					
						
							3.0 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="#{Dummy.page1}" id="page1">
 | |
|             <ui:html binding="#{Dummy.html1}" id="html1">
 | |
|                 <ui:head binding="#{Dummy.head1}" id="head1">
 | |
|                     <ui:link binding="#{Dummy.link1}" id="link1" url="/resources/stylesheet.css"/>
 | |
|                     <style>
 | |
|                         table.restricoes td {border-bottom: 1px solid #000000}
 | |
|                         table.centerBlock td {border: none}                        
 | |
|                     </style>
 | |
|                     <script>
 | |
|                         function disable(o)
 | |
|                         {
 | |
|                             o.disabled=true;
 | |
|                             alert(o.disabled);
 | |
|                         }
 | |
|                         function enable(o)
 | |
|                         {
 | |
|                             o.disabled=false;
 | |
|                         }                        
 | |
|                     </script>
 | |
|                 </ui:head>
 | |
|                 <ui:body binding="#{Dummy.body1}" id="body1" style="-rave-layout: grid">
 | |
|                     <ui:form binding="#{Dummy.form1}" id="form1">
 | |
|                         <ui:hiddenField binding="#{Dummy.hiddenField1}" id="hiddenField1"/>
 | |
|                         <ui:hiddenField binding="#{Dummy.hidConfEnviar}" id="hidConfEnviar"/>
 | |
|                         <h:panelGrid binding="#{Dummy.gridPanel1}" columnClasses="gridColCenter" columns="1" id="gridPanel1"
 | |
|                             style="position: absolute; left: 72px; top: 168px; height: 24px" width="504">
 | |
|                             <ui:staticText binding="#{Dummy.txtMsg1}" id="txtMsg1" style="color: #cc0000; font-weight: bold; height: 24px; width: 456px"/>
 | |
|                         </h:panelGrid>
 | |
|                         <ui:button binding="#{Dummy.butEliminar}" id="butEliminar" style="height: 24px; left: 96px; top: 96px; position: absolute; width: 119px" text="Eliminar"/>
 | |
|                         <ui:hiddenField binding="#{Dummy.hidConfDelete}" id="hidConfDelete"/>
 | |
|                         <ui:panelGroup binding="#{Dummy.groupPanel1}" id="groupPanel1" style="height: 24px; left: 72px; top: 264px; position: absolute; width: 100%">
 | |
|                             <ui:button action="#{Dummy.butVoltar_action}" binding="#{Dummy.butVoltar1}" id="butVoltar1" style="height: 24px; width: 96px" text="Voltar"/>
 | |
|                             <ui:button action="#{Dummy.butEliminar_action}" binding="#{Dummy.butEliminar1}" id="butEliminar1" style="height: 24px; width: 119px" text="Eliminar"/>
 | |
|                         </ui:panelGroup>
 | |
|                         <ui:hyperlink binding="#{Dummy.lnkEstabelecimento}" id="lnkEstabelecimento" style=""/>
 | |
|                     </ui:form>
 | |
|                 </ui:body>
 | |
|             </ui:html>
 | |
|         </ui:page>
 | |
|     </f:view>
 | |
| </jsp:root>
 |