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

<shell:fieldset title="Informazioni generali">					
	<table border="0" cellspacing="3" cellpadding="0" >
		<tr>
			<td class="form-label">
				<shell:label prop="anno" />
			</td>
			<td class="form-values">
				<j:bind prop="anno">
					<j:text id="idAnno" class="form-short-text" maxlength="4"  />
					<shell:error />
				</j:bind>						
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="mese"  />
			</td>	
			<td class="form-values" >
				<j:bind prop="mese">
					<j:select class="form-input" id="idMese" emptyOptionDescr=""/>
					<shell:error />
				</j:bind>						
			</td>
		</tr>					
		<tr>
			<td class="form-label">
				<shell:label prop="struttura" />
			</td>
			<td class="form-values">
				<j:bind prop="struttura">
					<j:select id="idStruttura" class="form-input" emptyOptionDescr="" />
					<shell:error />
				</j:bind>						
			</td>
		</tr>
	</table>
</shell:fieldset>