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

<shell:fieldset title="Informazioni generali">
	<table border="0" cellpadding="0" cellspacing="3" width="100%">
		<tr>
			<td class="form-label">
				<shell:label prop="deviceId" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="deviceId" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="deviceId">
						<j:text class="form-normal-text" />
						<shell:error />
					</j:bind>
				</bui:out>	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="codice" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="codice" />	
			</td>
		</tr>
		<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="app" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="app" />
			</td>
		</tr>	
		<tr>
			<td class="form-label">
				<shell:label prop="nrTelefono" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="nrTelefono" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="nrTelefono">
						<j:text class="form-long-text" />
						<shell:error />
					</j:bind>
				</bui:out>	
			</td>
		</tr>
	</table>
</shell:fieldset>