<%@ 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}"> - ${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>