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" %>
<div id="content">
<div id="richiesta">
<div id="pdf">
<img alt="" onmouseout="htm()" onmouseover="stmb(88,0)" src="img/s3help.gif" />
<a href="javascript:document.getElementById('scaricaPdfForm').submit();">
<img alt="" onmouseout="htm()" onmouseover="stmb(91,0)" src="img/s3pdf.gif" /></a>
<s:form id="scaricaPdfForm" theme="simple" action="consultazioneTerreni!documentoPdf.action">
<s:hidden id="comune_dett" name="ricercaPerIdCat.comune.codCom" />
<s:hidden id="sezione_dett" name="ricercaPerIdCat.sezione" />
<s:hidden id="idImmobile_dett" name="ricercaPerIdCat.idImmobile" />
<s:hidden id="foglio_dett" name="ricercaPerIdCat.foglio" />
<s:hidden id="numero_dett" name="ricercaPerIdCat.numero" />
<s:hidden id="subalterno_dett" name="ricercaPerIdCat.subalterno" />
</s:form>
</div>
<h1>Consultazione terreni</h1>
<h2>Passo 3 di 3 - Risultati</h2>
Ricerca effettuata nel Comune di <strong><s:property value="dettaglioTerreno.comune.nome"/></strong>
(<strong><s:property value="dettaglioTerreno.comune.siglaProv"/></strong>)
(codice Belfiore: <strong><s:property value="dettaglioTerreno.comune.codCom" /></strong>)
<ul>
<li>
Dati relativi al terreno »
Codice Comune: <strong><s:property value="dettaglioTerreno.comune.codCom" /></strong>
Sezione: <strong><s:property value="dettaglioTerreno.sezione" /></strong>
Foglio: <strong><s:property value="dettaglioTerreno.foglio" /></strong>
Mappale: <strong><s:property value="dettaglioTerreno.numero" /></strong>
Subalterno: <strong><s:property value="dettaglioTerreno.subalterno" /></strong>
</li>
<li>
Dati con profondità storica
dal <strong><s:property value="dettaglioTerreno.periodoRiferimento.dataIniziale" /></strong>
al <strong><s:property value="dettaglioTerreno.periodoRiferimento.dataFinale" /></strong>
</li>
</ul>
</div>
<div class="wrapbuttons">
Dettaglio:
<a title="" href="javascript:SetWrapContentVisible(false);">
<img title="Nascondi dettagli" alt="Nascondi dettagli" src="img/s3Meno.gif" /></a>
<a title="" href="javascript:SetWrapContentVisible(true);">
<img title="Mostra dettagli" alt="Mostra dettagli" src="img/s3Piu.gif" /></a>
</div>
<div id="rispostanav">
<ul>
<li><a class="selected" accesskey="1" onkeypress="show(this);return false;"
onclick="show(this);return false;" title="Elenco delle situazioni oggettive"
href="#SituazioneSHEET">Stadi del terreno</a></li>
<li><a class="" accesskey="2" onkeypress="show(this);return false;"
onclick="show(this);return false;" title="Soggetti e loro titolarità"
href="#TitolaritaByDateSHEET">Titolari per data</a></li>
</ul>
</div>
<div id="sheets">
<div class="sheet" id="SituazioneSHEET">
<s:iterator id="terreno" value="dettaglioTerreno.mutazioniTerreno" status="status">
<div class="wrap" id="SituazOggParticella<s:property id="status" value="count" />">
<div class="wraptitle">
<s:if test="%{#terreno.mutazioneFn == null}">
<img alt="Titolarita ATTUALE" src="img/s3Check-ok-small.gif" />
</s:if>
<s:else>
<img alt="Titolarita CESSATA" src="img/s3Check-nook-small.gif" />
</s:else>
Validità dal <strong><s:property id="terreno" value="mutazioneIn.dataEfficacia" /></strong>
<s:if test="%{#terreno.mutazioneFn != null}">
al <strong><s:property id="terreno" value="mutazioneFn.dataEfficacia" /></strong>
</s:if>
( validità in catasto dal <strong><s:property id="terreno" value="mutazioneIn.dataRegistraz" /></strong>
<s:if test="%{#terreno.mutazioneFn != null}">
al <strong><s:property id="terreno" value="mutazioneFn.dataRegistraz" /></strong>
</s:if>)
( validità in Sigmater dal <strong><s:property id="terreno" value="dataProtIn" /></strong>
<s:if test="%{#terreno.dataProtFn != null}">
al <strong><s:property id="terreno" value="dataProtFn" /></strong>
</s:if>)
</div>
<div class="wrapcontent">
<s:if test="%{#terreno.partita != null}">
Partita: <strong><s:property id="terreno" value="partita" /></strong>
</s:if>
<s:if test="%{#terreno.annotaz != null}">
Annotazione: <strong><s:property id="terreno" value="annotaz" /></strong>
</s:if>
<table class="Dati">
<caption>Caratteristiche particella</caption>
<tbody>
<tr>
<th onmouseout="htm()" onmouseover="stmb(51,0)">Qualità</th>
<th onmouseout="htm()" onmouseover="stmb(52,0)">Classe</th>
<th onmouseout="htm()" onmouseover="stmb(53,0)">Superficie</th>
</tr>
<tr>
<td>
<s:if test="%{#terreno.qualita != null}">
<s:property id="terreno" value="qualita.codQualita" /> - <s:property id="terreno" value="qualita.descriz" />
</s:if>
</td>
<td>
<s:if test="%{#terreno.classe != null}">
<s:property id="terreno" value="classe" />
</s:if>
</td>
<td>
<s:if test="%{#terreno.ettari != null}">
<s:property id="terreno" value="ettari" /> ha
</s:if>
<s:if test="%{#terreno.are != null}">
<s:property id="terreno" value="are" /> are
</s:if>
<s:if test="%{#terreno.centiare != null}">
<s:property id="terreno" value="centiare" /> ca
</s:if>
</td>
</tr>
</tbody>
</table>
<table class="Dati">
<caption>Reddito particella</caption>
<tbody>
<tr>
<th onmouseout="htm()" onmouseover="stmb(57,0)">Porzioni</th>
<th onmouseout="htm()" onmouseover="stmb(58,0)">Deduzioni</th>
<th onmouseout="htm()" onmouseover="stmb(59,0)">Reddito dominicale (*)</th>
<th onmouseout="htm()" onmouseover="stmb(60,0)">Reddito agrario</th>
<th onmouseout="htm()" onmouseover="stmb(56,0)">Reddito</th>
</tr>
<tr>
<td>
<s:if test="%{#terreno.porzioniPresenti}">
presenti
</s:if>
<s:else>
assenti
</s:else>
</td>
<td>
<s:if test="%{#terreno.deduzioniPresenti}">
presenti
</s:if>
<s:else>
assenti
</s:else>
</td>
<td>
<s:property id="terreno" value="reddito.redditoDominicaleInEuro" />
</td>
<td>
<s:property id="terreno" value="reddito.redditoAgrarioInEuro" />
</td>
<td>
<s:if test="%{#terreno.redditoCalcolabile}">
calcolabile
</s:if>
<s:else>
non calcolabile
</s:else>
</td>
</tr>
</tbody>
</table>
<div>(*) Calcolato al netto di eventuali deduzioni</div>
<s:if test="%{!#terreno.riserve.empty}">
<table class="Dati">
<caption>Riserve particella</caption>
<tbody>
<tr>
<th onmouseover="stmb(61,0)" onmouseout="htm()">Codice</th>
<th onmouseover="stmb(62,0)" onmouseout="htm()">Descrizione</th>
<th onmouseover="stmb(63,0)" onmouseout="htm()">Partita iscrizione</th>
</tr>
<s:iterator id="riserva" value="#terreno.riserve" status="status1">
<tr>
<td>
<s:property id="riserva" value="codRiserva" />
</td>
<td>
<s:if test="%{#riserva.descriz != null}">
<s:property id="riserva" value="descriz" />
</s:if>
<s:else>N.D.</s:else>
</td>
<td>
<s:if test="%{#riserva.partitaIscriz != null}">
<s:property id="riserva" value="partitaIscriz" />
</s:if>
<s:else>N.D.</s:else>
</td>
</tr>
</s:iterator>
</tbody>
</table>
</s:if>
<s:if test="%{!#terreno.porzioni.empty}">
<table class="Dati">
<caption>Porzioni particella</caption>
<tbody>
<tr>
<th onmouseout="htm()" onmouseover="stmb(64,0)">Qualità</th>
<th onmouseout="htm()" onmouseover="stmb(65,0)">Classe</th>
<th onmouseout="htm()" onmouseover="stmb(66,0)">Superficie</th>
<th onmouseout="htm()" onmouseover="stmb(59,0)">Reddito dominicale (*)</th>
<th onmouseout="htm()" onmouseover="stmb(60,0)">Reddito agrario</th>
</tr>
<s:iterator id="porzione" value="#terreno.porzioni" status="status1">
<tr>
<td>
<s:property id="porzione" value="qualita.codQualita" /> - <s:property id="porzione" value="qualita.descriz" />
</td>
<td>
<s:if test="%{#porzione.classe != null}">
<s:property id="porzione" value="classe" />
</s:if>
<s:else>-</s:else>
</td>
<td>
<s:if test="%{#porzione.ettari != null}">
<s:property id="porzione" value="ettari" /> ha
</s:if>
<s:if test="%{#porzione.are != null}">
<s:property id="porzione" value="are" /> are
</s:if>
<s:if test="%{#porzione.centiare != null}">
<s:property id="porzione" value="centiare" /> ca
</s:if>
</td>
<td>
<s:if test="%{#porzione.reddito.redditoDominicaleInEuro != null}">
<s:property id="porzione" value="reddito.redditoDominicaleInEuro" />
</s:if>
<s:else>-</s:else>
</td>
<td>
<s:if test="%{#porzione.reddito.redditoAgrarioInEuro != null}">
<s:property id="porzione" value="reddito.redditoAgrarioInEuro" />
</s:if>
<s:else>-</s:else>
</td>
</tr>
</s:iterator>
</tbody>
</table>
</s:if>
<s:if test="%{!#terreno.deduzioni.empty}">
<table class="Dati">
<caption>Deduzioni particella</caption>
<tbody>
<tr>
<th onmouseout="htm()" onmouseover="stmb(69,0)">Simbolo</th>
</tr>
<s:iterator id="deduzione" value="#terreno.deduzioni">
<tr>
<td>
<s:property value="#deduzione.simboloDeduzione" />
</td>
</tr>
</s:iterator>
</tbody>
</table>
</s:if>
<table class="Dati">
<caption>Atti di generazione / cessazione dello stadio</caption>
<tbody>
<s:if test="%{#terreno.mutazioneIn != null}">
<tr>
<th onmouseout="htm()" onmouseover="stmb(33,0)">Evento</th>
<th onmouseout="htm()" onmouseover="stmb(34,0)">Tipo</th>
<th onmouseout="htm()" onmouseover="stmb(35,0)">Nota</th>
<th onmouseout="htm()" onmouseover="stmb(36,0)">Anno</th>
<th onmouseout="htm()" onmouseover="stmb(37,0)">Prog.</th>
<th onmouseout="htm()" onmouseover="stmb(38,0)">Validità</th>
<th onmouseout="htm()" onmouseover="stmb(39,0)">Registrazione</th>
<th onmouseout="htm()" onmouseover="stmb(40,0)">Causale</th>
</tr>
<tr>
<td rowspan="5">Generazione</td>
<td><s:property id="terreno" value="mutazioneIn.tipoNota" /></td>
<td><s:property id="terreno" value="mutazioneIn.numNota" /></td>
<td><s:property id="terreno" value="mutazioneIn.annoNota" /></td>
<td><s:property id="terreno" value="mutazioneIn.progNota" /></td>
<td><s:property id="terreno" value="mutazioneIn.dataEfficacia" /></td>
<td><s:property id="terreno" value="mutazioneIn.dataRegistraz" /></td>
<td><s:property id="terreno" value="mutazioneIn.codCausale" /></td>
</tr>
<tr>
<th colspan="4">Descrizione Nota</th>
<th colspan="3">Descrizione Causale</th>
</tr>
<tr>
<td colspan="4"><s:property id="terreno" value="mutazioneIn.descrNota" /></td>
<td colspan="3"><s:property id="terreno" value="mutazioneIn.descrCausale" /></td>
</tr>
<tr>
<th colspan="7">Descrizione Atto</th>
</tr>
<tr>
<td colspan="7">
<s:if test="%{#terreno.mutazioneIn.descriz != null}">
<s:property id="terreno" value="mutazioneIn.descriz" />
</s:if>
<s:else>N.D.</s:else>
</td>
</tr>
</s:if>
<s:if test="%{#terreno.mutazioneFn != null}">
<tr>
<th onmouseout="htm()" onmouseover="stmb(33,0)">Evento</th>
<th onmouseout="htm()" onmouseover="stmb(34,0)">Tipo</th>
<th onmouseout="htm()" onmouseover="stmb(35,0)">Nota</th>
<th onmouseout="htm()" onmouseover="stmb(36,0)">Anno</th>
<th onmouseout="htm()" onmouseover="stmb(37,0)">Prog.</th>
<th onmouseout="htm()" onmouseover="stmb(38,0)">Validità</th>
<th onmouseout="htm()" onmouseover="stmb(39,0)">Registrazione</th>
<th onmouseout="htm()" onmouseover="stmb(40,0)">Causale</th>
</tr>
<tr>
<td rowspan="5">Conclusione</td>
<td><s:property id="terreno" value="mutazioneFn.tipoNota" /></td>
<td><s:property id="terreno" value="mutazioneFn.numNota" /></td>
<td><s:property id="terreno" value="mutazioneFn.annoNota" /></td>
<td><s:property id="terreno" value="mutazioneFn.progNota" /></td>
<td><s:property id="terreno" value="mutazioneFn.dataEfficacia" /></td>
<td><s:property id="terreno" value="mutazioneFn.dataRegistraz" /></td>
<td><s:property id="terreno" value="mutazioneFn.codCausale" /></td>
</tr>
<tr>
<th colspan="4">Descrizione Nota</th>
<th colspan="3">Descrizione Causale</th>
</tr>
<tr>
<td colspan="4"><s:property id="terreno" value="mutazioneFn.descrNota" /></td>
<td colspan="3"><s:property id="terreno" value="mutazioneFn.descrCausale" /></td>
</tr>
<tr>
<th colspan="7">Descrizione Atto</th>
</tr>
<tr>
<td colspan="7">
<s:if test="%{#terreno.mutazioneFn.descriz != null}">
<s:property id="terreno" value="mutazioneFn.descriz" />
</s:if>
<s:else>N.D.</s:else>
</td>
</tr>
</s:if>
</tbody>
</table>
</div>
</div>
<hr />
</s:iterator>
</div>
<div style="display: block;" class="sheet" id="TitolaritaByDateSHEET">
<s:iterator id="variazione" value="dettaglioTerreno.variazioniTitolarita">
<div class="wrap">
<div class="wraptitle">
<s:if test="%{!#variazione.cessate}">
<img alt="Titolarita ATTUALE" src="img/s3Check-ok-small.gif" />
</s:if>
<s:else>
<img alt="Titolarita CESSATA" src="img/s3Check-nook-small.gif" />
</s:else>
<s:if test="%{#variazione.cessate}">
Fine diritto: <strong><s:property id="variazione" value="mutazioneFn.descrNota" /></strong>
nr. <strong><s:property id="variazione" value="mutazioneFn.numNota" /></strong>,
<strong><s:property id="variazione" value="mutazioneFn.progNota" /></strong>/<strong><s:property id="variazione" value="mutazioneFn.annoNota" /></strong>
del <strong><s:property id="variazione" value="mutazioneFn.dataEfficacia" /></strong>,
registrato in atti dal <strong><s:property id="variazione" value="mutazioneFn.dataRegistraz" /></strong>
<br/>
</s:if>
Inizio diritto: <strong><s:property id="variazione" value="mutazioneIn.descrNota" /></strong>
nr. <strong><s:property id="variazione" value="mutazioneIn.numNota" /></strong>,
<strong><s:property id="variazione" value="mutazioneIn.progNota" /></strong>/<strong><s:property id="variazione" value="mutazioneIn.annoNota" /></strong>
del <strong><s:property id="variazione" value="mutazioneIn.dataEfficacia" /></strong>,
registrato in atti dal <strong><s:property id="variazione" value="mutazioneIn.dataRegistraz" /></strong>
</div>
<div style="display: block;" class="wrapcontent">
<table class="Dati">
<tbody>
<tr>
<th onmouseout="htm()" onmouseover="stmb(153,0)" style="width: 50%;">
Dati anagrafici
</th>
<th onmouseout="htm()" onmouseover="stmb(152,0)" style="width: 50%;">
Diritti e oneri reali
</th>
</tr>
<s:iterator id="titolarita" value="#variazione.titolarita">
<tr>
<td style="padding: 2px;">
<s:if test="%{#titolarita.soggetto.personaFisica}">
<strong><s:property id="titolarita" value="soggetto.cognome" />
<s:property id="titolarita" value="soggetto.nome" /></strong>
(<strong><span class="cfpiva"><s:property id="titolarita" value="soggetto.cf" /></span></strong>)
Nato il <strong><s:property id="titolarita" value="soggetto.dataNascita" /></strong>
a <strong><s:property id="titolarita" value="soggetto.comuneNascita.nome" /></strong>
(<strong><s:property id="titolarita" value="soggetto.comuneNascita.siglaProv" /></strong>)
(codice Comune <strong><s:property id="titolarita" value="soggetto.comuneNascita.codCom" /></strong>)
</s:if>
<s:else>
<strong><s:property id="titolarita" value="soggetto.denominaz" /></strong>,
<strong><s:property id="titolarita" value="soggetto.comuneSede.nome" /></strong>
(<strong><s:property id="titolarita" value="soggetto.comuneSede.siglaProv" /></strong>)
(codice Belfiore <strong><s:property id="titolarita" value="soggetto.comuneSede.codCom" /></strong>),
P.IVA: <strong> <span class="cfpiva"><s:property id="titolarita" value="soggetto.partitaIva" /></span>
</strong>
</s:else>
</td>
<td style="padding: 2px;">
<strong><s:property id="titolarita" value="diritto" /></strong>
<s:if test="%{#titolarita.quotaPercentuale != null}">
per il <strong><s:property id="titolarita" value="quotaPercentuale" />%</strong>
(<strong><s:property id="titolarita" value="quotaNumeratore" /></strong>/<strong><s:property id="titolarita" value="quotaDenominatore" /></strong>)
</s:if>
<s:if test="%{#titolarita.soggettoInComunione != null}">
<br/>in comunione dei beni con <strong><s:property id="titolarita" value="soggettoInComunione.cognome" />
<s:property id="titolarita" value="soggettoInComunione.nome" /></strong>
(<strong><span class="cfpiva"><s:property id="titolarita" value="soggettoInComunione.cf" /></span></strong>)
</s:if>
</td>
</tr>
</s:iterator>
</tbody>
</table>
</div>
<hr />
</div>
</s:iterator>
</div>
<input type="button" value="Indietro" onclick="javascript:history.back();" />
</div>
<div id="note">
<h3>Note</h3>
<p>
Ultimo aggiornamento dei dati censuari SIGMA TER per questo comune:
<strong><s:property value="dettaglioTerreno.dataUltimoAgg" /></strong>
</p>
</div>
</div>