interventoHeaderExt.jsp 635 Bytes
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
<%@ include file="/project/include.jsp" %>

<div id="idDuplicaInterventoDiv" class="modalElement">
	<table width="100%" style="padding: 4px 4px 4px 4px;">
		<tr>
			<td class="form-label">
				<span>Tipo Intervento</span>
			</td>
			<td class="form-values">
				<select id="idTipiDuplicaIntervento" class="form-input" />
			</td>
		</tr>
		<tr>
			<td class="form-label">
				Data
			</td>
			<td class="form-values">
				<input id="idDataDuplicaIntervento" type="text" onKeyDown="javascript:return onDuplicaInterventoKeyPressed(event);" />
				<shell:calendar inputId="idDataDuplicaIntervento" />
			</td>			
		</tr>
	</table>
</div>