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.
		
		
		
		
		
			
		
			
				
					
					
						
							58 lines
						
					
					
						
							3.4 KiB
						
					
					
				
			
		
		
	
	
							58 lines
						
					
					
						
							3.4 KiB
						
					
					
				| <?xml version="1.0" encoding="ISO-8859-1"?>
 | |
| <!-- 
 | |
|     Document   : Dummy
 | |
|     Created on : Oct 6, 2008, 10:43:13 AM
 | |
|     Author     : lluis
 | |
| -->
 | |
| <jsp:root version="2.1" 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:webuijsf="http://www.sun.com/webui/webuijsf">
 | |
|     <jsp:directive.page contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1"/>
 | |
|     <f:view>
 | |
|         <webuijsf:page id="page1">
 | |
|             <webuijsf:html id="html1">
 | |
|                 <webuijsf:head id="head1">
 | |
|                     <webuijsf:link id="link1" url="/resources/stylesheet.css"/>
 | |
|                     <style>
 | |
|                         .gridCol10{
 | |
|                             width: 10%;
 | |
|                         }
 | |
|                         .gridCol20{
 | |
|                             width: 20%;
 | |
|                         }           
 | |
|                         .gridCol80{
 | |
|                             width: 80%;
 | |
|                         }           
 | |
|                         .gridCol90{
 | |
|                             width: 90%;
 | |
|                         }
 | |
|                     </style>
 | |
|                 </webuijsf:head>
 | |
|                 <webuijsf:body id="body1" style="-rave-layout: grid">
 | |
|                     <webuijsf:form id="form1">
 | |
|                         <h:panelGrid columnClasses="gridColLeft20,gridColLeft80" columns="2" id="gridPanel1"
 | |
|                             style="border: 1px solid #766c6c; height: 24px; left: 96px; top: 96px; position: absolute" width="504">
 | |
|                             <webuijsf:staticText escape="false" id="staticText2" styleClass="label" text="Empresa:"/>
 | |
|                             <webuijsf:staticText escape="false" id="staticText3"/>
 | |
|                             <webuijsf:staticText escape="false" id="staticText4" styleClass="label" text="Estabelecimento:"/>
 | |
|                             <webuijsf:staticText escape="false" id="staticText5" style=""/>
 | |
|                         </h:panelGrid>
 | |
|                         <webuijsf:staticText escape="false" id="staticText1" style="left: 216px; top: 240px; position: absolute" text="&nbsp;"/>
 | |
|                         <webuijsf:table augmentTitle="false" id="table1" style="position: absolute; left: 240px; top: 216px" title="Table" width="450">
 | |
|                             <webuijsf:tableRowGroup id="tableRowGroup1" rows="10" sourceData="#{Dummy.defaultTableDataProvider}" sourceVar="currentRow">
 | |
|                                 <webuijsf:tableColumn headerText="column1" id="tableColumn1" sort="column1">
 | |
|                                     <webuijsf:staticText id="staticText6" text="#{currentRow.value['column1']}"/>
 | |
|                                 </webuijsf:tableColumn>
 | |
|                                 <webuijsf:tableColumn headerText="column2" id="tableColumn2" sort="column2">
 | |
|                                     <webuijsf:staticText id="staticText7" text="#{currentRow.value['column2']}"/>
 | |
|                                 </webuijsf:tableColumn>
 | |
|                                 <webuijsf:tableColumn headerText="column3" id="tableColumn3" sort="column3">
 | |
|                                     <webuijsf:staticText id="staticText8" text="#{currentRow.value['column3']}"/>
 | |
|                                 </webuijsf:tableColumn>
 | |
|                             </webuijsf:tableRowGroup>
 | |
|                         </webuijsf:table>
 | |
|                     </webuijsf:form>
 | |
|                 </webuijsf:body>
 | |
|             </webuijsf:html>
 | |
|         </webuijsf:page>
 | |
|     </f:view>
 | |
| </jsp:root>
 |