<%@ include file="/project/include.jsp" %> <j:tile slave="esiti" name="shell.slaveToolbar" /> <shell:grid description="codice,10%; descrizione,70%; minRange,10%; maxRange,10%" slave="esiti" /> <shell:fieldset title="Informazioni sezione"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="codice" /> </td> <td class="form-values"> <bui:out slave="esiti" modes="view"> <j:tile slave="esiti" name="shell.plaintext" prop="codice" /> </bui:out> <bui:out slave="esiti" modes="create, update"> <j:bind prop="codice"> <j:text class="form-short-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="descrizione" /> </td> <td class="form-values"> <bui:out slave="esiti" modes="view"> <j:tile slave="esiti" name="shell.plaintext" prop="descrizione" /> </bui:out> <bui:out slave="esiti" modes="create, update"> <j:bind prop="descrizione"> <j:text class="form-long-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="range" /> </td> <td class="form-values"> <bui:out slave="esiti" modes="view"> <j:tile slave="esiti" name="shell.plaintext" prop="intervallo" /> </bui:out> <bui:out slave="esiti" modes="create, update"> <j:bind prop="minRange"> ${j:bundle('LBL_ricercaDa')} <j:text class="form-short-text" /> <shell:error /> </j:bind> <j:bind prop="maxRange"> a: <j:text class="form-short-text" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </shell:fieldset> <shell:fieldset title="Informazioni aggiuntive"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="note" /> </td> <td class="form-values"> <bui:out slave="esiti" modes="view"> <j:tile slave="esiti" name="shell.plaintext" prop="note" /> </bui:out> <bui:out slave="esiti" modes="create, update"> <j:bind prop="note"> <j:textarea class="form-normal-textarea" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </shell:fieldset>