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

<script type="text/javascript">

</script>
<shell:fieldset title="Certificazioni ISEE">
	<table border="0" cellspacing="3" cellpadding="0" >
		<tr>
			<td class="form-label">
				<shell:label prop="annoRiferimento" />
			</td>
			<td class="form-values">
				<j:bind prop="annoRiferimento">
					<j:text class="form-short-text" id="annoRiferimento"/>
					<shell:error />
				</j:bind>
			</td>
		</tr>
	</table>
</shell:fieldset>