tracciatiBdpsaSearch.jsp 1.06 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
<%@ include file="/project/include.jsp" %>
<tr>
	<td class="form-label">
		<shell:label prop="periodoRiferimento" />
	</td>
	<td class="form-values">
		da: 
		<j:bind prop="periodoRiferimentoDa">
			<j:text class="form-date" id="periodoRiferimentoDaCLD" />
			<shell:calendar inputId="periodoRiferimentoDaCLD" />				
			<shell:error />
		</j:bind>
		
		a:
		<j:bind prop="periodoRiferimentoA">
			<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="idTipoIntervento" />
   	</td>
	<td class="form-values">
    	<j:bind prop="idTipoIntervento">
			<j:select class="form-input" id="idTipoIntervento" emptyOptionDescr=" " />
			<shell:error />
		</j:bind>
	</td>
</tr>
<tr>   
	<td class="form-label">
	  	<shell:label prop="idEntePsa" />
   	</td>
	<td class="form-values">
    	<j:bind prop="idEntePsa">
			<j:select class="form-input" id="idEntePsa" emptyOptionDescr=" " />
			<shell:error />
		</j:bind>
	</td> 
</tr>