|
|
<?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"
|
|
|
xmlns:t="http://myfaces.apache.org/tomahawk">
|
|
|
|
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
|
|
|
<f:view>
|
|
|
<ui:page binding="#{FormGestor.page1}" id="page1">
|
|
|
<ui:html binding="#{FormGestor.html1}" id="html1">
|
|
|
<ui:head binding="#{FormGestor.head1}" id="head1">
|
|
|
<ui:link binding="#{FormGestor.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
<script type="text/javascript">
|
|
|
function showPdf()
|
|
|
{
|
|
|
sOptions = " width = '" + screen.availWidth + "'";
|
|
|
sOptions += " height= '" + screen.availHeight + "'";
|
|
|
var wOpen;
|
|
|
wOpen = window.open('./resources/pdfs/Ajuda.pdf','', sOptions );
|
|
|
wOpen.focus();
|
|
|
wOpen.moveTo(0,0);
|
|
|
wOpen.resizeTo( screen.availWidth, screen.availHeight );
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<ui:script type="text/javascript" url="/resources/RaveThemeFix.js" />
|
|
|
</ui:head>
|
|
|
<ui:body binding="#{FormGestor.body1}" id="body1" style="-rave-layout: grid" onLoad="showTables( 'form1:table1', 'form2:table2' );">
|
|
|
|
|
|
<!-- ui:form binding="#{FormGestor.form1}" id="form1" -->
|
|
|
|
|
|
<h:panelGrid binding="#{FormGestor.gridBase1}" columns="1" id="gridBase1"
|
|
|
style="height: 24px; left: 24px; top: 120px; position: absolute; width: 100%" styleClass="centerBlock" width="648">
|
|
|
<h:panelGrid binding="#{FormGestor.gridLayout1}" columns="1" id="gridLayout1" style="height: 15px; width: 80%" styleClass="centerBlock">
|
|
|
|
|
|
<ui:form id="form0">
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel1}" columnClasses="gridColLeft, gridColRightBottom" columns="2" id="gridPanel1"
|
|
|
style="border-bottom: solid #000000 1px; height: 24px; width: 100%" width="312">
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel1}" id="groupPanel1" style="height: 24px; width: 216px">
|
|
|
<ui:image binding="#{FormGestor.image1}" id="image1" url="/resources/images/SIPRP_logo_small.jpg"/>
|
|
|
<ui:image binding="#{FormGestor.image2}" height="40" id="image2" url="#{SessionBean1.logoEmpresaUrl}" width="150"/>
|
|
|
</ui:panelGroup>
|
|
|
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel8" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup id="groupPanel2">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkPlanosActuacao_action}" binding="#{FormGestor.lnkPlanosActuacao}"
|
|
|
id="lnkPlanosActuacao" text="planos actuação>>"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup id="groupPanel9" style="height: 24px; top: 90%; width: 100%">
|
|
|
<ui:staticText binding="#{FormGestor.lblUser}" escape="false" id="lblUser" styleClass="labelBold "/>
|
|
|
<ui:staticText escape="false" id="stSep1" text=" "/>
|
|
|
<ui:hyperlink action="#{FormGestor.lnkGerirUtilizadores_action}" disabled="true" id="lnkGerirUtilizadores1" style="" text="gerir utilizadores"/>
|
|
|
<ui:staticText escape="false" id="stSep4" text=" | "/>
|
|
|
<ui:hyperlink action="#{FormGestor.lnkEditUser_action}" id="lnkEditUser1" text="alterar dados utilizador"/>
|
|
|
<ui:staticText escape="false" id="staticText1" text=" | "/>
|
|
|
<ui:hyperlink action="#{FormGestor.lnkAjuda_action}" id="lnkAjuda1" onClick="showPdf();" style="" text="ajuda "/>
|
|
|
<ui:staticText id="staticText9" style="height: 22px; width: 0px" text="|"/>
|
|
|
<ui:hyperlink action="#{FormGestor.lnkLogout_action}" id="lnkLogout1" text="sair>>"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</ui:form>
|
|
|
|
|
|
<h:panelGrid columnClasses="gridColCenter" columns="2" id="gridPanel2" style="height: 24px; width: 100%" width="504">
|
|
|
<ui:staticText escape="false" id="txtMsg1" text="" />
|
|
|
|
|
|
<h:panelGroup id="panelGroupCurrentYear" style="text-align: right;">
|
|
|
<ui:form id="formYear">
|
|
|
<ui:staticText escape="false" id="textCurrentYear" text="Visualizar análises do ano: " />
|
|
|
<ui:dropDown binding="#{FormGestor.dropCurrentYear}" id="dropCurrentYear"
|
|
|
onChange="common_timeoutSubmitForm(this.form, 'dropCurrentYear');" valueChangeListener="#{FormGestor.dropCurrentYear_valueChangeListener}"/>
|
|
|
</ui:form>
|
|
|
</h:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
|
|
|
<ui:form binding="#{FormGestor.form1}" id="form1">
|
|
|
<h:panelGrid binding="#{FormGestor.gridLayoutTop1}" columnClasses="gridLayoutTopCols, gridLayoutTopCols" columns="2"
|
|
|
id="gridLayoutTop1" style="height: 15px; position: relative; vertical-align: top; width: 100%">
|
|
|
<h:panelGrid binding="#{FormGestor.gridSeguimento1}" columns="1" id="gridSeguimento1"
|
|
|
style="background-color: #f6f4e8; position: relative; width: 100%" width="360">
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel2}" columnClasses="gridColCenter" columns="1" id="gridPanel2"
|
|
|
style="height: 24px; width: 100%" width="264">
|
|
|
<ui:staticText binding="#{FormGestor.staticText2}" id="staticText2"
|
|
|
style="font-size: 18px; font-weight: bold; height: 24px; width: 168px" text="Em seguimento"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel3}" id="gridPanel3"
|
|
|
style="background-color: #f6f4e8; height: 24px; width: 100%" styleClass="centerBlock" width="456">
|
|
|
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanelFilterSeg}" columns="5" id="gridPanelFilterSeg" styleClass="centerBlock">
|
|
|
<ui:panelGroup>
|
|
|
<ui:staticText id="labelFilterDateSeg" escape="false" styleClass="labelBold" text="Data do acidente:" />
|
|
|
|
|
|
<t:inputDate id="calFilterDateSeg" value="#{FormGestor.calFilterDateSeguimento}" />
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup>
|
|
|
<ui:staticText id="labelFilterPORSeg" escape="false" text="POR:" styleClass="labelBold" />
|
|
|
<ui:textField binding="#{FormGestor.textFilterPORSeg}" id="textFilterPORSeg" />
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanelFilterSeg}" id="groupPanelFilterSeg">
|
|
|
<ui:staticText binding="#{FormGestor.labelFilterNameSeg}" id="labelFilterNameSeg" styleClass="labelBold" text="Nome:" />
|
|
|
<ui:textField binding="#{FormGestor.textFilterNameSeg}" id="textFilterNameSeg" />
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup>
|
|
|
<ui:staticText binding="#{FormGestor.labelFilterEstabelecimentoSeg}" id="labelFilterEstabelecimentoSeg" styleClass="labelBold" text="Estabelecimento:" />
|
|
|
<ui:dropDown binding="#{FormGestor.dropEstabelecimentosSeguimento}" id="dropEstabelecimentosSeguimento" style="height: 18px; width: 240px"/>
|
|
|
<!-- <ui:textField binding="#{FormGestor.textFilterEstabelecimentoSeg}" id="textFilterEstabelecimentoSeg" /> -->
|
|
|
</ui:panelGroup>
|
|
|
<ui:button binding="#{FormGestor.buttonFilterSeg}" id="buttonFilterSeg" action="#{FormGestor.buttonFilterSeg_action}" text="Pesquisar" />
|
|
|
</h:panelGrid>
|
|
|
|
|
|
<ui:table augmentTitle="false" binding="#{FormGestor.table1}" id="table1" style="width: 100%; height: 48px"
|
|
|
styleClass="centerBlock">
|
|
|
<ui:tableRowGroup binding="#{FormGestor.tableRowGroup1}" id="tableRowGroup1"
|
|
|
sourceData="#{SessionBean1.analisesSeguimentoDataProvider}" sourceVar="currentRow">
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn1}" headerText="Data do acidente" id="tableColumn1"
|
|
|
sort="data_acidente" style="width: 10%" width="477">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkDataAcidenteSeg_action}"
|
|
|
binding="#{FormGestor.lnkDataAcidenteSeg}" id="lnkDataAcidenteSeg" text="#{currentRow.value['data_acidente']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn11}" headerText="Data da abertura" id="tableColumn11"
|
|
|
sort="data_inicio_processo" width="10%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkDataAberturaSeg_action}"
|
|
|
binding="#{FormGestor.lnkDataAberturaSeg1}" id="lnkDataAberturaSeg1" style="" text="#{currentRow.value['data_inicio_processo']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn2}" headerText="Nº acidente" id="tableColumn2"
|
|
|
sort="analise_nr" style="width: 10%" width="10%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkNrSeg_action}" binding="#{FormGestor.lnkNrSeg}" id="lnkNrSeg" text="#{currentRow.value['analise_nr']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn3}" headerText="POR" id="tableColumn3" width="10%"
|
|
|
sort="numero_mecanografico">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkPorSeg_action}" binding="#{FormGestor.lnkPorSeg}" id="lnkPorSeg"
|
|
|
style="" text="#{currentRow.value['numero_mecanografico']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn4}" headerText="Nome do acidentado" id="tableColumn4"
|
|
|
sort="nome_acidentado" style="width: 50%" width="50%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkNomeAcidentadoSeg_action}"
|
|
|
binding="#{FormGestor.lnkNomeAcidentadoSeg}" id="lnkNomeAcidentadoSeg" text="#{currentRow.value['nome_acidentado']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn5}" headerText="Fase" id="tableColumn5" width="20%"
|
|
|
sort="fase">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkFaseSeg_action}" binding="#{FormGestor.lnkFaseSeg}"
|
|
|
id="lnkFaseSeg" style="height: 24px" text="#{currentRow.value['fase']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn13}" headerText="Estabelecimento" id="tableColumn13" width="15%"
|
|
|
sort="nome_estabelecimento">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkEstabelecimentoSeg_action}"
|
|
|
binding="#{FormGestor.lnkEstabelecimentoSeg1}" id="lnkEstabelecimentoSeg1" style="" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
</ui:tableColumn>
|
|
|
</ui:tableRowGroup>
|
|
|
</ui:table>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</ui:form>
|
|
|
|
|
|
<ui:form id="form2">
|
|
|
<h:panelGrid binding="#{FormGestor.gridConcluidos1}" columns="1" id="gridConcluidos1"
|
|
|
style="border: 1px solid #000000; height: 24px; background-color: #f6f4e8; width: 100%" width="360">
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel4}" columnClasses="gridColCenter" columns="1" id="gridPanel4"
|
|
|
style="height: 24px; width: 100%" width="264">
|
|
|
<ui:staticText binding="#{FormGestor.staticText3}" escape="false" id="staticText3"
|
|
|
style="font-size: 18px; font-weight: bold; height: 24px; width: 168px" text="Concluídos"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel5}" columns="7" id="gridPanel5" style="height: 24px" width="576">
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel3}" id="groupPanel3" style="height: 24px; width: 94px">
|
|
|
<ui:staticText binding="#{FormGestor.staticText4}" id="staticText4" style="height: 24px; width: 22px"
|
|
|
styleClass="labelBold" text="Ano:"/>
|
|
|
<ui:dropDown binding="#{FormGestor.drpAno}" id="drpAno" items="#{SessionBean1.anoOptions}"
|
|
|
onChange="common_timeoutSubmitForm(this.form, 'gridBase1:gridLayout1:gridConcluidos1:gridPanel5:groupPanel3:drpAno');"
|
|
|
selected="#{SessionBean1.anoChoice}" style="width: 70px" valueChangeListener="#{FormGestor.drpAno_processValueChange}"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel4}" id="groupPanel4" style="height: 24px; width: 94px">
|
|
|
<ui:staticText binding="#{FormGestor.lblMes}" escape="false" id="lblMes" style="height: 24px; width: 22px"
|
|
|
text="Mês:" visible="false"/>
|
|
|
<ui:dropDown binding="#{FormGestor.drpMes}" id="drpMes" items="#{SessionBean1.mesOptions}"
|
|
|
onChange="common_timeoutSubmitForm(this.form, 'gridBase1:gridLayout1:gridConcluidos1:gridPanel5:groupPanel4:drpMes');"
|
|
|
selected="#{SessionBean1.mesChoice}" style="width: 69px"
|
|
|
valueChangeListener="#{FormGestor.drpMes_processValueChange}" visible="false"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel5}" id="groupPanel5" style="height: 24px; width: 94px">
|
|
|
<ui:staticText binding="#{FormGestor.lblDia}" id="lblDia" style="height: 24px; width: 22px" text="Dia:" visible="false"/>
|
|
|
<ui:dropDown binding="#{FormGestor.drpDia}" id="drpDia" items="#{SessionBean1.diaOptions}"
|
|
|
selected="#{SessionBean1.diaChoice}" valueChangeListener="#{FormGestor.drpDia_processValueChange}" visible="false"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel6}" id="groupPanel6" style="height: 24px; width: 142px">
|
|
|
<ui:staticText binding="#{FormGestor.staticText5}" escape="false" id="staticText5" style="height: 24px; width: 96px"
|
|
|
styleClass="labelBold" text="POR:&nbsp;"/>
|
|
|
<ui:textField binding="#{FormGestor.txtPor}" id="txtPor" style=""/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel7}" id="groupPanel7" style="height: 24px; width: 262px">
|
|
|
<ui:staticText binding="#{FormGestor.staticText6}" id="staticText6" style="height: 24px; width: 46px"
|
|
|
styleClass="labelBold" text="Nome:"/>
|
|
|
<ui:textField binding="#{FormGestor.txtNome}" id="txtNome"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:panelGroup>
|
|
|
<ui:staticText id="labelFilterEstabelecimentoConc" styleClass="labelBold" text="Estabelecimento:" />
|
|
|
<ui:dropDown binding="#{FormGestor.dropEstabelecimentosConcluidos}" id="dropEstabelecimentosConcluidos" style="height: 18px; width: 240px"/>
|
|
|
<!-- <ui:textField binding="#{FormGestor.textFilterEstabelecimentoConc}" id="textFilterEstabelecimentoConc" /> -->
|
|
|
</ui:panelGroup>
|
|
|
<ui:button action="#{FormGestor.butPesquisar_action}" binding="#{FormGestor.butPesquisar}" id="butPesquisar" text="Pesquisar"/>
|
|
|
</h:panelGrid>
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel6}" columnClasses="gridColCenter" columns="1" id="gridPanel6"
|
|
|
style="height: 24px; width: 80%" styleClass="centerBlock" width="456">
|
|
|
<ui:table augmentTitle="false" binding="#{FormGestor.table2}" id="table2" style="width: 100%; height: 48px"
|
|
|
styleClass="centerBlock">
|
|
|
<ui:tableRowGroup binding="#{FormGestor.tableRowGroup2}" id="tableRowGroup2"
|
|
|
sourceData="#{SessionBean1.analisesConcluidasDataProvider}" sourceVar="currentRow">
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn6}" headerText="Data do acidente" id="tableColumn6"
|
|
|
sort="data_acidente" style="width: 10%" width="10%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkDataConcluida_action}" binding="#{FormGestor.lnkDataConcluida}"
|
|
|
id="lnkDataConcluida" text="#{currentRow.value['data_acidente']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn12}" headerText="Data da abertura" id="tableColumn12"
|
|
|
sort="data_inicio_processo" width="10%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkDataAberturaConcluida_action}"
|
|
|
binding="#{FormGestor.lnkDataAberturaConcluida1}" id="lnkDataAberturaConcluida1" style="" text="#{currentRow.value['data_inicio_processo']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn7}" headerText="Nº acidente" id="tableColumn7"
|
|
|
sort="analise_nr" style="width: 10%" width="7%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkNrConcluida_action}" binding="#{FormGestor.lnkNrConcluida}"
|
|
|
id="lnkNrConcluida" text="#{currentRow.value['analise_nr']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn8}" headerText="POR" id="tableColumn8" width="8%"
|
|
|
sort="numero_mecanografico">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkPorConcluida_action}" binding="#{FormGestor.lnkPorConcluida}"
|
|
|
id="lnkPorConcluida" style="" text="#{currentRow.value['numero_mecanografico']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn9}" headerText="Nome do acidentado" id="tableColumn9"
|
|
|
sort="nome_acidentado" style="width: 80%" width="60%">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkNomeConcluida_action}" binding="#{FormGestor.lnkNomeConcluida}"
|
|
|
id="lnkNomeConcluida" text="#{currentRow.value['nome_acidentado']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn binding="#{FormGestor.tableColumn10}" headerText="Estabelecimento" id="tableColumn10" width="15%"
|
|
|
sort="nome_estabelecimento">
|
|
|
<ui:hyperlink action="#{FormGestor.lnkEstabConcluida_action}" binding="#{FormGestor.lnkEstabConcluida}"
|
|
|
id="lnkEstabConcluida" style="" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
</ui:tableColumn>
|
|
|
<ui:tableColumn headerText="Desactivação"
|
|
|
id="tableColumnDesactivarAnaliseConcluidos" >
|
|
|
<ui:hyperlink action="#{FormGestor.lnkEstabConcluida_action}"
|
|
|
id="labelAnaliseDesactivada"
|
|
|
text="#{currentRow.value['desactivadoLabel']}" style="color: rgb( 255, 0, 0 );"
|
|
|
rendered="#{currentRow.value['concluido_por_desactivacao']}" />
|
|
|
</ui:tableColumn>
|
|
|
</ui:tableRowGroup>
|
|
|
</ui:table>
|
|
|
<ui:staticText binding="#{FormGestor.txtSearchMsg}" escape="false" id="txtSearchMsg" rendered="false" style="color: rgb(204, 0, 0); height: 24px; width: 336px"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</ui:form>
|
|
|
|
|
|
<h:panelGrid binding="#{FormGestor.gridPanel7}" columnClasses="gridColCenter" columns="1" id="gridPanel7" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup binding="#{FormGestor.groupPanel8}" id="groupPanel8" style="border-bottom: solid rgb(255, 255, 255) 1px; height: 21px">
|
|
|
<ui:staticText binding="#{FormGestor.staticText7}" id="staticText7" text="Software desenvolvido por "/>
|
|
|
<ui:image binding="#{FormGestor.image3}" height="21" id="image3" url="/resources/images/logo_evolute_small.png" width="100"/>
|
|
|
<ui:staticText binding="#{FormGestor.staticText8}" escape="false" id="staticText8" text="&nbsp;&copy; 2008 "/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
|
|
|
<!-- /ui:form -->
|
|
|
<script type="text/javascript">
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
try {
|
|
|
var pageTracker = _gat._getTracker("UA-6942416-1");
|
|
|
pageTracker._trackPageview();
|
|
|
} catch(err) {}</script>
|
|
|
</ui:body>
|
|
|
</ui:html>
|
|
|
</ui:page>
|
|
|
</f:view>
|
|
|
</jsp:root>
|