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

<table border="0" width="100%" cellpadding="5">
	<tr>
		<td width="50%" valign="top">
			<shell:fieldset title="${j:bundle('LBL_progetti_progetto_infoProgetto_SET')}">
				<table border="0" cellspacing="3" cellpadding="0" >
					<tr>
						<td class="form-label">
							<shell:label prop="icaroCode" />
						</td>
						<td class="form-values">
							<j:bind prop="icaroCode">
								<j:text class="form-normal-text" />
							</j:bind>
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="periodoRiferimento" />
						</td>
						<td class="form-values">
							<j:bind prop="periodoRiferimentoDa">
								da: <j:text class="form-date" id="periodoRiferimentoDaCld" />
								<shell:calendar inputId="periodoRiferimentoDaCld" />
								<shell:error />
							</j:bind>
							<j:bind prop="periodoRiferimentoA">
								a: <j:text class="form-date" id="periodoRiferimentoACld" />
								<shell:calendar inputId="periodoRiferimentoACld" />
								<shell:error />
							</j:bind>
						</td>					
			 		</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="dataInizio" />
						</td>
						<td class="form-values">
							<j:bind prop="dataInizioDa">
								da: <j:text class="form-date" id="dataInizioDaCld" />
								<shell:calendar inputId="dataInizioDaCld" />
								<shell:error />
							</j:bind>
							<j:bind prop="dataInizioA">
								a: <j:text class="form-date" id="dataInizioACld" />
								<shell:calendar inputId="dataInizioACld" />
								<shell:error />
							</j:bind>	
						</td>
			 		</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="dataChiusura" />
						</td>
						<td class="form-values">
							<j:bind prop="dataChiusuraDa">
								da: <j:text class="form-date" id="dataChiusuraDaCLD" />
								<shell:calendar inputId="dataChiusuraDaCLD" />
								<shell:error />
							</j:bind>
							<j:bind prop="dataChiusuraA">
								a: <j:text class="form-date" id="dataChiusuraACLD" />
								<shell:calendar inputId="dataChiusuraACLD" />
								<shell:error />
							</j:bind>
						</td>						
					</tr>
					<tr>   
				      	<td class="form-label">
				    		<shell:label prop="tipoProgetto" />
				    	</td>
						<td class="form-values">
					    	<j:bind prop="tipoProgetto">
								<j:select class="form-input" id="idTipoProgetto" emptyOptionDescr="" />
							</j:bind>
						</td>
					</tr> 
				</table>	
			</shell:fieldset>
			<shell:fieldset title="Informazioni operatore riferimento">
				<table border="0" cellspacing="3" cellpadding="0" >
					<tr>
						<td class="form-label">
							<shell:label prop="qualificaOpRiferimento" />
						</td>
						<td class="form-values">
							<j:bind prop="qualificaOpRiferimento">
								<j:select class="form-input" id="qualifOpRif" emptyOptionDescr=" " /> 
								<shell:error />
							</j:bind>
						</td>
					</tr>				
					<tr>
						<td class="form-label">
							<shell:label prop="operatoreRiferimento" />
						</td>
						<td class="form-values">
							<j:bind prop="operatoreRiferimento">
								<j:select class="form-input" id="opRif" emptyOptionDescr=" " onchange="getAllUnitaOperative('opRif','uoRif')" />
							</j:bind>
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="uoRiferimento" />
						</td>
						<td class="form-values">
							<j:bind prop="uoRiferimento">
								<j:select class="form-input" id="uoRif" onchange="juiceClearSelectTitleOptions(this);"/>
							</j:bind>
						</td>
					</tr>
				</table>
			</shell:fieldset>
			<shell:fieldset title="Informazioni operatore abilitato">
				<table border="0" cellpadding="0" cellspacing="3">
					<tr>
						<td class="form-label">
							<shell:label prop="qualificaOpAbilitato" />
						</td>
						<td class="form-values">
							<j:bind prop="qualificaOpAbilitato">
								<j:select class="form-input" id="qualifOpAb" emptyOptionDescr=" " /> 
								<shell:error />
							</j:bind>
						</td>
					</tr>					
					<tr>
						<td class="form-label">
							<shell:label prop="operatoreAbilitato" />
						</td>
						<td class="form-values">
							<j:bind prop="operatoreAbilitato">
								<j:select class="form-input" id="opAb" emptyOptionDescr=" " onchange="getUOAbilitateSearch('opAb','uoAb')" /> 
								<shell:error />
							</j:bind>
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="uoAbilitato" />
						</td>
						<td class="form-values">
							<j:bind prop="uoAbilitata">
								<j:select class="form-input" id="uoAb" onchange="juiceClearSelectTitleOptions(this);"/>
								<shell:error />
							</j:bind>
						</td>
					</tr>
				</table>
			</shell:fieldset>	
		</td>
		<td width="50%" valign="top">
			<j:tile name="anagrafiche.soggettoSearchTile"/>
		</td>
	</tr>
</table>