<%@ include file="/project/include.jsp" %>
	
<shell:fieldset title="Informazioni sul record selezionato">
	<table border="0" cellpadding="0" cellspacing="3" width="100%">   		
        <tr>
			<td class="form-label">
				<shell:label prop="descrizione" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="descrizione" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="descrizione">
						<j:text class="form-long-text"/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
		</tr>
		<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="inviatoMMG" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="inviatoMMG" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="inviatoMMG">
						<j:text class="form-normal-text"/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
		</tr>
	</table>
</shell:fieldset>