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 = 'consultazioneTares!preparaMaschera.action'; |
||
9 | formObj.submit(); |
||
10 | } |
||
11 | //--> |
||
12 | </script> |
||
13 | |||
14 | <div id="content"> |
||
15 | <div id="richiesta"> |
||
16 | <div id="pdf"> |
||
17 | <img alt="" onmouseout="htm()" onmouseover="stmb(307,0)" src="img/s3help.gif" /> |
||
18 | </div> |
||
19 | <h1>Consultazione Tares</h1> |
||
20 | <h2>Passo 1 di 3 - Ricerca della UIU</h2> |
||
21 | |||
22 | <div id="messaggi"> |
||
23 | <s:actionmessage/> |
||
24 | </div> |
||
25 | |||
26 | <s:form id="RicercaForm" action="consultazioneTares!eseguiRicerca" theme="simple" method="post"> |
||
27 | |||
28 | <div id="RicercaPerIdCat" style="display: block;"> |
||
29 | <fieldset> |
||
30 | <legend style="text-align: left;">Ricerca per identificativi catastali</legend> |
||
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="ricercaUiuTares.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="ricercaUiuTares.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="sezioneUrbana">Sezione Urbana</label> |
||
53 | <s:textfield id="sezioneUrbana" label="Sezione Urbana" name="ricercaUiuTares.sezioneUrbana" /> |
||
54 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(131,0)" onmouseout="htm()"> |
||
55 | <s:fielderror><s:param value="%{'sezioneUrbana'}" /></s:fielderror> |
||
56 | <br/><br/> |
||
57 | |||
58 | <label for="foglio">Foglio</label> |
||
59 | <s:textfield id="foglio" label="Foglio" name="ricercaUiuTares.foglio" /> |
||
60 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(107,0)" onmouseout="htm()"> |
||
61 | <s:fielderror><s:param value="%{'foglio'}" /></s:fielderror> |
||
62 | <br/><br/> |
||
63 | |||
64 | <label for="numero">Numero</label> |
||
65 | <s:textfield id="numero" label="Numero" name="ricercaUiuTares.numero" /> |
||
66 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(108,0)" onmouseout="htm()"> |
||
67 | <s:fielderror><s:param value="%{'numero'}" /></s:fielderror> |
||
68 | <br/><br/> |
||
69 | |||
70 | <label for="subalterno">Subalterno</label> |
||
71 | <s:textfield id="subalterno" label="Subalterno" name="ricercaUiuTares.subalterno" /> |
||
72 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(109,0)" onmouseout="htm()"> |
||
73 | <s:fielderror><s:param value="%{'subalterno'}" /></s:fielderror> |
||
74 | <br/><br/> |
||
75 | |||
76 | <s:hidden name="passo" value="1" /> |
||
77 | |||
78 | </div> |
||
79 | </fieldset> |
||
80 | </div> |
||
81 | <input type="button" value="Indietro" onclick="javascript:vaiAllaPaginaIniziale();" /> |
||
82 | <s:submit value="Avanti" /> |
||
83 | </s:form> |
||
84 | </div> |
||
85 | </div> |
||
86 | |||
87 |