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.

139 lines
7.1 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?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 id="page">
<ui:html id="html">
<ui:head id="head">
<ui:link id="link_css" url="/resources/stylesheet.css"/>
<script type="text/javascript">
function showPdf()
{
sOptions = " width = '" + screen.availWidth + "'";
sOptions += " height= '" + screen.availHeight + "'";
var wOpen;
wOpen = window.open('./resources/pdfs/Ajuda.pdf','', sOptions );
wOpen.focus();
wOpen.moveTo(0,0);
wOpen.resizeTo( screen.availWidth, screen.availHeight );
}
</script>
</ui:head>
<ui:body id="body" style="-rave-layout: grid">
<h:panelGrid columns="1" id="gridBase" style="height: 24px; left: 0px; top: 60px; position: absolute; width: 100%"
styleClass="centerBlock" width="648">
<h:panelGrid columns="1" id="gridLayout" style="height: 15px; width: 80%" styleClass="centerBlock">
<!-- header -->
<ui:form id="form0">
<h:panelGrid columnClasses="gridColLeft, gridColRightBottom" columns="2" id="gridPanel8"
style="border-bottom: solid #000000 1px; height: 24px; width: 100%" width="312">
<ui:panelGroup id="groupPanel5" style="height: 24px; width: 216px">
<ui:image id="image1" url="/resources/images/SIPRP_logo_small.jpg"/>
<ui:image height="40" id="image2" url="#{SessionBean1.logoEmpresaUrl}" width="150"/>
</ui:panelGroup>
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel11" style="height: 24px; width: 100%">
<ui:panelGroup id="groupPanel6">
<ui:hyperlink action="#{ConfirmarDesactivar.lnkPlanosActuacao_action}" binding="#{ConfirmarDesactivar.lnkPlanosActuacao}" id="lnkPlanosActuacao" text="planos actuação&gt;&gt;"/>
</ui:panelGroup>
<ui:panelGroup id="groupPanel9" style="height: 24px">
<ui:staticText binding="#{ConfirmarDesactivar.lblUser}" escape="false" id="lblUser" styleClass="labelBold"/>
<ui:staticText escape="false" id="staticText9" text="   "/>
<ui:hyperlink action="#{ConfirmarDesactivar.lnkNewUser_action}" disabled="true" id="lnkNewUser1" style="width: 120px" text="gerir utilizadores"/>
<ui:staticText escape="false" id="staticText12" text=" | "/>
<ui:hyperlink action="#{ConfirmarDesactivar.lnkEditUser_action}" id="lnkEditUser1" text="alterar dados utilizador"/>
<ui:staticText escape="false" id="staticText13" text=" | "/>
<ui:hyperlink id="lnkAjuda1" onClick="showPdf();" style="" text="ajuda "/>
<ui:staticText id="staticText15" style="width: 0px" text="|"/>
<ui:hyperlink action="#{ConfirmarDesactivar.lnkLogout_action}" id="lnkLogout1" text="sair&gt;&gt;"/>
</ui:panelGroup>
</h:panelGrid>
</h:panelGrid>
</ui:form>
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel10" style="height: 24px; width: 100%" width="504">
<ui:staticText binding="#{ConfirmarDesactivar.txtMsg}" escape="false" id="txtMsg" style="color: rgb(204, 0, 0); font-weight: bold; height: 24px"/>
</h:panelGrid>
<!-- body -->
<h:panelGrid columnClasses="gridLayoutTopCols, gridLayoutTopCols" columns="1"
id="gridLayoutTop" style="height: 15px; position: relative; vertical-align: top; width: 100%">
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridEstatisticas" style="background-color: #f6f4e8; height: 24px; position: relative; width: 100%" width="360">
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel1"
style="height: 24px; width: 100%;">
<ui:staticText id="staticText1" text="Confirmação de Desactivação"
style="font-size: 18px; font-weight: bold; height: 24px;" />
</h:panelGrid>
<ui:staticText text=" " />
<ui:staticText id="staticTextQuestion" text="Tem a certeza que pretende desactivar a análise?" />
<ui:staticText id="staticTextQuestion1" text="Esta acção é irreversível e passará a análise para o estado Concluído." />
<ui:staticText text=" " />
<ui:staticText id="staticTextAnalise" escape="false" binding="#{ConfirmarDesactivar.textAnalise}" style="font-weight: bold;" />
<ui:staticText text=" " />
<h:form id="formConfirmacao">
<h:panelGrid id="panelGrid1" columns="1" style="width: 100%;">
<ui:staticText id="staticTextComentario" text="Comentário:" style="" />
<ui:textArea id="textAreaComentario" columns="20" rows="5"
binding="#{ConfirmarDesactivar.textComentario}" style="width: 90%;" />
<ui:panelGroup id="panelGroupButtons">
<ui:button id="buttonConfirmar" action="#{ConfirmarDesactivar.buttonConfirmar_action}" text="Desactivar" />
<ui:button id="buttonCancelar" action="#{ConfirmarDesactivar.buttonCancelar_action}" text="Cancelar" />
</ui:panelGroup>
</h:panelGrid>
</h:form>
</h:panelGrid>
</h:panelGrid>
<!-- footer -->
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel9" style="height: 24px; width: 100%">
<ui:panelGroup id="groupPanel8" style="border-bottom: solid rgb(255, 255, 255) 1px; height: 21px">
<ui:staticText id="staticText6" text="Software desenvolvido por "/>
<ui:image height="21" id="image3" url="/resources/images/logo_evolute_small.png" width="100"/>
<ui:staticText escape="false" id="staticText7" text="&amp;nbsp;&amp;copy; 2008 "/>
</ui:panelGroup>
</h:panelGrid>
</h:panelGrid>
</h:panelGrid>
<!-- google analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try
{
var pageTracker = _gat._getTracker("UA-6942416-1");
pageTracker._trackPageview();
}
catch( err ) {}
</script>
</ui:body>
</ui:html>
</ui:page>
</f:view>
</jsp:root>