progettoImpegniSoggetto.jsp 3.11 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
<%@ 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" />