confrontoErogazioneBuoniGrid.jsp 944 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<%@ include file="/project/include.jsp" %>

<shell:highlight>	
	<span class="form-data">${dtoMese} - ${dtoEnte}</span><br/>
	<span class="form-data">${dtoTipoIntervento}<c:if test="${! empty dtoStruttura}">&nbsp;-&nbsp;${dtoStruttura}</c:if></span>
</shell:highlight>
<shell:grid description="codiceBuono,12%;codiceFiscale,12%;nominativo,30%;verdi,8%;gialli,8%;rossi,8%;blu,8%;codiceIntervento" />

<script type="text/javascript">
	function gotoCalendario() {
		var idInfo = cpGetMasterColumnValueOfCurrentRow('idInfoPrestazione');
		var params = 'idInfoPrestazione=' + idInfo + '&dmKey=' + bui_datamanagement.getKey() + shellGetSelectedRowParam();
		var event = 'interventi.gotoCalendarioBuono?' + params;			
		juiceChangeLocation(event);
	}
	
	function gotoExportExcel() {
		var params = 'dmKey=' + bui_datamanagement.getKey();
		shellDownload('it.cedaf.icare.interventi.etc.ConfrontoErogazioneBuoniFileContentProvider', params);
	}
</script>