|
|
<?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="#{AnaliseAcidenteTrabalho.page1}" id="page1">
|
|
|
<ui:html binding="#{AnaliseAcidenteTrabalho.html1}" id="html1">
|
|
|
<ui:head binding="#{AnaliseAcidenteTrabalho.head1}" id="head1">
|
|
|
<ui:link binding="#{AnaliseAcidenteTrabalho.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
<script>
|
|
|
function showPdf()
|
|
|
{
|
|
|
sOptions = " width = '" + screen.availWidth + "'";
|
|
|
sOptions += " height= '" + screen.availHeight + "'";
|
|
|
var wOpen;
|
|
|
wOpen = window.open('./resources/pdf/Ajuda.pdf','', sOptions );
|
|
|
wOpen.focus();
|
|
|
wOpen.moveTo(0,0);
|
|
|
wOpen.resizeTo( screen.availWidth, screen.availHeight );
|
|
|
}
|
|
|
|
|
|
function showHideEspecif(chk)
|
|
|
{
|
|
|
|
|
|
if(chk.checked)
|
|
|
{
|
|
|
if(chk.id == "form1:chkMembroSupDir")
|
|
|
{
|
|
|
//alert("A: " + chk.checked);
|
|
|
document.getElementById("form1:lblEspecif1").className = "";
|
|
|
document.getElementById("form1:txtEspecif1").className = "";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroSupEsq")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif2").className = "";
|
|
|
document.getElementById("form1:txtEspecif2").className = "";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroInfDir")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif3").className = "";
|
|
|
document.getElementById("form1:txtEspecif3").className = "";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroInfEsq")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif4").className = "";
|
|
|
document.getElementById("form1:txtEspecif4").className = "";
|
|
|
}
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
if(chk.id == "form1:chkMembroSupDir")
|
|
|
{
|
|
|
//alert("B: " + chk.checked);
|
|
|
document.getElementById("form1:lblEspecif1").className = "hidden";
|
|
|
document.getElementById("form1:txtEspecif1").className = "hidden";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroSupEsq")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif2").className = "hidden";
|
|
|
document.getElementById("form1:txtEspecif2").className = "hidden";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroInfDir")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif3").className = "hidden";
|
|
|
document.getElementById("form1:txtEspecif3").className = "hidden";
|
|
|
}
|
|
|
else if(chk.id == "form1:chkMembroInfEsq")
|
|
|
{
|
|
|
document.getElementById("form1:lblEspecif4").className = "hidden";
|
|
|
document.getElementById("form1:txtEspecif4").className = "hidden";
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
function enableDisableButEnviar(chk)
|
|
|
{
|
|
|
var hid = document.getElementById("form1:hidDisableEnviar");
|
|
|
var btn = document.getElementById("form1:butEnviar");
|
|
|
var btn1 = document.getElementById("form1:butGravar");
|
|
|
if(chk.checked)
|
|
|
{
|
|
|
if(hid.value != 'y')
|
|
|
{
|
|
|
btn.className = "Btn2";
|
|
|
btn.disabled = false;
|
|
|
}
|
|
|
btn1.className = "Btn2";
|
|
|
btn1.disabled = false;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
btn.className = "Btn2Dis";
|
|
|
btn.disabled = true;
|
|
|
btn1.className = "Btn2Dis";
|
|
|
btn1.disabled = true;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
function enableDisableButImprimir(chk)
|
|
|
{
|
|
|
var btn = document.getElementById("form1:butImprimir");
|
|
|
if(chk.checked)
|
|
|
{
|
|
|
btn.className = "Btn2";
|
|
|
btn.disabled = false;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
btn.className = "Btn2Dis";
|
|
|
btn.disabled = true;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
function disableButton(btn)
|
|
|
{
|
|
|
btn.disabled = true;
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
<style>
|
|
|
table.restricoes td {border-bottom: 1px solid #000000}
|
|
|
table.centerBlock td {border: none}
|
|
|
</style>
|
|
|
</ui:head>
|
|
|
<ui:body binding="#{AnaliseAcidenteTrabalho.body1}" id="body1" style="-rave-layout: grid">
|
|
|
<ui:form binding="#{AnaliseAcidenteTrabalho.form1}" id="form1">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridBase1}" columns="1" id="gridBase1"
|
|
|
style="height: 39px; left: 0px; top: 20px; position: absolute; width: 100%" styleClass="centerBlock">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridLayout1}" columns="1" id="gridLayout1" style="height: 24px; width: 80%"
|
|
|
styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridHeader1}" columnClasses="gridColRightBottom" columns="1" id="gridHeader1"
|
|
|
style="height: 24px; width: 100%" width="624">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel56}" id="groupPanel56" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblUser}" escape="false" id="lblUser" styleClass="labelBold"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText165}" escape="false" id="staticText165" text="&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkAnalisesAcidente_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkAnalisesAcidente}" id="lnkAnalisesAcidente" text="analisar acidentes"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText161}" escape="false" id="staticText161" text="|"/>
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkNewUser_action}" binding="#{AnaliseAcidenteTrabalho.lnkNewUser1}"
|
|
|
disabled="true" id="lnkNewUser1" style="" text="gerir utilizadores"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText21}" escape="false" id="staticText21" text="|"/>
|
|
|
<ui:hyperlink binding="#{AnaliseAcidenteTrabalho.lnkEditUser}" disabled="true" id="lnkEditUser" text="alterar dados utilizador"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText166}" escape="false" id="staticText166" text="|"/>
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkAjuda_action}" binding="#{AnaliseAcidenteTrabalho.lnkAjuda1}"
|
|
|
id="lnkAjuda1" onClick="showPdf();" style="" text="ajuda"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText8}" id="staticText8" style="width: 0px" text="|"/>
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkLogout_action}" binding="#{AnaliseAcidenteTrabalho.lnkLogout}"
|
|
|
id="lnkLogout" text="sair>>"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel114}" columnClasses="gridColLeft, gridColRightBottom" columns="3"
|
|
|
id="gridPanel114" style="border: 1px solid #000000; width: 100%" width="312">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image27}" id="image27" url="/resources/images/SIPRP_logo_small.jpg"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel115}" columnClasses="gridColCenter" columns="1"
|
|
|
id="gridPanel115" style="width: 100%" width="408">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText168}" escape="false" id="staticText168"
|
|
|
style="font-weight: bold; height: 24px; width: 336px" text="AN&Aacute;LISE DE ACIDENTE DE TRABALHO"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel116}" columns="2" id="gridPanel116" style="height: 24px" width="408">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel58}" id="groupPanel58">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText169}" escape="false" id="staticText169"
|
|
|
style="font-weight: bold; height: 24px; width: 72px" text="Nº"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stHeaderNr}" escape="false" id="stHeaderNr" style="height: 24px; width: 72px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel59}" id="groupPanel59">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText170}" escape="false" id="staticText170"
|
|
|
style="font-weight: bold; height: 24px; width: 72px" text="DATA:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stHeaderDate}" escape="false" id="stHeaderDate" style="height: 24px; width: 72px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image28}" id="image28" url="/resources/images/logo_auchan_small1.jpg"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMsg}" columnClasses="gridColCenter" columns="1" id="gridMsg"
|
|
|
style="height: 24px; width: 100%" width="96">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtMsg}" escape="false" id="txtMsg"
|
|
|
style="font-weight: bold; height: 24px; width: 384px" styleClass="labelMsg"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stObservacoesCorr}" id="stObservacoesCorr" style="color: rgb(51, 51, 255); font-size: 14px; font-weight: bold; height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridCabecalho}" columns="1" id="gridCabecalho"
|
|
|
style="background-color: #668597; border: 1px solid #000000; height: 39px; width: 100%">&nbsp;
|
|
|
<h:panelGrid
|
|
|
binding="#{AnaliseAcidenteTrabalho.gridPanel2}" columnClasses="gridColLeft15, gridColLeft85" columns="2" id="gridPanel2"
|
|
|
style="height: 24px; width: 70%" width="336">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblEmpresa1}" id="lblEmpresa1" style="height: 24px; width: 120px"
|
|
|
styleClass="labelBold" text="Empresa:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtEmpresa}" id="txtEmpresa" style="color: rgb(255, 255, 255); height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText4}" id="staticText4" styleClass="labelBold" text="Estabelecimento:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtEstabelecimento}" id="txtEstabelecimento" style="color: rgb(255, 255, 255); height: 24px"/>
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkLblTrabalhador_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkLblTrabalhador}" id="lnkLblTrabalhador" style="color: #000000"
|
|
|
styleClass="labelBold" text="Trabalhador:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtTrabalhador}" id="txtTrabalhador" style="color: rgb(255, 255, 255); height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridTrabalhadores}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridTrabalhadores" style="background-color: #f6f4e8; border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel3}" columnClasses="gridColLeft" columns="1" id="gridPanel3"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText5}" id="staticText5" style="height: 24px; width: 168px"
|
|
|
styleClass="labelBold" text="TRABALHADORES"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel4}" columnClasses="gridColLeft" columns="1" id="gridPanel4"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtSearchMsg}" escape="false" id="txtSearchMsg" rendered="false" style="color: rgb(204, 0, 0); height: 24px; width: 336px"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel2}" id="groupPanel2" style="height: 24px; width: 694px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText43}" escape="false" id="staticText43"
|
|
|
style="height: 24px; width: 118px" styleClass="labelBold" text="POR:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrMecanografico}" id="txtNrMecanografico" style="height: 24px; width: 144px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText44}" escape="false" id="staticText44"
|
|
|
style="height: 24px; width: 118px" styleClass="labelBold" text="&nbsp;&nbsp;&nbsp;&nbsp;Nome:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNomeTrabalhador}" id="txtNomeTrabalhador" style="height: 24px; width: 245px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText45}" escape="false" id="staticText45"
|
|
|
style="height: 24px; width: 118px" text="&nbsp;&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butProcurarTrab_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.butProcurarTrab}" id="butProcurarTrab" style="height: 24px; width: 95px" text="Procurar"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:table augmentTitle="false" binding="#{AnaliseAcidenteTrabalho.tblTrabalhadores}" id="tblTrabalhadores" width="2190">
|
|
|
<ui:tableRowGroup binding="#{AnaliseAcidenteTrabalho.tableRowGroup1}" id="tableRowGroup1"
|
|
|
sourceData="#{SessionBean1.trabalhadoresListDataProvider}" sourceVar="currentRow">
|
|
|
<ui:tableColumn binding="#{AnaliseAcidenteTrabalho.tableColumn1}" headerText="POR" id="tableColumn1"
|
|
|
sort="numero_mecanografico" style="width: 10%" width="1035">
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkPOR_action}" binding="#{AnaliseAcidenteTrabalho.lnkPOR}"
|
|
|
id="lnkPOR" style="height: 24px" text="#{currentRow.value['numero_mecanografico']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{AnaliseAcidenteTrabalho.tableColumn2}" headerText="Nome" id="tableColumn2"
|
|
|
sort="nome" style="width: 75%">
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkNomeTrabalhador_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkNomeTrabalhador}" id="lnkNomeTrabalhador" style="height: 24px" text="#{currentRow.value['nome']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{AnaliseAcidenteTrabalho.tableColumn3}" headerText="Estabelecimento" id="tableColumn3" style="width: 15%">
|
|
|
<ui:hyperlink action="#{AnaliseAcidenteTrabalho.lnkEstabelecimentoTrabalhador_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkEstabelecimentoTrabalhador}" id="lnkEstabelecimentoTrabalhador"
|
|
|
style="height: 24px" text="#{currentRow.value['estabelecimento']}"/>
|
|
|
</ui:tableColumn>
|
|
|
</ui:tableRowGroup>
|
|
|
</ui:table>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridSiprp}" cellpadding="0" cellspacing="0" columns="1" id="gridSiprp" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel5}" columnClasses="gridColLeft" columns="1" id="gridPanel5"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText6}" escape="false" id="staticText6" style="height: 24px"
|
|
|
styleClass="labelBold" text="EMPRESA PRESTADORA DE SERVIÇOS DE SEGURANÇA, HIGIENE E SAÚDE DO TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel6}" columnClasses="gridColCenter" columns="1" id="gridPanel6"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel7}" columnClasses="gridColLeft" columns="1" id="gridPanel7"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText9}" escape="false" id="staticText9" rendered="false"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="T&#233;cnico(a) Superior de Higiene e Seguran&#231;a do Trabalho:"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel3}" id="groupPanel3" rendered="false" style="height: 24px; width: 288px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stTecnicoNomeEdit}" id="stTecnicoNomeEdit" style="height: 24px; width: 144px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText10}" escape="false" id="staticText10"
|
|
|
style="height: 24px; width: 168px" text="C.A.P. n&#186;:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCap}" id="txtCap" style="height: 24px; width: 120px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel71}" id="groupPanel71" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText84}" escape="false" id="staticText84"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Identificação:&nbsp;&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText85}" escape="false" id="staticText85" text="SIPRP - Sociedade Ib&#233;rica de Preven&#231;&#227;o de Riscos Profissionais Lda."/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel72}" id="groupPanel72" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText86}" escape="false" id="staticText86"
|
|
|
style="height: 24px" styleClass="labelBold" text="M&#233;dico(a) do Trabalho:&nbsp;&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stMedico}" escape="false" id="stMedico" style="height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText87}" escape="false" id="staticText87"
|
|
|
style="height: 24px; width: 48px" text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText92}" escape="false" id="staticText92"
|
|
|
styleClass="labelBold" text="C&#233;dula Prof. n&#186;:&nbsp;&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCedula}" id="txtCedula"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridSiprpView}" cellpadding="0" cellspacing="0" columns="1" id="gridSiprpView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel49}" columnClasses="gridColLeft" columns="1" id="gridPanel49"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText69}" escape="false" id="staticText69" style="height: 24px"
|
|
|
styleClass="labelBold" text="EMPRESA PRESTADORA DE SERVIÇOS DE SEGURANÇA, HIGIENE E SAÚDE DO TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel50}" columnClasses="gridColCenter" columns="1" id="gridPanel50"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel51}" columnClasses="gridColLeft" columns="1" id="gridPanel51"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel62}" id="groupPanel62" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText164}" escape="false" id="staticText164"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Identificação:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText167}" escape="false" id="staticText167" text="SIPRP - Sociedade Ib&#233;rica de Preven&#231;&#227;o de Riscos Profissionais Lda."/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel63}" id="groupPanel63" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText171}" escape="false" id="staticText171"
|
|
|
style="height: 24px" styleClass="labelBold" text="T&#233;cnico(a) Superior de Higiene e Seguran&#231;a do Trabalho:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stTecnicoNome}" id="stTecnicoNome" style="height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText172}" escape="false" id="staticText172"
|
|
|
style="height: 24px; width: 48px" text="&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText173}" escape="false" id="staticText173"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="&nbsp;C.A.P. n&#186;:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCap1}" id="txtCap1" style="height: 24px; width: 120px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel64}" id="groupPanel64" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText174}" escape="false" id="staticText174"
|
|
|
style="height: 24px" styleClass="labelBold" text="M&#233;dico(a) do Trabalho:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stMedicoNome}" id="stMedicoNome" style="height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText175}" escape="false" id="staticText175"
|
|
|
style="height: 24px; width: 48px" text="&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText176}" escape="false" id="staticText176"
|
|
|
style="height: 24px" styleClass="labelBold" text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C&#233;dula Prof. n&#186;:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCedula1}" id="txtCedula1" style="height: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAcidentado}" cellpadding="0" cellspacing="0" columns="1" id="gridAcidentado" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel23}" columnClasses="gridColLeft" columns="1" id="gridPanel23"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText29}" escape="false" id="staticText29"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="ACIDENTADO(A)"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel24}" columnClasses="gridColCenter" columns="1" id="gridPanel24"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel25}" columnClasses="gridColLeft, gridColLeft" columns="2"
|
|
|
id="gridPanel25" style="height: 24px; width: 100%" width="240">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText30}" escape="false" id="staticText30"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Nome:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtNomeAcidentado}" escape="false" id="txtNomeAcidentado"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText130}" escape="false" id="staticText130"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Estabelecimento de origem:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stEstabelecimentoOrigem}" escape="false" id="stEstabelecimentoOrigem"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText31}" escape="false" id="staticText31"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Data de nascimento:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtDataNascimento}" escape="false" id="txtDataNascimento"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText32}" escape="false" id="staticText32"
|
|
|
style="height: 24px" styleClass="labelBold" text="Bilhete de Identidade nº:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtBI}" id="txtBI" style="height: 24px; width: 200px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText33}" escape="false" id="staticText33"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Morada:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtMorada}" id="txtMorada" style="height: 24px; width: 200px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText34}" escape="false" id="staticText34" style="height: 24px; width: 288px"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel6}" id="groupPanel6" style="height: 24px; width: 456px">
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtCodPostal1}" id="txtCodPostal1" style="height: 24px; width: 72px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText35}" id="staticText35"
|
|
|
style="height: 24px; width: 24px" text="-"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtCodPostal2}" id="txtCodPostal2" style="height: 24px; width: 48px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText36}" escape="false" id="staticText36"
|
|
|
style="height: 24px; width: 24px" text="&nbsp;&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtLocalidade}" id="txtLocalidade" style="height: 24px; width: 200px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText37}" escape="false" id="staticText37"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Contacto telef&oacute;nico:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtContactoTelefonico}" id="txtContactoTelefonico" style="height: 24px; width: 200px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText38}" escape="false" id="staticText38"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Data admissão:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stDataAdmissao}" escape="false" id="stDataAdmissao" style="height: 24px; width: 288px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText39}" escape="false" id="staticText39"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Função:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stFuncao}" escape="false" id="stFuncao" style="height: 24px; width: 288px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText40}" escape="false" id="staticText40"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Turno de Trabalho:"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel1}" id="groupPanel1" style="height: 24px">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbTurnoManha}" id="rbTurnoManha" name="rbTurno" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText1}" escape="false" id="staticText1"
|
|
|
style="height: 24px" text="Manh&atilde;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText2}" escape="false" id="staticText2"
|
|
|
style="height: 24px; width: 24px" text="&nbsp;&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbTurnoTarde}" id="rbTurnoTarde" name="rbTurno" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText3}" escape="false" id="staticText3"
|
|
|
style="height: 24px" text="Tarde"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText41}" escape="false" id="staticText41"
|
|
|
style="height: 24px; width: 24px" text="&nbsp;&nbsp;&nbsp;&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbTurnoNoite}" id="rbTurnoNoite" name="rbTurno" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText42}" escape="false" id="staticText42"
|
|
|
style="height: 24px" text="Noite"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel100}" columnClasses="gridColLeft" columns="1" id="gridPanel100"
|
|
|
style="height: 24px; width: 100%" width="528">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText156}" escape="false" id="staticText156"
|
|
|
style="height: 24px; width: 526px" styleClass="labelBold" text="Identifica&ccedil;&atilde;o do superior hier&aacute;rquico/Respons&aacute;vel superior do posto de trabalho"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel103}" columnClasses="gridColLeft50" columns="2"
|
|
|
id="gridPanel103" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel53}" id="groupPanel53">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText157}" escape="false" id="staticText157"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="Nome:&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNomeSuperior}" id="txtNomeSuperior" style="height: 24px; width: 168px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel54}" id="groupPanel54">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText158}" escape="false" id="staticText158"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="Email:&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtEmailSuperior}" id="txtEmailSuperior" style="height: 24px; width: 168px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAcidentadoView}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridAcidentadoView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel52}" columnClasses="gridColLeft" columns="1" id="gridPanel52"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText78}" escape="false" id="staticText78"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="ACIDENTADO(A)"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel53}" columnClasses="gridColCenter" columns="1" id="gridPanel53"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel54}" columnClasses="gridColLeft" columns="1" id="gridPanel54"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel8}" id="groupPanel8" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText14}" escape="false" id="staticText14"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Nome:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stNomeAcidentado}" escape="false" id="stNomeAcidentado"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel15}" id="groupPanel15" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText70}" escape="false" id="staticText70"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Estabelecimento de origem:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stEstabelecimentoOrigem1}" escape="false" id="stEstabelecimentoOrigem1"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel16}" id="groupPanel16" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText74}" escape="false" id="staticText74"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Data de nascimento:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stDataNascimento}" escape="false" id="stDataNascimento"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel65}" id="groupPanel65" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText75}" escape="false" id="staticText75"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Bilhete de Identidade nº:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stBI}" escape="false" id="stBI" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel66}" id="groupPanel66" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText77}" escape="false" id="staticText77"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Morada:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stMorada}" escape="false" id="stMorada" style="height: 24px; width: 288px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText79}" escape="false" id="staticText79"
|
|
|
style="height: 24px; width: 24px" text="&nbsp;&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stCodPostal}" escape="false" id="stCodPostal" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel67}" id="groupPanel67" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText80}" escape="false" id="staticText80"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Contacto telef&oacute;nico:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stContactoTelefonico}" escape="false"
|
|
|
id="stContactoTelefonico" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel68}" id="groupPanel68" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText81}" escape="false" id="staticText81"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Data admissão:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stDataAdmissao1}" escape="false" id="stDataAdmissao1" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel69}" id="groupPanel69" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText82}" escape="false" id="staticText82"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Função:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stFuncao1}" escape="false" id="stFuncao1" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel70}" id="groupPanel70" style="height: 24px; width: 456px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText83}" escape="false" id="staticText83"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Turno de Trabalho:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stTurno}" escape="false" id="stTurno" style="height: 24px; width: 288px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel104}" columnClasses="gridColLeft" columns="1" id="gridPanel104"
|
|
|
style="height: 24px; width: 100%" width="528">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText159}" escape="false" id="staticText159"
|
|
|
style="height: 24px; width: 526px" styleClass="labelBold" text="Identifica&ccedil;&atilde;o do superior hier&aacute;rquico/Respons&aacute;vel superior do posto de trabalho"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel105}" columnClasses="gridColLeft50" columns="2"
|
|
|
id="gridPanel105" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel55}" id="groupPanel55">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText160}" escape="false" id="staticText160"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="Nome:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stNomeSuperior}" escape="false" id="stNomeSuperior" style="height: 24px; width: 168px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel61}" id="groupPanel61">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText162}" escape="false" id="staticText162"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="Email:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stEmailSuperior}" escape="false" id="stEmailSuperior" style="height: 24px; width: 168px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDadosAcidenteSeg}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridDadosAcidenteSeg" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel8}" columnClasses="gridColLeft" columns="1" id="gridPanel8"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText13}" escape="false" id="staticText13" style="height: 24px"
|
|
|
styleClass="labelBold" text="DADOS DO ACIDENTE DE TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel9}" columnClasses="gridColCenter" columns="1" id="gridPanel9"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel95}" columnClasses="gridColLeft" columns="1" id="gridPanel95"
|
|
|
style="height: 24px; width: 100%" width="408">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel50}" id="groupPanel50" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText98}" escape="false" id="staticText98"
|
|
|
style="height: 24px" styleClass="labelBold" text="Averiguador:&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtAveriguador}" id="txtAveriguador" style="height: 24px; width: 334px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel14}" columnClasses="gridColLeft20, gridColLeft5, gridColLeft75"
|
|
|
columns="3" id="gridPanel14" style="height: 24px; width: 100%" width="696">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText15}" escape="false" id="staticText15"
|
|
|
style="height: 24px" styleClass="labelBold" text="Data da ocorr&ecirc;ncia:&nbsp;"/>
|
|
|
<ui:calendar binding="#{AnaliseAcidenteTrabalho.calDataOcorrencia}" dateFormatPattern="yyyy/MM/dd"
|
|
|
id="calDataOcorrencia" style="height: 24px"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel9}" id="groupPanel9" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText71}" escape="false" id="staticText71"
|
|
|
style="height: 24px" styleClass="labelBold" text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hora da ocorr&ecirc;ncia:&nbsp;"/>
|
|
|
<ui:dropDown binding="#{AnaliseAcidenteTrabalho.drpHours}" id="drpHours" items="#{SessionBean1.horasOptions}"
|
|
|
selected="#{SessionBean1.horaChoice}" style="height: 24px; width: 48px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText72}" escape="false" id="staticText72"
|
|
|
style="font-weight: bold; height: 24px; width: 10px" text="&nbsp;:&nbsp;"/>
|
|
|
<ui:dropDown binding="#{AnaliseAcidenteTrabalho.drpMinutes}" id="drpMinutes"
|
|
|
items="#{SessionBean1.minutosOptions}" selected="#{SessionBean1.minutoChoice}" style="height: 24px; width: 48px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel11}" columnClasses="gridColLeft" columns="1" id="gridPanel11"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel4}" id="groupPanel4" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText7}" escape="false" id="staticText7"
|
|
|
style="height: 24px" styleClass="labelBold" text="N&#186; horas trabalhadas no turno:&nbsp;&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtHorasTurno}" id="txtHorasTurno" style="height: 24px; width: 72px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel10}" id="groupPanel10" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText163}" escape="false" id="staticText163"
|
|
|
style="height: 24px" styleClass="labelBold" text="Departamento:&nbsp;"/>
|
|
|
<ui:dropDown binding="#{AnaliseAcidenteTrabalho.drpDepartamento}" id="drpDepartamento"
|
|
|
items="#{SessionBean1.departamentoOptions}"
|
|
|
onChange="common_timeoutSubmitForm(this.form, 'gridBase1:gridLayout1:gridDadosAcidenteSeg:gridPanel9:gridPanel11:groupPanel10:drpDepartamento');"
|
|
|
selected="#{SessionBean1.departamentoChoice}" style="height: 24px; width: 216px" valueChangeListener="#{AnaliseAcidenteTrabalho.drpDepartamento_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText17}" escape="false" id="staticText17"
|
|
|
style="height: 24px" styleClass="labelBold" text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sec&#231;&#227;o:&nbsp;"/>
|
|
|
<ui:dropDown binding="#{AnaliseAcidenteTrabalho.drpSeccao}" id="drpSeccao" items="#{SessionBean1.seccaoOptions}"
|
|
|
selected="#{SessionBean1.seccaoChoice}" style="height: 24px; width: 216px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel11}" id="groupPanel11" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText18}" escape="false" id="staticText18"
|
|
|
style="height: 24px" styleClass="labelBold" text="Local espec&iacute;fico:&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtLocal}" id="txtLocal" style="height: 24px; width: 200px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel12}" columnClasses="gridColLeft" columns="1" id="gridPanel12"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText19}" escape="false" id="staticText19"
|
|
|
style="height: 24px" styleClass="labelBold" text="Tarefa/Actividade que se encontrava a realizar:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtTarefa}" id="txtTarefa" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel13}" columnClasses="gridColLeft" columns="1" id="gridPanel13"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText20}" escape="false" id="staticText20"
|
|
|
style="height: 24px" styleClass="labelBold" text="Subst&#226;ncias, equipamentos, ferramentas e objectos utilizados:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtSubstancias}" id="txtSubstancias" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel16}" columnClasses="gridColLeft" columns="1" id="gridPanel16"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText23}" escape="false" id="staticText23"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Testemunhas:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtTestemunhas}" id="txtTestemunhas" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel17}" columnClasses="gridColLeft" columns="1" id="gridPanel17"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText24}" escape="false" id="staticText24"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Causas do acidente:"/>
|
|
|
<ui:dropDown binding="#{AnaliseAcidenteTrabalho.drpCausas}" id="drpCausas" items="#{SessionBean1.causasOptions}"
|
|
|
selected="#{SessionBean1.causaChoice}" style="height: 24px; width: 480px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel18}" columnClasses="gridColLeft" columns="1" id="gridPanel18"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText25}" escape="false" id="staticText25"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Descri&#231;&#227;o do acidente:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtDescricao}" id="txtDescricao" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel19}" columnClasses="gridColLeft" columns="1" id="gridPanel19"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel20}" columnClasses="gridColLeft, gridColRight" columns="2"
|
|
|
id="gridPanel20" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText26}" escape="false" id="staticText26"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Fotografia(s) e/ou croqui(s) do local do acidente:"/>
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butImagem_action}" binding="#{AnaliseAcidenteTrabalho.butImagem}"
|
|
|
id="butImagem" style="height: 24px; width: 96px" text="Ficheiro..."/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridImages}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridImages" style="height: 24px; width: 100%" width="96"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel21}" columnClasses="gridColLeft" columns="1" id="gridPanel21"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText27}" escape="false" id="staticText27"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Conclus&#245;es:"/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtConclusoes}" id="txtConclusoes" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel26}" columnClasses="gridColLeft" columns="1" id="gridPanel26"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText28}" escape="false" id="staticText28"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Ac&#231;&#245;es imediatas tomadas:"/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtAccoes}" id="txtAccoes" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel15}" columnClasses="gridColLeft" columns="1" id="gridPanel15"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText22}" escape="false" id="staticText22"
|
|
|
style="height: 24px" styleClass="labelBold" text="Condi&#231;&#245;es que contribu&#237;ram para o acidente e respectiva explica&#231;&#227;o da sua exist&#234;ncia:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtCondicoes}" id="txtCondicoes" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel97}" columnClasses="gridColLeft" columns="1" id="gridPanel97" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel52}" id="groupPanel52" style="height: 24px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkAveriguacaoPosterior}" id="chkAveriguacaoPosterior" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText132}" escape="false" id="staticText132"
|
|
|
style="height: 18px" styleClass="labelBold" text="Averigua&ccedil;&atilde;o posterior"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel98}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel98" style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText104}" escape="false" id="staticText104"
|
|
|
style="height: 24px; width: 72px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel99}" columns="1" id="gridPanel99" style="height: 24px; width: 100%">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText131}" escape="false" id="staticText131"
|
|
|
style="height: 24px; width: 216px" styleClass="labelBold" text="Observa&ccedil;&otilde;es:"/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtAveriguacaoObs}" id="txtAveriguacaoObs" rows="3" style="height: 48px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDadosAcidenteSegView}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridDadosAcidenteSegView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel1}" columnClasses="gridColLeft" columns="1" id="gridPanel1"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText95}" escape="false" id="staticText95" style="height: 24px"
|
|
|
styleClass="labelBold" text="DADOS DO ACIDENTE DE TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel117}" columnClasses="gridColCenter" columns="1" id="gridPanel117"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel96}" columnClasses="gridColLeft" columns="1" id="gridPanel96"
|
|
|
style="height: 24px; width: 100%" width="408">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel51}" id="groupPanel51" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText101}" escape="false" id="staticText101"
|
|
|
style="height: 24px; width: 144px" styleClass="labelBold" text="Averiguador:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stAveriguador}" escape="false" id="stAveriguador" style="height: 24px; width: 144px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDataHora}" columnClasses="gridColLeft" columns="1" id="gridDataHora"
|
|
|
style="height: 24px; width: 100%" width="552">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel7}" id="groupPanel7" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblDataAcidente}" escape="false" id="lblDataAcidente"
|
|
|
style="height: 24px; width: 120px" styleClass="labelBold" text="Data da ocorr&ecirc;ncia:&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stDataAcidente1}" id="stDataAcidente1" style="height: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel60}" id="groupPanel60" style="height: 24px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblHoraAcidente}" escape="false" id="lblHoraAcidente"
|
|
|
style="height: 24px; width: 120px" styleClass="labelBold" text="Hora da ocorr&ecirc;ncia&nbsp;"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stHoraAcidente1}" id="stHoraAcidente1" style="height: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridTurnoSeccaoLocal}" columnClasses="gridColLeft25, gridColLeft75"
|
|
|
columns="2" id="gridTurnoSeccaoLocal" style="height: 24px; width: 100%" width="240">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblHorasTurno}" escape="false" id="lblHorasTurno"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="N&#186; horas trabalhadas no turno:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtHorasTurno2}" id="txtHorasTurno2" style="height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblSeccao}" escape="false" id="lblSeccao"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Sec&#231;&#227;o:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtSeccao1}" id="txtSeccao1" style="height: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblLocal}" escape="false" id="lblLocal"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Local espec&#237;fico:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtLocal1}" id="txtLocal1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridTarefa}" columnClasses="gridColLeft" columns="1" id="gridTarefa"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblTarefa}" escape="false" id="lblTarefa"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Tarefa/Actividade que se encontra a realizar:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtTarefa1}" id="txtTarefa1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridSubstancias}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridSubstancias" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblSubstancias}" escape="false" id="lblSubstancias"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Subst&#226;ncias, equipamentos, ferramentas e objectos utilizados:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtSubstancias1}" id="txtSubstancias1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridCondicoes}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridCondicoes" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblCondicoes}" escape="false" id="lblCondicoes"
|
|
|
style="height: 24px" styleClass="labelBold" text="Condi&#231;&#245;es que contribu&#237;ram para o acidente e respectiva explica&#231;&#227;o da sua exist&#234;ncia:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCondicoes1}" id="txtCondicoes1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridTestemunhas}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridTestemunhas" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblTestemunhas}" escape="false" id="lblTestemunhas"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Testemunhas:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtTestemunhas1}" id="txtTestemunhas1" style="height: 24px; width: 216px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridCausas}" columnClasses="gridColLeft" columns="1" id="gridCausas"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblCausas}" escape="false" id="lblCausas"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Causas do acidente:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtCausas1}" id="txtCausas1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDescricao}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridDescricao" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblDescricao}" escape="false" id="lblDescricao"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Descri&#231;&#227;o do acidente:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtDescricao1}" id="txtDescricao1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridFotografias}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridFotografias" style="height: 24px; width: 100%" width="480">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel127}" columnClasses="gridColLeft," columns="1"
|
|
|
id="gridPanel127" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblFotografias}" escape="false" id="lblFotografias"
|
|
|
style="height: 24px" styleClass="labelBold" text="Fotografia(s) e/ou croqui(s) do local do acidente:"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridImages1}" columns="1" id="gridImages1"
|
|
|
style="height: 24px; width: 100%" width="96"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridConclusoes}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridConclusoes" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblConclusoes}" escape="false" id="lblConclusoes"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Conclus&#245;es:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtConclusoes1}" id="txtConclusoes1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAccoes}" columnClasses="gridColLeft" columns="1" id="gridAccoes"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblAccoes}" escape="false" id="lblAccoes"
|
|
|
style="height: 24px; width: 288px" styleClass="labelBold" text="Ac&#231;&#245;es imediatas tomadas:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtAccoes1}" id="txtAccoes1" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAveriguacaoPosterior}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridAveriguacaoPosterior" style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblAveriguacaoPosterior}" escape="false"
|
|
|
id="lblAveriguacaoPosterior" style="height: 24px; width: 288px" styleClass="labelBold" text="Averigua&ccedil;&atilde;o posterior"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.txtAveriguacaoPosterior}" escape="false"
|
|
|
id="txtAveriguacaoPosterior" style="height: 24px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAveriguacaoPosterior1}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridAveriguacaoPosterior1" style="height: 24px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel101}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel101" style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText134}" escape="false" id="staticText134"
|
|
|
style="height: 24px; width: 72px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel102}" columns="1" id="gridPanel102" style="height: 24px; width: 100%">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText135}" escape="false" id="staticText135"
|
|
|
style="height: 24px; width: 216px" styleClass="labelBold" text="Observa&ccedil;&otilde;es:"/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtAveriguacaoObs1}" id="txtAveriguacaoObs1" rows="3" style="height: 48px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDadosAcidenteRh}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridDadosAcidenteRh" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel27}" columnClasses="gridColLeft" columns="1" id="gridPanel27"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText46}" escape="false" id="staticText46" style="height: 24px"
|
|
|
styleClass="labelBold" text="DADOS DO ACIDENTE DE TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel28}" columnClasses="gridColCenter" columns="1" id="gridPanel28"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel29}" columnClasses="gridColLeft" columns="1" id="gridPanel29"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText47}" escape="false" id="staticText47"
|
|
|
style="height: 24px" styleClass="labelBold" text="O colaborador teve forma&ccedil;&atilde;o em SHST:"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel30}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel30" style="height: 24px; width: 100%" width="384">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText48}" escape="false" id="staticText48"
|
|
|
style="height: 24px; width: 12px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel31}" columns="2" id="gridPanel31"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbFormacaoSHSTY}" id="rbFormacaoSHSTY"
|
|
|
name="formacaoSHST" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText49}" id="staticText49"
|
|
|
style="height: 24px; width: 48px" text="Sim"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel32}"
|
|
|
columnClasses="gridColLeft5, gridColLeft10, gridColLeft85" columns="3" id="gridPanel32"
|
|
|
style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText50}" escape="false" id="staticText50"
|
|
|
style="height: 24px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel33}" columns="2" id="gridPanel33"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbFormacaoSHSTN}" id="rbFormacaoSHSTN"
|
|
|
name="formacaoSHST" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stFormacaoDummy}" escape="false" id="stFormacaoDummy"
|
|
|
style="height: 24px; width: 48px" text="N&atilde;o"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel12}" id="groupPanel12" style="width: 500px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblFormacaoSHSTNWhy}" escape="false"
|
|
|
id="lblFormacaoSHSTNWhy" style="height: 24px; width: 72px" text="Porquê ?&nbsp;&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtFormacaoSHSTNWhy}" id="txtFormacaoSHSTNWhy" style="height: 24px; width: 336px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel34}" columnClasses="gridColLeft" columns="1" id="gridPanel34"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText53}" escape="false" id="staticText53"
|
|
|
style="height: 24px" styleClass="labelBold" text="Verificaram-se outras ocorr&ecirc;ncias/incid&ecirc;ncias no mesmo posto de trabalho com o colaborador acidentado?"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel35}"
|
|
|
columnClasses="gridColLeft5, gridColLeft10, gridColLeft10, gridColLeft75" columns="4" id="gridPanel35"
|
|
|
style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText54}" escape="false" id="staticText54"
|
|
|
style="height: 24px; width: 12px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel36}" columns="2" id="gridPanel36"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbAcidentesColaboradorY}" id="rbAcidentesColaboradorY"
|
|
|
name="acidentesColaborador" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText55}" escape="false" id="staticText55"
|
|
|
style="height: 24px; width: 48px" text="Sim"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel13}" id="groupPanel13" style="width: 600px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText56}" escape="false" id="staticText56"
|
|
|
style="height: 24px; width: 72px" text="Quantos&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrAcidentesColaborador}" id="txtNrAcidentesColaborador" style="height: 24px; width: 30px"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel37}" columns="5" id="gridPanel37"
|
|
|
style="height: 24px; width: 60%" width="312">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText57}" escape="false" id="staticText57"
|
|
|
style="height: 24px; width: 192px" text="Relatório(s) de acidente nº"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaborador1}"
|
|
|
id="txtNrRelatorioAcidentesColaborador1" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaborador2}"
|
|
|
id="txtNrRelatorioAcidentesColaborador2" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaborador3}"
|
|
|
id="txtNrRelatorioAcidentesColaborador3" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaborador4}"
|
|
|
id="txtNrRelatorioAcidentesColaborador4" style="height: 24px; width: 48px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel38}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel38" style="height: 24px; width: 100%" width="384">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText58}" escape="false" id="staticText58"
|
|
|
style="height: 24px; width: 12px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel39}" columns="2" id="gridPanel39"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbAcidentesColaboradorN}" id="rbAcidentesColaboradorN"
|
|
|
name="acidentesColaborador" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText59}" escape="false" id="staticText59"
|
|
|
style="height: 24px; width: 48px" text="N&atilde;o"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel40}" columnClasses="gridColLeft" columns="1" id="gridPanel40"
|
|
|
style="height: 24px; width: 100%" width="480">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText60}" escape="false" id="staticText60"
|
|
|
style="height: 24px" styleClass="labelBold" text="Verificaram-se ocorrências/incidências semelhantes com outros colaboradores?"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel41}"
|
|
|
columnClasses="gridColLeft5, gridColLeft10, gridColLeft10, gridColLeft75" columns="4" id="gridPanel41"
|
|
|
style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText61}" escape="false" id="staticText61"
|
|
|
style="height: 24px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel42}" columns="2" id="gridPanel42"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbAcidentesColaboradoresY}"
|
|
|
id="rbAcidentesColaboradoresY" name="acidentesColaboradores" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText62}" escape="false" id="staticText62"
|
|
|
style="height: 24px; width: 48px" text="Sim"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel14}" id="groupPanel14" style="width: 600px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText63}" escape="false" id="staticText63"
|
|
|
style="height: 24px; width: 72px" text="Quantos&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrAcidentesColaboradores}"
|
|
|
id="txtNrAcidentesColaboradores" style="height: 24px; width: 30px"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel43}" columns="5" id="gridPanel43"
|
|
|
style="height: 24px; width: 60%" width="312">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText64}" escape="false" id="staticText64"
|
|
|
style="height: 24px; width: 192px" text="Relatório(s) de acidente nº"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaboradores1}"
|
|
|
id="txtNrRelatorioAcidentesColaboradores1" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaboradores2}"
|
|
|
id="txtNrRelatorioAcidentesColaboradores2" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaboradores3}"
|
|
|
id="txtNrRelatorioAcidentesColaboradores3" style="height: 24px; width: 48px"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtNrRelatorioAcidentesColaboradores4}"
|
|
|
id="txtNrRelatorioAcidentesColaboradores4" style="height: 24px; width: 48px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel44}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel44" style="height: 24px; width: 100%" width="384">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText65}" escape="false" id="staticText65"
|
|
|
style="height: 24px; width: 12px" text="&nbsp;"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel45}" columns="2" id="gridPanel45"
|
|
|
style="height: 24px; width: 50px" width="72">
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbAcidentesColaboradoresN}"
|
|
|
id="rbAcidentesColaboradoresN" name="acidentesColaboradores" style="height: 0px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText66}" escape="false" id="staticText66"
|
|
|
style="height: 24px; width: 48px" text="N&atilde;o"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridDadosAcidenteRhView}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridDadosAcidenteRhView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel55}" columnClasses="gridColLeft" columns="1" id="gridPanel55"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText88}" escape="false" id="staticText88" style="height: 24px"
|
|
|
styleClass="labelBold" text="DADOS DO ACIDENTE DE TRABALHO"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel56}" columnClasses="gridColCenter" columns="1" id="gridPanel56"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridSHST}" columnClasses="gridColLeft" columns="1" id="gridSHST"
|
|
|
style="height: 24px; width: 100%" width="480"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridColaborador}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridColaborador" style="height: 24px; width: 100%" width="480"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridColaboradores}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridColaboradores" style="height: 24px; width: 100%" width="480"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRecomendacoesHS}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridRecomendacoesHS" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel46}" columnClasses="gridColLeft" columns="1" id="gridPanel46"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText67}" escape="false" id="staticText67" style="height: 24px"
|
|
|
styleClass="labelBold" text="RECOMENDA&Ccedil;&Otilde;ES PROPOSTAS"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRecomendacoes}" columnClasses="gridColCenter" columns="1"
|
|
|
id="gridRecomendacoes" style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel48}" columnClasses="gridColLeft5, gridColLeft90, gridColLeft5"
|
|
|
columns="3" id="gridPanel48" style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stNrRecomendacao1}" id="stNrRecomendacao1"
|
|
|
style="height: 24px; width: 24px" text="1 ."/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtRecomendacao1}" id="txtRecomendacao1" style="height: 24px; width: 98%"/>
|
|
|
<ui:imageHyperlink action="#{AnaliseAcidenteTrabalho.lnkMoreRec1_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkMoreRec1}" height="9" id="lnkMoreRec1" imageURL="/resources/plus_more.gif" width="9"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRecomendacoesViewHS}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridRecomendacoesViewHS" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel47}" columnClasses="gridColLeft" columns="1" id="gridPanel47"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText51}" escape="false" id="staticText51" style="height: 24px"
|
|
|
styleClass="labelBold" text="RECOMENDA&Ccedil;&Otilde;ES PROPOSTAS"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRecomendacoesView}" columnClasses="gridColCenter" columns="1"
|
|
|
id="gridRecomendacoesView" style="height: 24px; width: 90%" styleClass="centerBlock" width="456"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedidasRH}" cellpadding="0" cellspacing="0" columns="1" id="gridMedidasRH" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel57}" columnClasses="gridColLeft" columns="1" id="gridPanel57"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText68}" escape="false" id="staticText68" style="height: 24px"
|
|
|
styleClass="labelBold" text="MEDIDAS A ADOPTAR PELA ENTIDADE EMPREGADORA"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedidas}" columnClasses="gridColCenter" columns="1" id="gridMedidas"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel58}" columnClasses="gridColLeft5, gridColLeft90, gridColLeft5"
|
|
|
columns="3" id="gridPanel58" style="height: 24px; width: 100%" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stNrMedida1}" id="stNrMedida1" style="height: 24px; width: 24px" text="1 ."/>
|
|
|
<ui:textArea binding="#{AnaliseAcidenteTrabalho.txtMedida1}" id="txtMedida1" style="height: 24px; width: 98%"/>
|
|
|
<ui:imageHyperlink action="#{AnaliseAcidenteTrabalho.lnkMoreMed_action}"
|
|
|
binding="#{AnaliseAcidenteTrabalho.lnkMoreMed1}" height="9" id="lnkMoreMed1" imageURL="/resources/plus_more.gif" width="9"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedidasViewRH}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridMedidasViewRH" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel59}" columnClasses="gridColLeft" columns="1" id="gridPanel59"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText89}" escape="false" id="staticText89" style="height: 24px"
|
|
|
styleClass="labelBold" text="MEDIDAS A ADOPTAR PELA ENTIDADE EMPREGADORA"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedidasView}" columnClasses="gridColCenter" columns="1"
|
|
|
id="gridMedidasView" style="height: 24px; width: 90%" styleClass="centerBlock" width="456"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedico}" cellpadding="0" cellspacing="0" columns="1" id="gridMedico" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel60}" columnClasses="gridColLeft" columns="1" id="gridPanel60"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText90}" escape="false" id="staticText90"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="LES&Atilde;O"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridLesao1}" columnClasses="gridColLeft" columns="1" id="gridLesao1"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText91}" escape="false" id="staticText91"
|
|
|
style="height: 24px; width: 456px" styleClass="labelBold" text="Especifique a(s) &aacute;reas corporal(is) espec&iacute;fica(s):"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel61}"
|
|
|
columnClasses="gridColLeft10, gridColLeft20, gridColLeft70" columns="3" id="gridPanel61"
|
|
|
style="height: 24px; width: 100%" width="456">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel17}" id="groupPanel17" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkCabeca}" id="chkCabeca" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText93}" escape="false" id="staticText93"
|
|
|
style="height: 24px; width: 120px" text="Cabeça"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel18}" id="groupPanel18" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkMembroSupDir}" id="chkMembroSupDir"
|
|
|
onClick="showHideEspecif(this);" style="height: 24px; width: 24px" valueChangeListener="#{AnaliseAcidenteTrabalho.chkMembroSupDir_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText94}" escape="false" id="staticText94"
|
|
|
style="height: 24px; width: 120px" text="Membro Superior Direito"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel62}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel62" style="height: 24px; width: 100%" width="288">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblEspecif1}" escape="false" id="lblEspecif1"
|
|
|
style="height: 24px; width: 120px" text="Espec&iacute;fique:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtEspecif1}" id="txtEspecif1" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel19}" id="groupPanel19" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkPescoco}" id="chkPescoco" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText96}" escape="false" id="staticText96"
|
|
|
style="height: 24px; width: 120px" text="Pescoço"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel20}" id="groupPanel20" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkMembroSupEsq}" id="chkMembroSupEsq"
|
|
|
onClick="showHideEspecif(this);" style="height: 24px; width: 24px" valueChangeListener="#{AnaliseAcidenteTrabalho.chkMembroSupEsq_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText97}" escape="false" id="staticText97"
|
|
|
style="height: 24px; width: 120px" text="Membro Superior Esquerdo"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel63}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel63" style="height: 24px; width: 100%" width="288">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblEspecif2}" escape="false" id="lblEspecif2"
|
|
|
style="height: 24px; width: 120px" text="Espec&iacute;fique:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtEspecif2}" id="txtEspecif2" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel21}" id="groupPanel21" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkTronco}" id="chkTronco" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText99}" escape="false" id="staticText99"
|
|
|
style="height: 24px; width: 120px" text="Tronco"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel22}" id="groupPanel22" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkMembroInfDir}" id="chkMembroInfDir"
|
|
|
onClick="showHideEspecif(this);" style="height: 24px; width: 24px" valueChangeListener="#{AnaliseAcidenteTrabalho.chkMembroInfDir_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText100}" escape="false" id="staticText100"
|
|
|
style="height: 24px; width: 120px" text="Membro Inferior Direito"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel64}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel64" style="height: 24px; width: 100%" width="288">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblEspecif3}" escape="false" id="lblEspecif3"
|
|
|
style="height: 24px; width: 120px" text="Espec&iacute;fique:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtEspecif3}" id="txtEspecif3" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText102}" escape="false" id="staticText102"
|
|
|
style="height: 24px; width: 48px" text="&nbsp;"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel23}" id="groupPanel23" style="height: 24px; width: 216px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkMembroInfEsq}" id="chkMembroInfEsq"
|
|
|
onClick="showHideEspecif(this);" style="height: 24px; width: 24px" valueChangeListener="#{AnaliseAcidenteTrabalho.chkMembroInfEsq_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText103}" escape="false" id="staticText103"
|
|
|
style="height: 24px; width: 120px" text="Membro Inferior Esquerdo"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel65}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel65" style="height: 24px; width: 100%" width="288">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.lblEspecif4}" escape="false" id="lblEspecif4"
|
|
|
style="height: 24px; width: 120px" text="Espec&iacute;fique:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtEspecif4}" id="txtEspecif4" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel66}" columnClasses="gridColLeft10, gridColLeft90" columns="2"
|
|
|
id="gridPanel66" style="height: 24px; width: 100%" width="336">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText105}" escape="false" id="staticText105"
|
|
|
style="height: 24px; width: 192px" styleClass="labelBold" text="Tipo de Lesão:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtTipoLesao}" id="txtTipoLesao" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel67}" columnClasses="gridColLeft" columns="1" id="gridPanel67"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText106}" escape="false" id="staticText106"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="INCAPACIDADE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridIncapacidade1}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridIncapacidade1" style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel68}" columnClasses="gridColLeft, gridColRight" columns="2"
|
|
|
id="gridPanel68" style="height: 24px; width: 100%" width="552">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel24}" id="groupPanel24" style="height: 24px; width: 432px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText107}" escape="false" id="staticText107"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="Tipo de incapacidade:&nbsp;&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbIncapacidadeNone}" id="rbIncapacidadeNone"
|
|
|
name="rbIncapacidade" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText108}" escape="false" id="staticText108"
|
|
|
style="height: 24px; width: 96px" text="Nenhuma&nbsp;&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbIncapacidadeTemp}" id="rbIncapacidadeTemp"
|
|
|
name="rbIncapacidade" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText109}" escape="false" id="staticText109"
|
|
|
style="height: 24px; width: 96px" text="Tempor&aacute;ria&nbsp;&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbIncapacidadePerm}" id="rbIncapacidadePerm"
|
|
|
name="rbIncapacidade" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText141}" escape="false" id="staticText141"
|
|
|
style="height: 24px; width: 96px" text="Permanente"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel25}" id="groupPanel25" style="height: 24px; width: 384px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText110}" escape="false" id="staticText110"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="Coeficiente de incapacidade:&nbsp;&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtCoefIncapacidade}" id="txtCoefIncapacidade" style="height: 24px; width: 48px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText111}" escape="false" id="staticText111"
|
|
|
style="height: 24px; width: 96px" styleClass="labelBold" text="&nbsp;%"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel69}" columns="4" id="gridPanel69"
|
|
|
style="height: 24px; width: 75%" width="600">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText112}" escape="false" id="staticText112"
|
|
|
style="height: 24px; width: 120px" styleClass="labelBold" text="Avalia&ccedil;&atilde;o da incapacidade realizada em &nbsp;&nbsp;"/>
|
|
|
<ui:calendar binding="#{AnaliseAcidenteTrabalho.calAvaliacaoIncap}" dateFormatPattern="yyyy/MM/dd"
|
|
|
id="calAvaliacaoIncap" style="height: 24px; width: 144px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText113}" escape="false" id="staticText113"
|
|
|
style="height: 24px; width: 120px" styleClass="labelBold" text=" Revis&atilde;o de incapacidade&nbsp;&nbsp;"/>
|
|
|
<ui:calendar binding="#{AnaliseAcidenteTrabalho.calRevisaoIncap}" dateFormatPattern="yyyy/MM/dd"
|
|
|
id="calRevisaoIncap" style="height: 24px; width: 144px"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel70}" columns="4" id="gridPanel70" style="height: 24px" width="600">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText114}" escape="false" id="staticText114"
|
|
|
style="height: 24px; width: 120px" styleClass="labelBold" text="Per&iacute;odo de incapacidade tempor&aacute;ria de &nbsp;&nbsp;"/>
|
|
|
<ui:calendar binding="#{AnaliseAcidenteTrabalho.calPeridoIncapDe}" dateFormatPattern="yyyy/MM/dd"
|
|
|
id="calPeridoIncapDe" style="height: 24px; width: 144px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText115}" escape="false" id="staticText115"
|
|
|
style="height: 24px; width: 120px" text=" a&nbsp;&nbsp;"/>
|
|
|
<ui:calendar binding="#{AnaliseAcidenteTrabalho.calPeriodoIncapA}" dateFormatPattern="yyyy/MM/dd"
|
|
|
id="calPeriodoIncapA" style="height: 24px; width: 144px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel71}" columnClasses="gridColLeft" columns="1" id="gridPanel71"
|
|
|
rendered="false"
|
|
|
style="border-bottom: solid rgb(0, 0, 0) 1px; background-color: rgb(102, 133, 151); height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText116}" escape="false" id="staticText116"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="RESTRI&Ccedil;&Otilde;ES M&Eacute;DICAS AP&Oacute;S LES&Atilde;O/INCIDENTE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRestricoes}" columnClasses="gridColRestricoes" columns="1"
|
|
|
id="gridRestricoes" rendered="false" style="height: 24px; width: 100%" styleClass="restricoes" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel72}" columnClasses="gridColRestricoes" columns="1"
|
|
|
id="gridPanel72" style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel73}" columns="3" id="gridPanel73"
|
|
|
style="height: 24px; width: 80%" styleClass="centerBlock" width="96">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel74}" columnClasses="gridColCenter" columns="1"
|
|
|
id="gridPanel74" style="height: 24px" width="240">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel75}" columns="4" id="gridPanel75"
|
|
|
style="height: 24px" width="240">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image3}" height="48" id="image3"
|
|
|
url="/resources/images/medico/fle1.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image4}" height="48" id="image4"
|
|
|
url="/resources/images/medico/fle2.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image5}" height="48" id="image5"
|
|
|
url="/resources/images/medico/fle3.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image17}" height="48" id="image17"
|
|
|
url="/resources/images/medico/fle4.gif" width="48"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel26}" id="groupPanel26" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText117}" escape="false" id="staticText117"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgFlexao}" id="chkImgFlexao" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel84}" columnClasses="gridColCenter" columns="2"
|
|
|
id="gridPanel84" style="height: 24px; width: 100%" width="96">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image19}" height="48" id="image19"
|
|
|
url="/resources/images/medico/rot1.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image20}" height="48" id="image20"
|
|
|
url="/resources/images/medico/rot2.gif" width="48"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel42}" id="groupPanel42" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText142}" escape="false" id="staticText142"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o Lateral"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgRot1}" id="chkImgRot1" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel43}" id="groupPanel43" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText143}" escape="false" id="staticText143"
|
|
|
style="height: 24px; width: 168px" text="Rota&ccedil;&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgRot2}" id="chkImgRot2" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel76}" columnClasses="gridColCenter" columns="2"
|
|
|
id="gridPanel76" style="height: 48px" width="360">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image6}" height="48" id="image6"
|
|
|
url="/resources/images/medico/ext1.gif" width="48"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel77}" columns="3" id="gridPanel77"
|
|
|
style="height: 48px" styleClass="centerBlock" width="120">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image7}" height="48" id="image7"
|
|
|
url="/resources/images/medico/ext2.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image8}" height="48" id="image8"
|
|
|
url="/resources/images/medico/ext3.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image18}" height="48" id="image18"
|
|
|
url="/resources/images/medico/ext4.gif" width="48"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel27}" id="groupPanel27" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText118}" escape="false" id="staticText118"
|
|
|
style="height: 24px; width: 168px" text="Extens&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgExt1}" id="chkImgExt1" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel28}" id="groupPanel28" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText119}" escape="false" id="staticText119"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o/Extens&atilde;o Lateral + Rota&ccedil;&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgExt2}" id="chkImgExt2" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel78}" columnClasses="centerBlock" columns="4"
|
|
|
id="gridPanel78" style="height: 24px" styleClass="centerBlock" width="360">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image21}" height="48" id="image21"
|
|
|
url="/resources/images/medico/ca1.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image9}" height="48" id="image9"
|
|
|
url="/resources/images/medico/ca2.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image10}" height="48" id="image10"
|
|
|
url="/resources/images/medico/ca3.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image11}" height="48" id="image11"
|
|
|
url="/resources/images/medico/ca4.gif" width="48"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel44}" id="groupPanel44" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText144}" escape="false" id="staticText144"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgCab1}" id="chkImgCab1" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel29}" id="groupPanel29" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText120}" escape="false" id="staticText120"
|
|
|
style="height: 24px; width: 168px" text="Extens&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgCab2}" id="chkImgCab2" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel30}" id="groupPanel30" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText121}" escape="false" id="staticText121"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o Lateral"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgCab3}" id="chkImgCab3" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel45}" id="groupPanel45" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText145}" escape="false" id="staticText145"
|
|
|
style="height: 24px; width: 168px" text="Rota&ccedil;&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgCab4}" id="chkImgCab4" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel79}" columnClasses="gridColCenter" columns="6"
|
|
|
id="gridPanel79" style="height: 24px; width: 80%" styleClass="centerBlock" width="240">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image23}" height="48" id="image23"
|
|
|
url="/resources/images/medico/ma1.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image22}" height="48" id="image22"
|
|
|
url="/resources/images/medico/ma2.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image12}" height="48" id="image12"
|
|
|
url="/resources/images/medico/ma3.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image24}" height="48" id="image24"
|
|
|
url="/resources/images/medico/ma4.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image13}" height="48" id="image13"
|
|
|
url="/resources/images/medico/ma5.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image14}" height="48" id="image14"
|
|
|
url="/resources/images/medico/ma6.gif" width="48"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel46}" id="groupPanel46" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText146}" escape="false" id="staticText146"
|
|
|
style="height: 24px; width: 168px" text="Porona&ccedil;&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa1}" id="chkImgMa1" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel31}" id="groupPanel31" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText122}" escape="false" id="staticText122"
|
|
|
style="height: 24px; width: 168px" text="Supina&ccedil;&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa2}" id="chkImgMa2" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel32}" id="groupPanel32" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText123}" escape="false" id="staticText123"
|
|
|
style="height: 24px; width: 168px" text="Flex&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa3}" id="chkImgMa3" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel47}" id="groupPanel47" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText147}" escape="false" id="staticText147"
|
|
|
style="height: 24px; width: 168px" text="Extens&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa4}" id="chkImgMa4" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel33}" id="groupPanel33" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText124}" escape="false" id="staticText124"
|
|
|
style="height: 24px; width: 168px" text="Desvio Ulnar"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa5}" id="chkImgMa5" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel34}" id="groupPanel34" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText125}" escape="false" id="staticText125"
|
|
|
style="height: 24px; width: 168px" text="Desvio Radial"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa6}" id="chkImgMa6" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel80}" columnClasses="centerBlock" columns="4"
|
|
|
id="gridPanel80" style="height: 24px; width: 70%" styleClass="centerBlock" width="360">
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image25}" height="48" id="image25"
|
|
|
url="/resources/images/medico/ma7.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image15}" height="48" id="image15"
|
|
|
url="/resources/images/medico/ma8.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image26}" height="48" id="image26"
|
|
|
url="/resources/images/medico/ma9.gif" width="48"/>
|
|
|
<ui:image binding="#{AnaliseAcidenteTrabalho.image16}" height="48" id="image16"
|
|
|
url="/resources/images/medico/ma10.gif" width="48"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel48}" id="groupPanel48" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText148}" escape="false" id="staticText148"
|
|
|
style="height: 24px; width: 168px" text="Pin&ccedil;a Digital"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa7}" id="chkImgMa7" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel35}" id="groupPanel35" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText126}" escape="false" id="staticText126"
|
|
|
style="height: 24px; width: 168px" text="Segurar objectos entre os dedos"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa8}" id="chkImgMa8" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel49}" id="groupPanel49" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText149}" escape="false" id="staticText149"
|
|
|
style="height: 24px; width: 168px" text="Dedos em Extens&atilde;o"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa9}" id="chkImgMa9" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel36}" id="groupPanel36" style="height: 24px; width: 192px">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText127}" escape="false" id="staticText127"
|
|
|
style="height: 24px; width: 168px" text="Pega Palmar"/>
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkImgMa10}" id="chkImgMa10" style="height: 24px; width: 24px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel81}" columnClasses="gridColLeft" columns="1" id="gridPanel81"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText128}" escape="false" id="staticText128"
|
|
|
style="font-weight: bold; height: 24px; width: 312px" text="Outras restrições:"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel37}" id="groupPanel37" style="height: 24px; width: 670px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkRestricaoCargas}" id="chkRestricaoCargas"
|
|
|
onClick="common_timeoutSubmitForm(this.form, 'gridBase1:gridLayout1:gridMedico:gridRestricoes:gridPanel81:groupPanel37:chkRestricaoCargas');"
|
|
|
style="height: 24px; width: 24px" valueChangeListener="#{AnaliseAcidenteTrabalho.chkRestricaoCargas_processValueChange}"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText129}" escape="false" id="staticText129"
|
|
|
style="height: 24px; width: 360px" text="Movimenta&ccedil;&atilde;o e manipula&ccedil;&atilde;o de cargas com mais de&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbKgs2}" id="rbKgs2" name="rbKgs" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKgs2}" escape="false" id="stKgs2"
|
|
|
style="height: 24px; width: 48px" text="2Kg&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbKgs5}" id="rbKgs5" name="rbKgs" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKgs5}" escape="false" id="stKgs5"
|
|
|
style="height: 24px; width: 48px" text="5Kg&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbKgs10}" id="rbKgs10" name="rbKgs" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKgs10}" escape="false" id="stKgs10"
|
|
|
style="height: 24px; width: 48px" text="10Kg&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbKgs15}" id="rbKgs15" name="rbKgs
" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKgs15}" escape="false" id="stKgs15"
|
|
|
style="height: 24px; width: 48px" text="15Kg&nbsp;"/>
|
|
|
<ui:radioButton binding="#{AnaliseAcidenteTrabalho.rbKgsOutro}" id="rbKgsOutro" name="rbKgs" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKgsOutro}" escape="false" id="stKgsOutro"
|
|
|
style="height: 24px; width: 48px" text="Outro:&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtKgs}" id="txtKgs" style="height: 24px; width: 48px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stKg}" escape="false" id="stKg"
|
|
|
style="height: 24px; width: 48px" text="Kg"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel38}" id="groupPanel38" style="height: 24px; width: 456px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkRestricaoMotricidade}" id="chkRestricaoMotricidade" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText136}" escape="false" id="staticText136"
|
|
|
style="height: 24px; width: 310px" text="Opera&ccedil;&otilde;es que requeiram motricidade fina"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel39}" id="groupPanel39" style="height: 24px; width: 456px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkRestricaoConducao}" id="chkRestricaoConducao" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText137}" escape="false" id="staticText137"
|
|
|
style="height: 24px; width: 310px" text="Condu&ccedil;&atilde;o/interac&ccedil;&atilde;o com ve&iacute;culos ou outros equipamentos"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel40}" id="groupPanel40" style="height: 24px; width: 598px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkRestricaoVibracoes}" id="chkRestricaoVibracoes" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText138}" escape="false" id="staticText138"
|
|
|
style="height: 24px; width: 310px" text="Utiliza&ccedil;&atilde;o de equipamentos/ferramentas que impliquem exposi&ccedil;&atilde;o a vibra&ccedil;&otilde;es ou impactos"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel82}" columnClasses="gridColLeft5, gridColLeft95"
|
|
|
columns="2" id="gridPanel82" style="height: 24px; width: 100%" styleClass="restricoes" width="504">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel41}" id="groupPanel41" style="height: 24px; width: 456px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkRestricaoOutras}" id="chkRestricaoOutras" style="height: 24px; width: 24px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText139}" escape="false" id="staticText139"
|
|
|
style="height: 24px; width: 310px" text="Outras:"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtRestricaoOutras}" id="txtRestricaoOutras" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel83}" columnClasses="gridColLeft" columns="1" id="gridPanel83"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText140}" escape="false" id="staticText140"
|
|
|
style="height: 24px; width: 240px" text="Observa&ccedil;&otilde;es:"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtObservacoes}" id="txtObservacoes" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridMedicoView}" cellpadding="0" cellspacing="0" columns="1" id="gridMedicoView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel85}" columnClasses="gridColLeft" columns="1" id="gridPanel85"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText150}" escape="false" id="staticText150"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="LES&Atilde;O"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridLesao}" columnClasses="gridColLeft" columns="1" id="gridLesao"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText151}" escape="false" id="staticText151"
|
|
|
style="height: 24px; width: 456px" styleClass="labelBold" text="&Aacute;rea(s) corporal(is) espec&iacute;fica(s):"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel86}" columnClasses="gridColLeft" columns="1" id="gridPanel86"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText152}" escape="false" id="staticText152"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="INCAPACIDADE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridIncapacidade2}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridIncapacidade2" style="height: 24px; width: 90%" styleClass="centerBlock" width="456"/>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel87}" columnClasses="gridColLeft" columns="1" id="gridPanel87"
|
|
|
rendered="false"
|
|
|
style="border-bottom: solid rgb(0, 0, 0) 1px; background-color: rgb(102, 133, 151); height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText153}" escape="false" id="staticText153"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="RESTRI&Ccedil;&Otilde;ES M&Eacute;DICAS AP&Oacute;S LES&Atilde;O/INCIDENTE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridRestricoes1}" columnClasses="gridColRestricoes" columns="1"
|
|
|
id="gridRestricoes1" rendered="false" style="height: 24px; width: 100%" styleClass="restricoes" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel88}" columnClasses="gridColRestricoes" columns="1"
|
|
|
id="gridPanel88" style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridImagesRestricoes}" columns="1" id="gridImagesRestricoes" style="height: 24px; width: 100%"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridOutrasRestricoes}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridOutrasRestricoes" style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText154}" escape="false" id="staticText154"
|
|
|
style="font-weight: bold; height: 24px; width: 312px" text="Outras restrições:"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel90}" columnClasses="gridColLeft" columns="1" id="gridPanel90"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="432">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText155}" escape="false" id="staticText155"
|
|
|
style="height: 24px; width: 240px" text="Observa&ccedil;&otilde;es:"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stObservacoes}" escape="false" id="stObservacoes" style="height: 24px; width: 480px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridVerificacaoView}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridVerificacaoView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel134}" columnClasses="gridColLeft" columns="1" id="gridPanel134"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText187}" escape="false" id="staticText187" style="height: 24px"
|
|
|
styleClass="labelBold" text="TOMADA DE CONHECIMENTO/TERMO DE RESPONSABILIDADE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel135}" columnClasses="gridColCenter" columns="1" id="gridPanel135"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAssinaturasView}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridAssinaturasView" style="height: 24px; width: 100%" width="240"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridVerificacao}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridVerificacao" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel131}" columnClasses="gridColLeft" columns="1" id="gridPanel131"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText52}" escape="false" id="staticText52" style="height: 24px"
|
|
|
styleClass="labelBold" text="TOMADA DE CONHECIMENTO/TERMO DE RESPONSABILIDADE"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel132}" columnClasses="gridColCenter" columns="1" id="gridPanel132"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel133}" columnClasses="gridColLeft" columns="1" id="gridPanel133"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.grpVerHs}" id="grpVerHs" style="height: 24px; width: 360px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkVerHs}" id="chkVerHs" onClick="enableDisableButEnviar(this);"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stVerHs}" id="stVerHs" style="height: 24px; width: 214px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.grpVerRespSeg}" id="grpVerRespSeg" style="height: 24px; width: 360px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkVerRespSeg}" id="chkVerRespSeg"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stVerRespSeg}" id="stVerRespSeg" style="height: 24px; width: 214px"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.grpVerRespRh}" id="grpVerRespRh" style="height: 24px; width: 360px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkVerRespRh}" id="chkVerRespRh" onClick="enableDisableButImprimir(this);"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stVerRespRh}" id="stVerRespRh" style="height: 24px; width: 214px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridImpressao}" cellpadding="0" cellspacing="0" columns="1" id="gridImpressao" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel89}" columnClasses="gridColLeft" columns="1" id="gridPanel89"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText73}" escape="false" id="staticText73"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="IMPRESS&Atilde;O"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel91}" columnClasses="gridColCenter" columns="1" id="gridPanel91"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel92}" columnClasses="gridColLeft" columns="1" id="gridPanel92"
|
|
|
style="height: 24px; width: 100%" width="240">
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.grpAssSup}" id="grpAssSup" style="height: 24px">
|
|
|
<ui:checkbox binding="#{AnaliseAcidenteTrabalho.chkAssSup}" id="chkAssSup" onClick="enableDisableButEnviar(this);"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stAssSup1}" escape="false" id="stAssSup1" style="height: 24px" text="Assinado na Ficha de An&aacute;lise de Acidente em papel por&nbsp;"/>
|
|
|
<ui:textField binding="#{AnaliseAcidenteTrabalho.txtAssSup}" id="txtAssSup" style="width: 192px"/>
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.stAssSup2}" escape="false" id="stAssSup2"
|
|
|
style="height: 24px; width: 214px" text=", superior hier&aacute;rquico/respons&aacute;vel superior de&nbsp;"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridImpressaoView}" cellpadding="0" cellspacing="0" columns="1"
|
|
|
id="gridImpressaoView" style="border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0); background-color: rgb(246, 244, 232); height: 39px; width: 100%">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel93}" columnClasses="gridColLeft" columns="1" id="gridPanel93"
|
|
|
style="background-color: #668597; border-bottom: solid #000000 1px; height: 24px; width: 100%" width="192">
|
|
|
<ui:staticText binding="#{AnaliseAcidenteTrabalho.staticText76}" escape="false" id="staticText76"
|
|
|
style="height: 24px; width: 168px" styleClass="labelBold" text="IMPRESS&Atilde;O"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel94}" columnClasses="gridColCenter" columns="1" id="gridPanel94"
|
|
|
style="height: 24px; width: 90%" styleClass="centerBlock" width="456">
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridAssSupView}" columnClasses="gridColLeft" columns="1"
|
|
|
id="gridAssSupView" style="height: 24px; width: 100%" width="240"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{AnaliseAcidenteTrabalho.gridPanel22}" columnClasses="gridColLeft, gridColRight" columns="2"
|
|
|
id="gridPanel22" style="height: 24px; width: 100%" width="336">
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butCancelar_action}" binding="#{AnaliseAcidenteTrabalho.butCancelar}"
|
|
|
id="butCancelar" style="height: 24px; width: 96px" text="Cancelar"/>
|
|
|
<ui:panelGroup binding="#{AnaliseAcidenteTrabalho.groupPanel5}" id="groupPanel5" style="height: 24px">
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butImprimir_action}" binding="#{AnaliseAcidenteTrabalho.butImprimir}"
|
|
|
id="butImprimir" onClick="showPdf();" style="height: 24px; width: 95px" text="Imprimir"/>
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butGravar_action}" binding="#{AnaliseAcidenteTrabalho.butGravar}"
|
|
|
id="butGravar" style="height: 24px; width: 96px"/>
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butCorrecao_action}" binding="#{AnaliseAcidenteTrabalho.butCorrecao}"
|
|
|
id="butCorrecao" style="height: 24px; width: 144px" text="Enviar para correcção"/>
|
|
|
<ui:button action="#{AnaliseAcidenteTrabalho.butEnviar_action}" binding="#{AnaliseAcidenteTrabalho.butEnviar}"
|
|
|
escape="false" id="butEnviar" style="height: 24px; width: 210px"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<ui:hiddenField binding="#{AnaliseAcidenteTrabalho.hidDisableEnviar}" id="hidDisableEnviar"/>
|
|
|
<ui:hiddenField binding="#{AnaliseAcidenteTrabalho.hidDisableImprimir}" id="hidDisableImprimir"/>
|
|
|
<ui:hyperlink binding="#{AnaliseAcidenteTrabalho.lnkDelImageTmp}" id="lnkDelImageTmp"/>
|
|
|
<ui:hiddenField binding="#{AnaliseAcidenteTrabalho.hidAnchor}" id="hidAnchor"/>
|
|
|
<ui:hiddenField binding="#{AnaliseAcidenteTrabalho.hidConfEnviar}" id="hidConfEnviar"/>
|
|
|
</ui:form>
|
|
|
</ui:body>
|
|
|
</ui:html>
|
|
|
</ui:page>
|
|
|
</f:view>
|
|
|
</jsp:root>
|