<%@ include file="/project/include.jsp" %> <shell:fieldset title="${j:bundle('LBL_progetti_progetto_obiettivi_infoObiettivo_SET')}"> <table border="0" cellspacing="3" width="100%"> <tr> <td class="form-label"> <shell:label prop="descrizioneObiettivo" /> </td> <td class="form-values" > <bui:out modes="view"> <j:tile name="shell.plaintext" prop="descrizioneObiettivo" /> </bui:out> <bui:out modes="create,update"> <j:bind prop="descrizioneObiettivo"> <j:text class="form-long-text"/> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="tipoObiettivo" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="tipoObiettivo" /> </bui:out> <bui:out modes="create,update"> <j:bind prop="tipoObiettivo"> <j:select class="form-input" id="idTipoObiettivo" emptyOptionDescr=" " /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="dataAperturaObiettivo" /> </td> <bui:out modes="view"> <td class="form-values"> <j:tile name="shell.plaintext" prop="dataAperturaObiettivo" /> </td> </bui:out> <bui:out modes="update,create" > <j:bind prop="dataAperturaObiettivo"> <td class="form-values"> <j:text class="form-date" id="dataAperturaObiettivoCLD" /> <shell:calendar inputId="dataAperturaObiettivoCLD" /> <shell:error /> </td> </j:bind> </bui:out> </tr> <tr> <td class="form-label"> <shell:label prop="noteObiettivo" /> </td> <bui:out modes="view"> <td class="form-values"> <j:tile name="shell.plaintext" prop="noteObiettivo" /> </td> </bui:out> <bui:out modes="update,create"> <j:bind prop="noteObiettivo"> <td class="form-values"> <j:textarea class="form-normal-textarea" /> <shell:error /> </td> </j:bind> </bui:out> </tr> <tr> <td class="form-label"> <shell:label prop="dataChiusuraObiettivo" /> </td> <bui:out modes="view"> <td class="form-values"> <j:tile name="shell.plaintext" prop="dataChiusuraObiettivo" /> </td> </bui:out> <bui:out modes="update,create" > <j:bind prop="dataChiusuraObiettivo"> <td class="form-values"> <j:text class="form-date" id="dataChiusuraObiettivoCLD" /> <shell:calendar inputId="dataChiusuraObiettivoCLD" /> <shell:error /> </td> </j:bind> </bui:out> </tr> </table> </shell:fieldset> <j:tile name="progettoViewUltimoMonitoraggio" />