<%@ include file="/project/include.jsp" %>
<tr>
	<td class="form-label">
		<shell:label prop="dataInizio" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="dataInizio" />
		</bui:out>
		<bui:out modes="create, update">
			<j:bind prop="dataInizio">
				<j:text class="form-date" id="dataInizioCLD" />
				<shell:calendar inputId="dataInizioCLD" />
				<shell:error />
			</j:bind>
		</bui:out>
	</td>						
</tr>
<tr>
	<td class="form-label">
		<shell:label prop="dataFine" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="dataFine" />
		</bui:out>
		<bui:out modes="create, update">
			<j:bind prop="dataFine">
				<j:text class="form-date" id="dataFineCLD" />
				<shell:calendar inputId="dataFineCLD" />
				<shell:error />
			</j:bind>
		</bui:out>
	</td>						
</tr>