<%@ include file="/project/include.jsp" %>

<shell:fieldset title="${j:bundle('LBL_casadivetro_info_SET')}">
	<table border="0" cellspacing="3" cellpadding="0" >
 		<tr>
			<td class="form-label">
				<shell:label prop="periodoRiferimento" />
			</td>
			<td class="form-values">
				${j:bundle('LBL_ricercaDa')} 
				<j:bind prop="periodoRiferimentoDa">
					<j:text class="form-date" id="periodoRiferimentoDaCLD" />
					<shell:calendar inputId="periodoRiferimentoDaCLD" />				
					<shell:error />
				</j:bind>
				
				a:
				<j:bind prop="periodoRiferimentoA">
					<j:text class="form-date" id="periodoRiferimentoACLD" />
					<shell:calendar inputId="periodoRiferimentoACLD" />					
					<shell:error />
				</j:bind>
			</td>
		</tr>
     	<tr>
			<td class="form-label">
				<shell:label prop="esitoInvioErrore" />
			</td>
			<td class="form-values">
				<j:bind prop="esitoInvioErrore">
					<j:radio displayValue="" />${j:bundle('LBL_casadivetro_esitoInvioErrore_tutti')}<br>
					<j:radio displayValue="si" />${j:bundle('LBL_casadivetro_esitoInvioErrore_soloerrori')}
					<shell:error />
				</j:bind>	
			</td>
 		</tr>	
	</table>
</shell:fieldset>