<%@ include file="/project/include.jsp" %> <script type="text/javascript"> function goToGruppiTabelle(nomeEntita) { buiOpenNewDataManagementAsHiddenChild('tabelle.gruppoTabella', '&init=it.cedaf.icare.tabelle.control.initializer.GruppoTabellaFromTabelleInitializer' + '&nomeEntita=' + nomeEntita + '&parentKey=' + bui_datamanagement.getKey() + shellGetSelectedRowParam()); } function exportExcel(nomeEntita) { shellDownload('it.cedaf.icare.tabelle.commons.ExportTabellaFileContentProvider', 'nomeEntita=' + nomeEntita); } </script> <center> <shell:fieldset title="${j:bundle('LBL_tabelle_tabella_infoGene_SET')}"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label" width="15%"> <shell:label prop="codice" /> </td> <td class="form-values" > <bui:out modes="view"> <j:tile name="shell.plaintext" prop="codice" /> </bui:out> <bui:out modes="create, update"> <c:choose> <c:when test="${bui:isMode(null, 'record_created')}"> <j:bind prop="codice"> <j:text class="form-normal-text" /> <shell:error /> </j:bind> </c:when> <c:otherwise> <j:bind prop="codice"> <j:hidden/> </j:bind> <j:tile name="shell.plaintext" prop="codice" /> </c:otherwise> </c:choose> </bui:out> </td> </tr> <tr> <td class="form-label" width="45%"> <shell:label prop="descrizione" /> </td> <td class="form-values" > <bui:out modes="view"> <j:tile name="shell.plaintext" prop="descrizione" /> </bui:out> <bui:out modes="create,update"> <j:bind prop="descrizione"> <j:text class="form-verylong-text"/> <shell:error /> </j:bind> </bui:out> </td> </tr> <c:if test="${!empty dto_tabelle_detail_tile}"> <j:tile name="${dto_tabelle_detail_tile}"/> </c:if> </table> </shell:fieldset> <shell:fieldset title="${j:bundle('LBL_tabelle_tabella_infoAggiu_SET')}"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label" width="25%"> <shell:label prop="note" /> </td> <td class="form-values" > <bui:out modes="view"> <j:tile name="shell.plaintext" prop="note" /> </bui:out> <bui:out modes="create,update"> <j:bind prop="note"> <j:textarea class="form-input" cols="40" rows="3" /> <shell:error /> </j:bind> </bui:out> </td> </tr> </table> </shell:fieldset> </center>