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.
52 lines
2.8 KiB
52 lines
2.8 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 binding="#{Dummy.grid}" columns="1" id="grid" style="height: 72px; left: 216px; top: 24px; position: absolute; width: 96px"/>
|
|
<webuijsf:panelGroup id="groupPanel1">
|
|
<webuijsf:staticText escape="false" id="staticText1" styleClass="label" text="Enviar para:&nbsp;"/>
|
|
<webuijsf:dropDown id="dropDown1" items="#{Dummy.dropDown1DefaultOptions.options}"/>
|
|
</webuijsf:panelGroup>
|
|
<webuijsf:textArea columns="60" id="txtParecer1" rows="4" style="left: 336px; top: 24px; position: absolute"/>
|
|
<h:panelGrid columnClasses="gridColLeft10,gridColLeft90" columns="2" id="gridPanel1"
|
|
style="height: 24px; left: 120px; top: 216px; position: absolute" width="240">
|
|
<webuijsf:staticText id="staticText3" styleClass="label" text="Parecer:"/>
|
|
<webuijsf:textArea columns="60" id="txtParecer3" rows="4"/>
|
|
</h:panelGrid>
|
|
<webuijsf:panelGroup id="groupPanel2" style="left: 408px; top: 96px; position: absolute; width: 100%">
|
|
<webuijsf:staticText id="staticText2" styleClass="label" text="Parecer:"/>
|
|
<webuijsf:textArea columns="60" id="txtParecer2" rows="4"/>
|
|
</webuijsf:panelGroup>
|
|
</webuijsf:form>
|
|
</webuijsf:body>
|
|
</webuijsf:html>
|
|
</webuijsf:page>
|
|
</f:view>
|
|
</jsp:root>
|