764 lines
43 KiB
Plaintext
764 lines
43 KiB
Plaintext
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
|
|
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
|
|
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
|
|
<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
|
|
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
|
|
<%@taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
|
|
<h:form>
|
|
<table valign="top" cellspacing="0" cellpadding="0" WIDTH="100%" >
|
|
|
|
<tr>
|
|
<td>
|
|
<rich:panel header="D274 - Ricerca richieste" style="cellpadding:0px;cellspacing:0px;width:100%;text-align:center;">
|
|
<h:panelGrid cellpadding="0" border="0" cellspacing="0" align="center" columns="5">
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="causaleRifiutoPitagora" style="color:black;font-weight:bold;" value="#{msg.label_causaleRifiutoPitagora}" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorCausaleRifiutoPitagora}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="causaleRifiutoPitagora" value="#{richieste.filtroRichiesta.causaleRifiutoPitagora}" />
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="causaleRifiutoOlo" style="color:black;font-weight:bold;" value="#{msg.label_causaleRifiutoOlo}" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorCausaleRifiutoOlo}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="causaleRifiutoOlo" style="color:black;font-weight:bold;" value="#{richieste.filtroRichiesta.causaleRifiutoOlo}" />
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="codiceOLO" style="color:black;font-weight:bold;" value="#{msg.label_codiceOlo}" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorCodiceOlo}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="codiceOLO" style="width:220px;" value="#{richieste.filtroRichiesta.cow}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaCodiciOlo}" var="item2" itemLabel="#{item2.descr}" itemValue="#{item2.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="stato" style="color:black;font-weight:bold;" value="#{msg.label_stato}" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorStato}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="stato" value="#{richieste.filtroRichiesta.stato}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaStati}" var="item" itemLabel="#{item.descr}" itemValue="#{item.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="canaleVendita" style="color:black;font-weight:bold;" value="#{msg.label_canaleVendita}" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorCanaleVendita}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="canaleVendita" value="#{richieste.filtroRichiesta.canaleVendita}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaCanaliVendita}" var="item" itemLabel="#{item.descr}" itemValue="#{item.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="dataRicezioneRich" value="Data ricezione richiesta:" style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<rich:calendar id="dataRicezioneRich" popup="true" bypassUpdates="true" datePattern="dd/MM/yyyy" enableManualInput="false" requiredMessage="required message" value="#{richieste.filtroRichiesta.dataRicezioneRichiesta}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="dataRicezioneAcc" value="Data ricezione accettato:" style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<rich:calendar id="dataRicezioneAcc" popup="true" bypassUpdates="true" datePattern="dd/MM/yyyy" enableManualInput="false" requiredMessage="required message" value="#{richieste.filtroRichiesta.dataRicezionePic}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="DataAttesaConsegna" value="Data Attesa Consegna:" style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<rich:calendar id="DataAttesaConsegna" popup="true" bypassUpdates="true" datePattern="dd/MM/yyyy"
|
|
enableManualInput="false" requiredMessage="required message" value="#{richieste.filtroRichiesta.dac}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="dataInvioOlo" value="Data invio ad OLO:" style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<rich:calendar id="dataInvioOlo" popup="true" bypassUpdates="true" datePattern="dd/MM/yyyy" enableManualInput="false" requiredMessage="required message" value="#{richieste.filtroRichiesta.dataInvioOlo}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="dataInvioPitagora" value="Data Invio a Pitagora:" style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<rich:calendar id="dataInvioPitagora" popup="true" bypassUpdates="true" datePattern="dd/MM/yyyy" enableManualInput="false" requiredMessage="required message" value="#{richieste.filtroRichiesta.dataInvioPitagora}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="tipoRichiesta" style="color:black;font-weight:bold;" value="Tipo Richiesta:" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="tipoRichiesta" value="#{richieste.filtroRichiesta.processo}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaProcessi}" var="item" itemLabel="#{item.descr}" itemValue="#{item.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="piattaformaCRM" style="color:black;font-weight:bold;" value="Piattaforma CRM:" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="piattaformaCRM" value="#{richieste.filtroRichiesta.piattaformaCrm}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaPiattaformeCrm}" var="item" itemLabel="#{item.descr}" itemValue="#{item.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="2" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column colspan="2">
|
|
<h:outputLabel for="marcaggio" style="color:black;font-weight:bold;" value="Marcaggio:" />
|
|
</rich:column>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<t:selectOneMenu style="width:35px;" value="#{richieste.filtroRichiesta.opearatorMarcaggio}">
|
|
<t:selectItems value="#{richieste.filtroRichiesta.guiOperatorTypes}" var="item" itemLabel="#{item.descr}" itemValue="#{item.id}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="marcaggio" style="width:220px;" value="#{richieste.filtroRichiesta.marcaggio}">
|
|
<f:selectItem itemLabel="Tutti" itemValue="-1" />
|
|
<t:selectItems value="#{lov.listaMarcaggi}" var="item" itemLabel="#{item.descr}" itemValue="#{item.name}"></t:selectItems>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="idEsigenza" value="ID Esigenza: " style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="idEsigenza" value="#{richieste.filtroRichiesta.idEsigenza}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="numeroTelefono" style="color:black;font-weight:bold;" value="Numero Telefono: " />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="numeroTelefono" value="#{richieste.filtroRichiesta.numeroTelefono}"></t:inputText>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="flagGnr" style="color:black;font-weight:bold;" value="Flag GNR:" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="flagGnr" value="#{richieste.filtroRichiesta.flagGnr}">
|
|
<f:selectItem itemValue="-1" itemLabel="Tutti"/>
|
|
<f:selectItem itemValue="Y" itemLabel="Si"/>
|
|
<f:selectItem itemValue="N" itemLabel="No"/>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="flagConsip" style="color:black;font-weight:bold;" value="Flag CONSIP:" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:selectOneMenu id="flagConsip" value="#{richieste.filtroRichiesta.flagConsip}">
|
|
<f:selectItem itemValue="-1" itemLabel="Tutti"/>
|
|
<f:selectItem itemValue="Y" itemLabel="Si"/>
|
|
<f:selectItem itemValue="N" itemLabel="No"/>
|
|
</t:selectOneMenu>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="20%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="codiceProgetto" value="Codice Progetto : " style="color:black;font-weight:bold;" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="codiceProgetto" value="#{richieste.filtroRichiesta.codiceProgetto}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<rich:separator lineType="solid" />
|
|
</td>
|
|
</tr>
|
|
<tr align="center" style="background-color: #CCCCCC;">
|
|
<td align="center">
|
|
<rich:panel style="text-align:center;width:100%;">
|
|
<h:panelGrid columns="1" width="100%" style="background-color: #CCCCCC; text-align:center;" align="center">
|
|
<rich:column>
|
|
<h:panelGrid columns="2">
|
|
<rich:column>
|
|
<a4j:commandButton type="submit" onclick="Richfaces.showModalPanel('loadingPanel');" oncomplete="Richfaces.hideModalPanel('loadingPanel');" reRender="panel_risultato" id="bottoneId" actionListener="#{richieste.populate}" value="#{msg.button_search}">
|
|
</a4j:commandButton>
|
|
</rich:column>
|
|
<rich:column>
|
|
<a4j:commandButton type="submit" onclick="Richfaces.showModalPanel('loadingPanel');" oncomplete="Richfaces.hideModalPanel('loadingPanel');" reRender="panel_risultato" id="bottoneIdDuplicati" actionListener="#{richieste.populate}" value="#{msg.button_search_duplicati}">
|
|
</a4j:commandButton>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<!-- TABELLA RISULTATO -->
|
|
<rich:modalPanel styleClass="rich-mpnl-shadow" style="background-color:#FFFFFF; filter:alpha( opacity=90); border:2 outset;border-color:#AAAAFF;" width="252" height="232" id="loadingPanel" autosized="true" zindex="100">
|
|
<h:graphicImage alt="loading..." width="250" height="230" style="align:center;" value="/resources/images/loading_aqua.gif" />
|
|
</rich:modalPanel>
|
|
<a4j:outputPanel id="panelListaRichieste" ajaxRendered="true" style="align:center;">
|
|
<a4j:status id="listaRichiesteStatus" style="width:100%;align:center;">
|
|
<f:facet name="start"></f:facet>
|
|
<f:facet name="stop">
|
|
<rich:panel rendered="#{richieste.resultSize gt 0}" id="panel_risultato" style="background-color:white;cellpadding=0px;cellspacing=0px;width:100%;text-align:center;">
|
|
<h:panelGrid columns="2">
|
|
<rich:column style="border:0;">
|
|
<rich:togglePanel style="border:0;" id="panelToggle" initialState="panelSideBar" switchType="client" stateOrder="closed,panelSideBar">
|
|
<f:facet name="closed">
|
|
<rich:toggleControl style="border:0;aign:left;">
|
|
<t:graphicImage id="pic" style="border-width:0;vertical-align:top;" value="/resources/images/tab_menuLeftOpen.png" alt="Open Menu"/>
|
|
</rich:toggleControl>
|
|
</f:facet>
|
|
<f:facet name="panelSideBar">
|
|
<h:panelGrid columns="2" border="0">
|
|
<rich:column style="valign:top;border:0;">
|
|
<rich:panel header="#{richieste.alberoRichieste.itemName}" style="width:100%;border:1 solid;border-color:#AAAAFF;">
|
|
<rich:tree switchType="client" id="alberoRich">
|
|
<rich:treeNodesAdaptor id="cowAdaptor" nodes="#{richieste.alberoRichieste.children}" var="cow">
|
|
<rich:treeNode>
|
|
<a4j:commandLink onclick="Richfaces.showModalPanel('loadingPanel');" oncomplete="Richfaces.hideModalPanel('loadingPanel');" styleClass="myLink3" immediate="true" reRender="alberoRich,panel_risultato" value="COW: #{cow.itemName} (#{cow.counter})" actionListener="#{richieste.filtraRisultati}">
|
|
<a4j:actionparam assignTo="#{richieste.tipoFiltro}" value="1" name="tipoFiltroCow"></a4j:actionparam>
|
|
<a4j:actionparam assignTo="#{richieste.filtro}" value="#{cow.itemName}" name="filtroCow"></a4j:actionparam>
|
|
</a4j:commandLink>
|
|
</rich:treeNode>
|
|
<rich:treeNodesAdaptor id="cosAdaptor" rendered="#{cow.children ne null}" var="cos" nodes="#{cow.children}">
|
|
<rich:treeNode>
|
|
<a4j:commandLink onclick="Richfaces.showModalPanel('loadingPanel');" oncomplete="Richfaces.hideModalPanel('loadingPanel');" styleClass="myLink3" immediate="true" reRender="alberoRich,panel_risultato" value="COS: #{cos.itemName} (#{cos.counter})" actionListener="#{richieste.filtraRisultati}">
|
|
<a4j:actionparam assignTo="#{richieste.tipoFiltro}" value="2" name="tipoFiltroCos"></a4j:actionparam>
|
|
<a4j:actionparam assignTo="#{richieste.filtro}" value="#{cos.itemName}" name="filtroCos"></a4j:actionparam>
|
|
</a4j:commandLink>
|
|
</rich:treeNode>
|
|
<rich:treeNodesAdaptor rendered="#{cos.children ne null}" id="cvAdaptor" var="cv" nodes="#{cos.children}">
|
|
<rich:treeNode>
|
|
<a4j:commandLink onclick="Richfaces.showModalPanel('loadingPanel');" oncomplete="Richfaces.hideModalPanel('loadingPanel');" styleClass="myLink3" immediate="true" reRender="alberoRich,panel_risultato" value="Canale Vendita: #{cv.itemName} (#{cv.counter})" actionListener="#{richieste.filtraRisultati}">
|
|
<a4j:actionparam assignTo="#{richieste.tipoFiltro}" value="3" name="tipoFiltroCv"></a4j:actionparam>
|
|
<a4j:actionparam assignTo="#{richieste.filtro}" value="#{cv.itemName}" name="filtroCv"></a4j:actionparam>
|
|
</a4j:commandLink>
|
|
</rich:treeNode>
|
|
</rich:treeNodesAdaptor>
|
|
</rich:treeNodesAdaptor>
|
|
</rich:treeNodesAdaptor>
|
|
</rich:tree>
|
|
</rich:panel>
|
|
</rich:column>
|
|
<rich:column style="valign:top;">
|
|
<rich:toggleControl style="valign:top;border:0;align:left;">
|
|
<t:graphicImage id="pic2" style="border-width:0;" value="/resources/images/tab_menuLeftClose.png" alt="Close Menu"/>
|
|
</rich:toggleControl>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</f:facet>
|
|
</rich:togglePanel>
|
|
</rich:column>
|
|
<rich:column width="100%">
|
|
<rich:dataTable width="100%" id="listaRic" rows="30" columnClasses="col" value="#{richieste.listaRichieste}" var="richiesta">
|
|
<f:facet name="header">
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Id Esigenza" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Data Invio OLO" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Processo" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Stato" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Piattaforma CRM" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Numero telefono" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Codice OLO" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText style="color:black;" value="Codice Servizio" />
|
|
</rich:column>
|
|
</rich:columnGroup>
|
|
</f:facet>
|
|
<rich:columnGroup>
|
|
<rich:column>
|
|
<h:outputText id="showLink" value="#{richiesta.idEsigenza}"
|
|
onclick="showDiv#{richiesta.idProg}();hideShowLink#{richiesta.idProg}();showHideLink#{richiesta.idProg}()"
|
|
styleClass="myLink1" />
|
|
<h:outputText id="hideLink" value="#{richiesta.idEsigenza}"
|
|
onclick="hideDiv#{richiesta.idProg}();hideHideLink#{richiesta.idProg}();showShowLink#{richiesta.idProg}()"
|
|
styleClass="myLink2" style="display: none;" />
|
|
<rich:effect name="hideShowLink#{richiesta.idProg}" for="showLink" type="Fade" />
|
|
<rich:effect name="showShowLink#{richiesta.idProg}" for="showLink" type="Appear" params="delay:1.5,duration:0.7" />
|
|
<rich:effect name="showHideLink#{richiesta.idProg}" for="hideLink" params="delay:1.5,duration:0.7" type="Appear" />
|
|
<rich:effect name="hideHideLink#{richiesta.idProg}" for="hideLink" type="Fade" />
|
|
<rich:effect name="hideDiv#{richiesta.idProg}" params="duration:0.8" type="BlindUp" for="panelloDettaglio" />
|
|
<rich:effect name="showDiv#{richiesta.idProg}" for="panelloDettaglio" type="BlindDown" params="duration:0.8"/>
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.dataInvioOlo}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.processo}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.gnpgoStatoRec.descrStato}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.piattaformaCrm}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.numeroTelefono}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.cow}" />
|
|
</rich:column>
|
|
<rich:column>
|
|
<h:outputText value="#{richiesta.cos}" />
|
|
</rich:column>
|
|
|
|
</rich:columnGroup>
|
|
<rich:column colspan="8" >
|
|
<rich:panel id="panelloDettaglio" style="display: none;" >
|
|
<h:panelGrid columns="4" width="100%">
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_tipoRichiesta} : " styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.processo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_stato} : " styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.gnpgoStatoRec.descrStato}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_causaleRifiutoOlo} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText
|
|
value="#{richiesta.causaleRifiutoOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_causaleRifiutoPitagora} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText
|
|
value="#{richiesta.causaleRifiutoPitagora}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_idEsigenza} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.idEsigenza}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_piattaformaCrm} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText
|
|
value="#{richiesta.piattaformaCrm}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_numeroTelefono} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText
|
|
value="#{richiesta.numeroTelefono}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_codiceOlo} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.cow}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_canaleVendita} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.canaleVendita}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_marcaggio} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{lov.hashMarcaggi[request.marcaggio].descr}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dataRicezioneRichiesta} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dataRicezioneRichiesta}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dataRicezioneAccettato} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dataRicezionePic}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dataInvioOlo} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dataInvioOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dac} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dac}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_codiceSessione} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.codSessioneOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dataInvioPitagora} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dataInvioPitagora}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_nomeFilePitagora} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.nomeFilePitagora}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_nomeFileOLO} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.nomeFileOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_cor} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.cor}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_cos} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.cos}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_Piva} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<!-- visualizzazione condizionle del codice fiscale -->
|
|
<h:outputText value="#{richiesta.codFiscalePIva}" style="color:black;font-weight:bold;" rendered="#{ (user.codiceProfilo eq 'GG') }"/>
|
|
<h:outputText value="*******************" style="color:black;font-weight:bold;" rendered="#{ !(user.codiceProfilo eq 'GG') }"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_numTentativiRiciclo} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.nroInviiOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_dataRicezioneKO} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dataRicezioneKoOlo}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_canVendita} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.canaleVendita}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_idCorrelazione} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.codCorrelazione}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_esitoA375Pit} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoA375Pitagora}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_olo2} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.cow2}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_flDichiarazione} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText rendered="#{richiesta.flagDichiarazione == '0'}" value="No" style="color:black;font-weight:bold;"/>
|
|
<h:outputText rendered="#{richiesta.flagDichiarazione == '1'}" value="Si" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_flDichiarazioneA375} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText rendered="#{richiesta.flagDichiarazioneA375 == '0'}" value="No" style="color:black;font-weight:bold;"/>
|
|
<h:outputText rendered="#{richiesta.flagDichiarazioneA375 == '1'}" value="Si" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn1 != null }">
|
|
<h:outputText value="#{msg.label_dn1} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn1}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn2 != null }">
|
|
<h:outputText value="#{msg.label_dn2} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn2}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn3 != null }">
|
|
<h:outputText value="#{msg.label_dn3} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn3}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn4 != null }">
|
|
<h:outputText value="#{msg.label_dn4} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn4}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn5 != null }">
|
|
<h:outputText value="#{msg.label_dn5} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn5}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn6 != null }">
|
|
<h:outputText value="#{msg.label_dn6} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn6}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn7 != null }">
|
|
<h:outputText value="#{msg.label_dn7} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn7}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn8 != null }">
|
|
<h:outputText value="#{msg.label_dn8} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn8}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn9 != null }">
|
|
<h:outputText value="#{msg.label_dn9} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn9}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.dn10 != null }">
|
|
<h:outputText value="#{msg.label_dn10} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.dn10}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn1 != null }">
|
|
<h:outputText value="#{msg.label_statoDn1} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn1}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn2 != null }">
|
|
<h:outputText value="#{msg.label_statoDn2} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn2}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn3 != null }">
|
|
<h:outputText value="#{msg.label_statoDn3} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn3}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn4 != null }">
|
|
<h:outputText value="#{msg.label_statoDn4} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn4}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn5 != null }">
|
|
<h:outputText value="#{msg.label_statoDn5} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn5}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn6 != null }">
|
|
<h:outputText value="#{msg.label_statoDn6} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn6}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn7 != null }">
|
|
<h:outputText value="#{msg.label_statoDn7} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn7}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn8 != null }">
|
|
<h:outputText value="#{msg.label_statoDn8} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn8}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn9 != null }">
|
|
<h:outputText value="#{msg.label_statoDn9} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn9}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.statoDn10 != null }">
|
|
<h:outputText value="#{msg.label_statoDn10} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.statoDn10}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3751 != null }">
|
|
<h:outputText value="#{msg.label_label_esitoDnaggA375_1} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3751}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3752 != null }">
|
|
<h:outputText value="#{msg.labell_esitoDnaggA375_2} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3752}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3753 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_3} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3753}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3754 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_4} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3754}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3755 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_5} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3755}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3756 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_6} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3756}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3757 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_7} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3757}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3758 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_8} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3758}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA3759 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_9} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA3759}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup rendered="#{richiesta.esitoDnaggA37510 != null }">
|
|
<h:outputText value="#{msg.label_esitoDnaggA375_10} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.esitoDnaggA37510}" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_flGnr} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText rendered="#{richiesta.flagGnr == 'N'}" value="No" style="color:black;font-weight:bold;"/>
|
|
<h:outputText rendered="#{richiesta.flagGnr == 'Y'}" value="Si" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_flConsip} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText rendered="#{richiesta.flagConsip == 'N'}" value="No" style="color:black;font-weight:bold;"/>
|
|
<h:outputText rendered="#{richiesta.flagConsip == 'Y'}" value="Si" style="color:black;font-weight:bold;"/>
|
|
</h:panelGroup>
|
|
<h:panelGroup>
|
|
<h:outputText value="#{msg.label_CodProg} : "
|
|
styleClass="standard_bold_ruby"></h:outputText>
|
|
<h:outputText value="#{richiesta.codiceProgetto}" style="color:black;font-weight:bold;" />
|
|
</h:panelGroup>
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</rich:column>
|
|
<f:facet name="footer">
|
|
<rich:datascroller align="center" renderIfSinglePage="false" maxPages="20" fastStep="21" id="sc2" />
|
|
</f:facet>
|
|
</rich:dataTable>
|
|
<a4j:outputPanel style="width:100%;background-color: #CCCCCC; text-align:center;" layout="block">
|
|
<t:commandButton id="DownloadButtonId2" action="#{richieste.download}" type="submit" value="Download"/>
|
|
</a4j:outputPanel>
|
|
</rich:column>
|
|
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</f:facet>
|
|
</a4j:status>
|
|
</a4j:outputPanel>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</h:form>
|
|
|