110 lines
7.7 KiB
Plaintext
110 lines
7.7 KiB
Plaintext
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
|
|
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
|
|
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
|
|
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
|
|
|
|
<bean:define id="paging" name="displayReportActionForm" property="paging"></bean:define>
|
|
<bean:define id="rowFrom" name="paging" property="rowFrom" type="Integer"></bean:define>
|
|
<bean:define id="rowsInPage" name="paging" property="rowsInPage" type="Integer"></bean:define>
|
|
<bean:define id="report" name="displayReportActionForm" property="report"></bean:define>
|
|
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%" class="color0">
|
|
<tr align="center" height="30"><th class="L" colspan="4"><bean:write name="report" property="reportName" /></th></tr>
|
|
<tr align="center" height="20">
|
|
<td>
|
|
<table border="0" cellspacing="0" cellpadding="0" class="colorReport">
|
|
<tr><th width="8%" align="left"/><b><bean:message key="displayReport.ID"/></b>: <bean:write name="report" property="id" /></th></tr>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="0" cellspacing="0" cellpadding="0" class="colorReport">
|
|
<tr><th width="8%" align="left"/><b><bean:message key="displayReport.SETTORE"/></b>: <bean:write name="report" property="businessArea" /></th></tr>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="0" cellspacing="0" cellpadding="0" class="colorReport">
|
|
<tr><th width="8%" align="left"/><b><bean:message key="displayReport.DATA_ULTIMO_AGGIORNAMENTO"/></b>: <bean:write name="report" property="lastUpdate" /></th></tr>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="0" cellspacing="0" cellpadding="0" class="colorReport">
|
|
<tr><th width="8%" align="left"/><b><bean:message key="displayReport.NUM_RECORD"/></b>: <bean:write name="displayReportActionForm" property="requestNum" /></th></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<logic:greaterEqual name="displayReportActionForm" property="requestNum" value="0">
|
|
<tr>
|
|
<td valign="top" colspan="3">
|
|
<table class="color0" width="100%" cellpadding="0" cellspacing="0">
|
|
<logic:messagesPresent message="true">
|
|
<tr align="left">
|
|
<th><html:messages id="msg" message="true"><bean:write name="msg"/></html:messages></th>
|
|
</tr>
|
|
</logic:messagesPresent>
|
|
|
|
<logic:notEmpty name="report" property="items">
|
|
<tr>
|
|
<td width="87%" colspan="3">
|
|
<table border="0" cellpadding="1" cellspacing="0" width="100%" class="color1 border withHidden">
|
|
<tr>
|
|
<th width="8%" align="left"><bean:message key="displayReport.DATA_AGGIORNAMENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.TIPO_RICHIESTA"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.TIPO_CLIENTE"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.NOME_OT"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CODICE_DEALER"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.TIPO_SERVIZIO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CODICE_OPERATORE_DONATING"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.DATA_EVENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.SETTIMANA_EVENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.MESE_EVENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.DESCR_STATO_EVENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.DESCR_STATO_ATTUALE"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.STATO_EVENTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.STATO_ATTUALE"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.COD_RIFIUTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CAUSALE_RIFIUTO"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CANALE_ACQUISIZIONE"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.SOTTOCANALE_ACQUISIZIONE"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CODICE_OPERATORE_DON_EFF"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.CODICE_OPERATORE_REC_EFF"/></th>
|
|
<th width="8%" align="left"><bean:message key="displayReport.RIGA"/></th>
|
|
</tr>
|
|
|
|
<logic:iterate id="report" name="displayReportActionForm" property="report.items" indexId="index" offset="rowFrom" length="rowsInPage">
|
|
<tr>
|
|
<td width="8%"><bean:write name="report" property="DATA_AGGIORNAMENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="TIPO_RICHIESTA" /></td>
|
|
<td width="8%"><bean:write name="report" property="TIPO_CLIENTE" /></td>
|
|
<td width="8%"><bean:write name="report" property="NOME_OT" /></td>
|
|
<td width="8%"><bean:write name="report" property="CODICE_DEALER" /></td>
|
|
<td width="8%"><bean:write name="report" property="TIPO_SERVIZIO" /></td>
|
|
<td width="8%"><bean:write name="report" property="DONATING" /></td>
|
|
<td width="8%"><bean:write name="report" property="DATA_EVENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="SETTIMANA_EVENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="MESE_EVENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="DESCR_STATO_EVENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="DESC_STATO_ATTUALE" /></td>
|
|
<td width="8%"><bean:write name="report" property="STATO_EVENTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="STATO_ATTUALE" /></td>
|
|
<td width="8%"><bean:write name="report" property="COD_RIFIUTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="CAUSALE_RIFIUTO" /></td>
|
|
<td width="8%"><bean:write name="report" property="CANALE_ACQUISIZIONE" /></td>
|
|
<td width="8%"><bean:write name="report" property="SOTTOCANALE_ACQUISIZIONE" /></td>
|
|
<td width="8%"><bean:write name="report" property="DONOR_EFFETTIVO" /></td>
|
|
<td width="8%"><bean:write name="report" property="RECIPIENT_EFFETTIVO" /></td>
|
|
<td width="8%"><bean:write name="report" property="RIGA" /></td>
|
|
</tr>
|
|
</logic:iterate>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</logic:notEmpty>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</logic:greaterEqual>
|
|
</table> |