Subversion Repositories Sigmater

Rev

Blame | Last modification | View Log | Download | RSS feed

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>

<script type="text/javascript">
<!--//
        function scaricaPdf(indice, formatoFoglio, scala) {
                document.getElementById('formatoFoglio_pdf_' + indice).value = formatoFoglio;
                document.getElementById('scala_pdf_' + indice).value = scala;
                document.getElementById('scaricaPdfForm_' + indice).submit();
        }

        function scaricaVett(indice) {
                document.getElementById('scaricaVettForm_' + indice).submit();
        }
//-->
</script>
<s:url id="immagineMappeUrl" action="consultazioneMappe!immagineMappa.action" includeParams="none"  />

<div id="content">
        <div id="richiesta">
                <div id="pdf">
                        <img alt="" onmouseout="htm()" onmouseover="stmb(180,0)" src="img/s3help.gif" />
                </div>
                <h1>Consultazione mappe catastali</h1>
                <h2>Passo 2 di 2 - Risultato ricerca</h2>
                Criteri di ricerca ยป
                <ul>
                        <li>
                                Temi Richiesti:
                                <s:iterator id="tema" value="ricercaMappe.temiRichiesti">
                                        <strong><s:property value="#tema" /></strong>
                                </s:iterator>
                        </li>
                        <li>
                                Formato immagine richiesto:
                                <strong><s:property value="ricercaMappe.formatoImmagine" /></strong>
                        </li>
                        <li>
                                Dati con profondit&agrave; storica 
                                dal <strong><s:property value="risultatoRicercaMappe.periodoRiferimento.dataIniziale" /></strong>
                                al <strong><s:property value="risultatoRicercaMappe.periodoRiferimento.dataFinale" /></strong>
                        </li>
                </ul>
                <br />
        </div>
        <s:if test="%{!risultatoRicercaMappe.gruppiParticelle.empty}">
                <fieldset>
                        <legend>Raggruppamenti vettoriali</legend>
                        <s:iterator id="gruppo" value="risultatoRicercaMappe.gruppiParticelle" status="gruppoCount">
                                <fieldset>
                                        <legend>
                                                Comune: <s:property value="risultatoRicercaMappe.comune.nome" />
                                                (<s:property value="risultatoRicercaMappe.comune.siglaProv" />)
                                                - Foglio: <s:property value="#gruppo.foglio" />
                                        </legend>
                                        <table border="0" cellpadding="0" cellspacing="0">
                                                <tr>
                                                        <td>
                                                                <img title="Attendere ..."
                                                                         style="margin:15px;border:1px solid #FFFFFF;"
                                                                         width="<s:property value="#gruppo.larghezzaImmagine"/>" 
                                                                         height="<s:property value="#gruppo.altezzaImmagine"/>" 
                                                                         src="<s:property value="#immagineMappeUrl"/>?p=0<s:property value="#gruppo.parametriUrlMappa" escape="true" />" />
                                                        </td>
                                                        <td valign="top">

                                                                <s:form id="scaricaPdfForm_%{#gruppoCount.index}" theme="simple" method="post" action="consultazioneMappe!scaricaDocumentoPdf.action">
                                                                        <s:hidden id="codCom_pdf_%{#gruppoCount.index}" name="ricercaMappe.codCom" />
                                                                        <s:hidden id="formatoImmagine_pdf_%{#gruppoCount.index}" name="ricercaMappe.formatoImmagine" />
                                                                        <s:hidden id="srs_pdf_%{#gruppoCount.index}" name="ricercaMappe.srs" />
                                                                        <s:hidden id="formatoFoglio_pdf_%{#gruppoCount.index}" name="ricercaMappe.formatoFoglio" value="" />
                                                                        <s:hidden id="scala_pdf_%{#gruppoCount.index}" name="ricercaMappe.scala" value="" />
                                                                        <s:iterator id="particella" value="#gruppo.particelle">
                                                                                <input type="hidden" name="particelleSelezionate" 
                                                                                        value="<s:property value="#particella.sezione"/>;<s:property value="#particella.foglio"/>;<s:property value="#particella.numero"/>" />
                                                                        </s:iterator>
                                                                        <s:iterator id="tema" value="ricercaMappe.temiRichiesti">
                                                                                <input type="hidden" name="temiRichiesti" value="<s:property value="#tema" />" />
                                                                        </s:iterator>
                                                                </s:form>

                                                                <s:form id="scaricaVettForm_%{#gruppoCount.index}" theme="simple" method="post" action="consultazioneMappe!scaricaImmagineVettoriale.action">
                                                                        <s:hidden id="codCom_vett_%{#gruppoCount.index}" name="ricercaMappe.codCom" />
                                                                        <s:hidden id="formatoImmagine_vett_%{#gruppoCount.index}" name="ricercaMappe.formatoImmagine" />
                                                                        <s:hidden id="maggiorazione_vett_%{#gruppoCount.index}" name="ricercaMappe.maggiorazione" />
                                                                        <s:hidden id="srs_vett_%{#gruppoCount.index}" name="ricercaMappe.srs" />
                                                                        <s:iterator id="particella" value="#gruppo.particelle">
                                                                                <input type="hidden" name="particelleSelezionate" 
                                                                                        value="<s:property value="#particella.sezione"/>;<s:property value="#particella.foglio"/>;<s:property value="#particella.numero"/>" />
                                                                        </s:iterator>
                                                                        <s:iterator id="tema" value="ricercaMappe.temiRichiesti">
                                                                                <input type="hidden" name="temiRichiesti" value="<s:property value="#tema" />" />
                                                                        </s:iterator>
                                                                </s:form>
                                                                <table id="scaricamenti">
                                                                        <thead>
                                                                                <tr>
                                                                                        <th colspan="2">Scaricamenti</th>
                                                                                </tr>
                                                                        </thead>
                                                                        <tbody>
                                                                                <tr>
                                                                                        <td colspan="2">
                                                                                                <a href="<s:property value="#immagineMappeUrl"/>?p=0<s:property value="#gruppo.parametriUrlMappa" escape="true" />">
                                                                                                        Formato immagine (PNG)</a>
                                                                                        </td>
                                                                                </tr>
                                                                                <tr>
                                                                                        <td colspan="2">
                                                                                                <a href="javascript:scaricaVett('<s:property value="#gruppoCount.index"/>')">
                                                                                                        Formato vettoriale (SHP)</a>
                                                                                        </td>
                                                                                </tr>
                                                                                <s:iterator id="formatoStampa" value="#gruppo.formatiStampa">
                                                                                <tr>
                                                                                        <td>
                                                                                                <a href="javascript:scaricaPdf('<s:property value="#gruppoCount.index"/>','<s:property value="#formatoStampa.formatoFoglio"/>','<s:property value="#formatoStampa.scala"/>')">
                                                                                                        Documento
                                                                                                        <s:property value="#formatoStampa.formatoFoglio"/></a>
                                                                                        </td>
                                                                                        <td>
                                                                                                1:<s:property value="#formatoStampa.scala.valore"/>
                                                                                        </td>
                                                                                </tr>
                                                                                </s:iterator>
                                                                        </tbody>
                                                                </table>
                                                                <s:iterator id="particella" value="#gruppo.particelle">
                                                                        <br/>Mappale: <s:property value="#particella.numero"/>
                                                                </s:iterator>
                                                        </td>
                                                </tr>
                                        </table>
                                        <br/>
                                </fieldset>
                        </s:iterator>
                </fieldset>
        </s:if>
        <s:if test="%{!risultatoRicercaMappe.particelleNonValide.empty}">
                <fieldset>
                        <legend>Particelle NON rappresentabili</legend>
                        <s:iterator id="particella" value="risultatoRicercaMappe.particelleNonValide">
                                Comune: <s:property value="risultatoRicercaMappe.comune.nome" />
                                (<s:property value="risultatoRicercaMappe.comune.siglaProv" />) -
                                Foglio: <s:property value="#particella.foglio" /> -
                                Mappale: <s:property value="#particella.numero" />
                                <br/>
                        </s:iterator>
                </fieldset>
        </s:if>
        <s:if test="%{!risultatoRicercaMappe.particelleNonPresenti.empty}">
                <fieldset>
                        <legend>Particelle inesistenti</legend>
                        <s:iterator id="particella" value="risultatoRicercaMappe.particelleNonPresenti">
                                Comune: <s:property value="risultatoRicercaMappe.comune.nome" />
                                (<s:property value="risultatoRicercaMappe.comune.siglaProv" />) -
                                Foglio: <s:property value="#particella.foglio" /> -
                                Mappale: <s:property value="#particella.numero" />
                                <br/>
                        </s:iterator>
                </fieldset>             
        </s:if>
        <input type="button" value="Indietro" onclick="javascript:history.back();" />
</div>