<%@ include file="/project/include.jsp" %> <shell:fieldset title="${j:bundle('LBL_nucleo_SET')}"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="denominazione" /> </td> <td class="form-values"> <j:bind prop="denominazione"> <j:text class="form-normal-text" /> <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> <shell:label prop="icaroCode" /> </td> <td class="form-values"> <j:bind prop="icaroCode"> <j:text class="form-normal-text" size="12" maxlength="20"/> <shell:error /> </j:bind> </td> </tr> <c:if test="${dto_mostraRifAnag == 'true'}"> <tr> <td class="form-label"> <shell:label prop="codiceFamiglia" /> </td> <td class="form-values"> <j:bind prop="codiceFamiglia"> <j:text class="form-normal-text" size="12" maxlength="20"/> <shell:error /> </j:bind> </td> </tr> </c:if> </table> </shell:fieldset> <br> <shell:fieldset title="${j:bundle('LBL_compNucleo_SET')}"> <table border="0" cellspacing="3" cellpadding="0" > <c:if test="${empty _hideDataNucleo || _hideDataNucleo != 'true'}"> <tr> <td class="form-label"> <shell:label prop="dataValidita" /> </td> <td class="form-values"> <j:bind prop="dataValidita"> <j:text class="form-date" id="dataValidita" /> <shell:calendar inputId="dataValidita" /> </j:bind> </td> </tr> </c:if> <tr> <td class="form-label"> <shell:label prop="cognomeComponente" /> </td> <td class="form-values"> <j:bind prop="cognomeComponente"> <j:text class="form-normal-text" size="35" /> <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> <shell:label prop="nomeComponente" /> </td> <td class="form-values"> <j:bind prop="nomeComponente"> <j:text class="form-normal-text" size="35" /> <shell:error /> </j:bind> </td> </tr> </table> </shell:fieldset>