<%@ include file="/project/include.jsp" %> <j:tile slave="${_slave}" name="shell.slaveToolbar" /> <shell:grid description="dataAperturaImpegno,8%; tipoImpegno,21%; descrizioneImpegno,20%; dataChiusuraImpegno,8%;ultimoMonitorData,8%;ultimoMonitorPercComplAbbr,5%,-1,right;ultimoMonitorIndicatoreEsito,10%;ultimoMonitorNoteAbbr,20%;" slave="${_slave}" /> <shell:fieldset title="${j:bundle('LBL_progetti_progetto_impegniSoggetto_infoImpegno_SET')}"> <table border="0" cellspacing="3" width="100%"> <tr> <td class="form-label"> <shell:label prop="descrizioneImpegno" /> </td> <td class="form-values" > <bui:out modes="view" slave="${_slave}"> <j:tile slave="${_slave}" name="shell.plaintext" prop="descrizioneImpegno" /> </bui:out> <bui:out modes="create,update" slave="${_slave}"> <j:bind prop="descrizioneImpegno"> <j:text class="form-long-text"/> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="tipoImpegno" /> </td> <td class="form-values"> <bui:out modes="view" slave="${_slave}"> <j:tile slave="${_slave}" name="shell.plaintext" prop="tipoImpegno" /> </bui:out> <bui:out modes="create,update" slave="${_slave}"> <j:bind prop="tipoImpegno"> <j:select class="form-input" id="idTipoImpegno" emptyOptionDescr=" " /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="dataAperturaImpegno" /> </td> <bui:out modes="view" slave="${_slave}"> <td class="form-values"> <j:tile slave="${_slave}" name="shell.plaintext" prop="dataAperturaImpegno" /> </td> </bui:out> <bui:out modes="update,create" slave="${_slave}" > <j:bind prop="dataAperturaImpegno"> <td class="form-values"> <j:text class="form-date" id="dataAperturaImpegnoCLD" /> <shell:calendar inputId="dataAperturaImpegnoCLD" /> <shell:error /> </td> </j:bind> </bui:out> </tr> <tr> <td class="form-label"> <shell:label prop="noteImpegno" /> </td> <bui:out modes="view" slave="${_slave}"> <td class="form-values"> <j:tile slave="${_slave}" name="shell.plaintext" prop="noteImpegno" /> </td> </bui:out> <bui:out modes="update,create" slave="${_slave}"> <j:bind prop="noteImpegno"> <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="dataChiusuraImpegno" /> </td> <bui:out modes="view" slave="${_slave}"> <td class="form-values"> <j:tile slave="${_slave}" name="shell.plaintext" prop="dataChiusuraImpegno" /> </td> </bui:out> <bui:out modes="update,create" slave="${_slave}" > <j:bind prop="dataChiusuraImpegno"> <td class="form-values"> <j:text class="form-date" id="dataChiusuraImpegnoCLD" /> <shell:calendar inputId="dataChiusuraImpegnoCLD" /> <shell:error /> </td> </j:bind> </bui:out> </tr> </table> </shell:fieldset> <j:tile name="progettoViewUltimoMonitoraggio" />