generazioneAccessiDetail.jsp 2.57 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 99 100
<%@ include file="/project/include.jsp" %>
<script type="text/javascript" src="${j:getResourceUrlOfModule('youtouch','js/youTouch.js')}"></script>



</script>

<shell:fieldset title="Informazioni generali">	
	<table border="0" cellpadding="0" cellspacing="3" width="100%">
		<tr>
			<td class="form-label">
				<shell:label prop="elabOk" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="elabOk" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="periodoDa" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="periodoDa" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="periodoA" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="periodoA" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="servizio" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="codServizio" /> - <j:tile name="shell.plaintext" prop="servizio" /> 	
			</td>
		</tr>	
		<tr>
			<td class="form-label">
				<shell:label prop="nrAttivita" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="nrAttivita" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="nrWarning" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="nrWarning" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="nrErrori" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="nrErrori" />	
			</td>
		</tr>	
		<tr>
			<td>&nbsp;</td>
			<td>
				<shell:button id="sh_tb__downloadLogButtonId" img="documentiallegati.download" text="Scarica attivit" title="Scarica l'elenco delle attivit" href="javascript:downloadLog();" enable="false" ext="true"/>
				&nbsp;&nbsp;&nbsp; 
				<shell:button id="sh_tb__showDetailButtonId" img="documentiallegati.browse" text="Visualizza attivit" title="Visualizza attivit" href="javascript:showDetailAttivita();" enable="false" ext="false"/>
			</td>
		</tr>	
	</table>		
</shell:fieldset>	

<shell:fieldset title="Informazioni elaborazione">	
	<table border="0" cellpadding="0" cellspacing="3" width="100%">
		<tr>
			<td class="form-label">
				<shell:label prop="utente" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="utente" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="dataCreazione" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="dataCreazione" />	
			</td>
		</tr>		
	</table>		
</shell:fieldset>