<%@ include file="/project/include.jsp" %> <j:tile slave="proprietaSoggetto" name="shell.slaveToolbar" /> <shell:grid description="annoRiferimento; immobiliare; valore" slave="proprietaSoggetto" /> <shell:fieldset title="${j:bundle('LBL_infogenProprieta_SET')}"> <table border="0" cellpadding="0" cellspacing="3" width="100%"> <tr> <td valign="top" width="50%"> <table border="0" cellpadding="0" cellspacing="3"> <tr> <td class="form-label"> <shell:label prop="annoRiferimento" /> </td> <td class="form-values"> <bui:out slave="proprietaSoggetto" modes="view"> <j:tile slave="proprietaSoggetto" name="shell.plaintext" prop="annoRiferimento" /> </bui:out> <bui:out slave="proprietaSoggetto" modes="create, update"> <j:bind prop="annoRiferimento"> <j:text class="form-short-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="valore" /> </td> <td class="form-values"> <bui:out slave="proprietaSoggetto" modes="view"> <j:tile slave="proprietaSoggetto" name="shell.plaintext" prop="valore" /> </bui:out> <bui:out slave="proprietaSoggetto" modes="create, update"> <j:bind prop="valore"> <j:text class="form-normal-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </td> <td valign="top" width="50%"> <table border="0" cellpadding="0" cellspacing="3"> <tr> <td class="form-label"> <shell:label prop="immobiliare" /> </td> <td class="form-values"> <bui:out slave="proprietaSoggetto" modes="view"> <j:tile slave="proprietaSoggetto" name="shell.plaintext" prop="immobiliare" /> </bui:out> <bui:out slave="proprietaSoggetto" modes="create, update"> <j:bind prop="immobiliare"> <j:radio displayValue="si"/>${j:bundle('LBL_si')} <j:radio displayValue="no"/>${j:bundle('LBL_no')} <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </td> </tr> </table> </shell:fieldset> <shell:fieldset title="${j:bundle('LBL_infoaggProprieta_SET')}"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="note" /> </td> <td class="form-values"> <bui:out slave="proprietaSoggetto" modes="view"> <j:tile slave="proprietaSoggetto" name="shell.plaintext" prop="note" /> </bui:out> <bui:out slave="proprietaSoggetto" modes="create, update"> <j:bind prop="note"> <j:textarea class="form-normal-textarea" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </shell:fieldset>