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

		
<center> 	
<shell:fieldset title="Dettagli Rinnovo Tariffa Utente">
	<table border="0" cellspacing="3" cellpadding="0" >
		<tr>   
			<td class="form-label">
				<shell:label prop="dataElaborazione" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="dataElaborazione" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="dataElaborazione">
						<j:text class="form-date" id="dataElaborazioneCLD" />
						<shell:calendar inputId="dataElaborazioneCLD" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>	
		</tr>
		<tr>   
			<td class="form-label">
				<shell:label prop="dataRinnovo" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="dataRinnovo" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="dataRinnovo">
						<j:text class="form-date" id="dataRinnovoCLD" />
						<shell:calendar inputId="dataRinnovoCLD" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>	
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="servizio" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="servizio" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="servizio">
						<j:select id="idServizioGestore" class="form-input" emptyOptionDescr="" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="tipoIntervento" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="tipoIntervento" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="tipoIntervento">
						<j:select id="idTipoIntervento" class="form-input" emptyOptionDescr="" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
	    		<shell:label prop="percentualeIncremento" />
	    	</td>
	    	<td class="form-values">
	    		<bui:out modes="view">   
			  		<j:tile name="shell.plaintext" prop="percentualeIncremento" />
				</bui:out>
				<bui:out modes="update,create">
			    	<j:bind prop="percentualeIncremento">
						<j:text class="form-short-text" />
						<shell:error />
					</j:bind>
		   		</bui:out>
		   	</td>
		</tr>
	</table>
</shell:fieldset>
</center>