<%@ include file="/project/include.jsp" %>
<shell:fieldset title="Informazioni riga rinnovo">	
	<table border="0" cellpadding="0" cellspacing="3" width="100%">	
		<tr>
			<td valign="top" width="50%">
				<table border="0" cellpadding="0" cellspacing="3">
					<tr>
						<td class="form-label">
							<shell:label prop="nominativoIntervento" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="nominativoIntervento" />
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="dataIntervento" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="dataIntervento" />
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="vecchioValore" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="vecchioValore" />
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="nuovoValore" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="nuovoValore" />
							</bui:out>				
							<bui:out modes="create,update">									
								<j:bind prop="nuovoValore">
									<j:text class="form-short-text" />
									<shell:error />
								</j:bind>
							</bui:out>
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="vecchioValoreFestivi" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="vecchioValoreFestivi" />
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="nuovoValoreFestivi" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="nuovoValoreFestivi" />
							</bui:out>				
							<bui:out modes="create,update">									
								<j:bind prop="nuovoValoreFestivi">
									<j:text class="form-short-text" />
									<shell:error />
								</j:bind>
							</bui:out>
						</td>
					</tr>					
				</table>
			</td>
		</tr>
	</table>
</shell:fieldset>