Subversion Repositories Sigmater

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 Andrea 1
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
2
<%@ taglib prefix="s" uri="/struts-tags" %>
3
 
4
<script type="text/javascript">
5
<!--//
6
	function aggiornaMaschera() {
7
		var formObj = document.getElementById('RicercaForm');
8
		formObj.action = 'consultazioneTerreni!preparaMaschera.action';
9
		formObj.submit();
10
	}
11
//-->
12
</script>
13
<div id="content">
14
	<div id="richiesta">
15
		<div id="pdf">
16
			<img alt="" onmouseout="htm()" onmouseover="stmb(134,0)" src="img/s3help.gif" />
17
		</div>
18
		<h1>Consultazione Terreni</h1>
19
		<h2>Passo 1 di 3 - Ricerca terreni</h2>
20
 
21
		<div id="messaggi">
22
			<s:actionmessage/>
23
		</div>
24
 
25
		<s:form id="RicercaForm" action="consultazioneTerreni!eseguiRicerca" theme="simple" method="post">
26
 
27
			<div id="RicercaPerIdCat" style="display: block;">
28
				<fieldset>
29
					<legend style="text-align: left;">Ricerca per identificativi catastali</legend>
30
 
31
					<div class="campi">
32
 
33
						<label for="codProv">Provincia</label>
34
						<s:select onchange="aggiornaMaschera();" cssStyle="width:auto; font-family:monospace;" 
35
								  id="codProv" list="province" listKey="codProvIstat" listValue="descrizione" name="codProvinciaSelezionata" />
36
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(102,0)" onmouseout="htm()">
37
						<br/><br/>
38
 
39
						<label for="codCom">Comune</label>
40
						<s:select cssStyle="width:auto; font-family:monospace;"
41
								  id="codCom" list="comuni" listKey="codCom" listValue="descrizione"  name="ricercaPerIdCat.comune.codCom" />
42
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(101,0)" onmouseout="htm()">
43
						<s:fielderror><s:param value="%{'codCom'}" /></s:fielderror>
44
						<br/><br/>
45
 
46
						<label for="sezione">Sezione</label>
47
						<s:textfield id="sezione" label="Sezione" name="ricercaPerIdCat.sezione" />
48
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(130,0)" onmouseout="htm()">
49
						<s:fielderror><s:param value="%{'sezione'}" /></s:fielderror>
50
						<br/><br/>
51
 
52
						<label for="foglio">Foglio</label>
53
						<s:textfield id="foglio" label="Foglio" name="ricercaPerIdCat.foglio" />
54
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(107,0)" onmouseout="htm()">
55
						<s:fielderror><s:param value="%{'foglio'}" /></s:fielderror>
56
						<br/><br/>
57
 
58
						<label for="numero">Numero</label>
59
						<s:textfield id="numero" label="Numero" name="ricercaPerIdCat.numero" />
60
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(108,0)" onmouseout="htm()">
61
						<s:fielderror><s:param value="%{'numero'}" /></s:fielderror>
62
						<br/><br/>
63
 
64
						<label for="subalterno">Subalterno</label>
65
						<s:textfield id="subalterno" label="Subalterno" name="ricercaPerIdCat.subalterno" />
66
						<img src="img/domanda4.gif" alt="" onmouseover="stmb(109,0)" onmouseout="htm()">
67
						<s:fielderror><s:param value="%{'subalterno'}" /></s:fielderror>
68
					</div>
69
 
70
				</fieldset>
71
			</div>
72
			<input type="button" value="Indietro" onclick="javascript:vaiAllaPaginaIniziale();" />
73
			<s:submit value="Avanti" />
74
		</s:form>
75
	</div>
76
</div>