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 = 'consultazioneStatistiche!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(-1,0)" src="img/s3help.gif" /> |
||
17 | </div> |
||
18 | <h1>Consultazione Statistiche</h1> |
||
19 | <h2>Passo 1 di 2 - Consultazione statistiche UIU per comune</h2> |
||
20 | |||
21 | <div id="messaggi"> |
||
22 | <s:actionmessage/> |
||
23 | </div> |
||
24 | <s:form id="RicercaForm" action="consultazioneStatistiche!eseguiRicerca" theme="simple" method="post"> |
||
25 | |||
26 | <div id="Ricerca" style="display: block;"> |
||
27 | <fieldset> |
||
28 | <legend style="text-align: left;">Inserisci i dati per l'estrazione</legend> |
||
29 | |||
30 | <div class="campi"> |
||
31 | |||
32 | <label for="codProv">Provincia</label> |
||
33 | <s:select onchange="aggiornaMaschera();" cssStyle="width:auto; font-family:monospace;" |
||
34 | id="codProv" list="province" listKey="codProvIstat" listValue="descrizione" name="codProvinciaSelezionata" /> |
||
35 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(102,0)" onmouseout="htm()"> |
||
36 | <br/><br/> |
||
37 | |||
38 | <label for="codCom">Comune</label> |
||
39 | <s:select cssStyle="width:auto; font-family:monospace;" |
||
40 | id="codCom" list="comuni" listKey="codCom" listValue="descrizione" name="codCom" /> |
||
41 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(101,0)" onmouseout="htm()"> |
||
42 | <s:fielderror><s:param value="%{'codCom'}" /></s:fielderror> |
||
43 | <br/><br/> |
||
44 | |||
45 | <label for="mese">Mese estrazione</label> |
||
46 | <s:select cssStyle="width:auto; font-family:monospace;" id="mese" list="mesi" listKey="value" listValue="label" name="ricerca.mese" /> |
||
47 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(-1,0)" onmouseout="htm()"> |
||
48 | <s:fielderror><s:param value="%{'mese'}" /></s:fielderror> |
||
49 | <br/><br/> |
||
50 | |||
51 | <label for="anno">Anno estrazione</label> |
||
52 | <s:select cssStyle="width:auto; font-family:monospace;" id="anno" list="anni" listKey="value" listValue="label" name="ricerca.anno" /> |
||
53 | <img src="img/domanda4.gif" alt="" onmouseover="stmb(-1,0)" onmouseout="htm()"> |
||
54 | <s:fielderror><s:param value="%{'anno'}" /></s:fielderror> |
||
55 | <br/><br/> |
||
56 | |||
57 | </div> |
||
58 | |||
59 | </fieldset> |
||
60 | </div> |
||
61 | <input type="button" value="Indietro" onclick="javascript:vaiAllaPaginaIniziale();" /> |
||
62 | <s:submit value="Avanti" /> |
||
63 | </s:form> |
||
64 | </div> |
||
65 | </div> |
||
66 | |||
67 | |||
68 | |||
69 |