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

<j:tile slave="figureProfessionali" name="shell.slaveToolbar" />
<shell:grid description="cognome; nome; tipo; ente" slave="figureProfessionali" />
<shell:fieldset title="Figure Professionali">
	<table border="0" cellspacing="3" cellpadding="0" >
		<tr>
			<td class="form-label">
				<shell:label prop="cognome" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="cognome" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="cognome">
						<j:text class="form-normal-text" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="nome" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="nome" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="nome">
						<j:text class="form-normal-text" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="tipo" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="tipo" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="tipo">
						<j:select class="form-input" emptyOptionDescr=""/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="ente" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="ente" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
				  	<j:bind prop="ente">
						<j:select class="form-input" emptyOptionDescr=""/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="tipoRiferimento" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="tipoRiferimento" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="tipoRiferimento">
						<j:select class="form-input" emptyOptionDescr=""/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="riferimento" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="riferimento" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="riferimento">
						<j:text class="form-normal-text"/>
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr>
 		<tr>
			<td class="form-label">
				<shell:label prop="note" />
			</td>
			<td class="form-values">
				<bui:out slave="figureProfessionali" modes="view">
					<j:tile slave="figureProfessionali" name="shell.plaintext" prop="note" />
				</bui:out>
				<bui:out slave="figureProfessionali" modes="create, update">
					<j:bind prop="note">
						<j:textarea class="form-normal-textarea" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>
 		</tr> 	
	</table>
</shell:fieldset>