<%@ include file="/project/include.jsp" %> <shell:fieldset title="${j:bundle('LBL_casadivetro_info_SET')}"> <table border="0" cellpadding="0" cellspacing="3" width="100%"> <tr> <td class="form-label"> <shell:label prop="periodoRiferimentoDa" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="periodoRiferimentoDa" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="periodoRiferimentoA" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="periodoRiferimentoA" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="tipoIntervento" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="tipoIntervento" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="annoProposta" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="annoProposta" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="registroProposta" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="registroProposta" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="numeroProposta" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="numeroProposta" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="icaroCodeIntervento" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="icaroCodeIntervento" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="soggetto" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="soggetto" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="importo" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="importo" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="timestampInvio" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="timestampInvio" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="esitoInvio" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="esitoInvio" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="errorMessage" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="errorMessage" /> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="idContenuto" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="idContenuto" /> </bui:out> </td> </tr> </table> </shell:fieldset>