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.
SIPRP/trunk/PlanosActuacao/web/EditarPlano.jsp

51 lines
3.7 KiB

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Document : PlanoActuacao
Created on : Aug 26, 2008, 3:10:59 PM
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></style>
</webuijsf:head>
<webuijsf:body id="body1">
<webuijsf:form id="form1">
<div style="left: 0px; top: 0px; width: 100%">
<jsp:directive.include file="Header.jspf"/>
</div>
<h:panelGrid columns="1" id="gridBaseLayout" style="left: 24px; top: 96px; width: 100%" styleClass="centerBlock">
<webuijsf:staticText escape="false" id="staticText1" style="font-size: 36px" text="&amp;nbsp;"/>
<webuijsf:staticText escape="false" id="lblTop" style="" styleClass="label" text="Plano de actuação da auditoria 02/10/2008"/>
<h:panelGrid binding="#{EditarPlano.gridLayout}" columnClasses="gridColLeft" columns="1" id="gridLayout"
style="height: 24px; width: 80%" styleClass="centerBlock"/>
<h:panelGrid columns="1" id="gridButtons1" style="height: 24px; width: 80%" styleClass="centerBlock">
<h:panelGrid columnClasses="gridColLeft,gridColRight" columns="2" id="gridPanel1" style="height: 24px; width: 100%">
<webuijsf:button binding="#{EditarPlano.butLimparDados}" id="butLimparDados" style="width: 95px" text="Limpar dados"/>
<webuijsf:panelGroup id="groupPanel1" style="width: 194px">
<webuijsf:button actionExpression="#{EditarPlano.butGravarPlano_action}" binding="#{EditarPlano.butGravarPlano}"
id="butGravarPlano" style="width: 95px" text="Gravar Plano"/>
<webuijsf:button actionExpression="#{EditarPlano.butGravarRisco_action}" binding="#{EditarPlano.butGravarRisco}"
id="butGravarRisco" style="width: 95px" text="Gravar Risco&gt;&gt;"/>
</webuijsf:panelGroup>
</h:panelGrid>
<h:panelGrid columnClasses="gridColLeft,gridColRight" columns="2" id="gridPanel2" style="height: 24px; width: 100%">
<webuijsf:button binding="#{EditarPlano.butCancelar}" id="butCancelar" style="width: 95px" text="Cancelar"/>
<webuijsf:panelGroup id="groupPanel2" style="width: 194px">
<webuijsf:button actionExpression="#{EditarPlano.butEnviar_action}" binding="#{EditarPlano.butEnviar}" id="butEnviar"
style="width: 153px" text="Enviar a Director de Loja&gt;&gt;"/>
</webuijsf:panelGroup>
</h:panelGrid>
</h:panelGrid>
</h:panelGrid>
</webuijsf:form>
</webuijsf:body>
</webuijsf:html>
</webuijsf:page>
</f:view>
</jsp:root>