estrazioneLetture.jsp 1.13 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
<%@ include file="/project/include.jsp" %>

<shell:fieldset title="Parametri di selezione">
<table border="0" cellspacing="3" cellpadding="0">
	<icare:estrazioniExistsParam name="periodoRiferimentoDa">
	<tr>
		<td class="form-label">
			<shell:label prop="periodoRiferimentoDa" />
		</td>
		<td class="form-values">
			da:
			<j:bind prop="periodoRiferimentoDa">
				<j:text class="form-date" id="periodoRiferimentoDa_cld" />
				<shell:calendar inputId="periodoRiferimentoDa_cld" />
				<shell:error />
			</j:bind>	
		</td>
		<td class="form-values">
			a:
			<j:bind prop="periodoRiferimentoA">
				<j:text class="form-date" id="periodoRiferimentoA_cld" />
				<shell:calendar inputId="periodoRiferimentoA_cld" />
				<shell:error />
			</j:bind>	
		</td>
	</tr>
	</icare:estrazioniExistsParam>
	
	<icare:estrazioniExistsParam name="statoElaborazione">
	<tr>
		<td class="form-label">
			<shell:label prop="statoElaborazione" />
		</td>
		<td class="form-values">
			<j:bind prop="statoElaborazione">
				<j:select class="form-input" emptyOptionDescr="" />
			</j:bind>	
		</td>
	</tr>	 
	</icare:estrazioniExistsParam>
		
</table>
</shell:fieldset>