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 caricaDettaglioS3(tipoImmobile,codCom,sez,foglio,numero,subalterno) {
7
 
8
		if (tipoImmobile == 'Fabbricato') {
9
			document.getElementById('comune_dett_uiu').value = codCom;
10
			document.getElementById('sezione_dett_uiu').value = sez;
11
			document.getElementById('foglio_dett_uiu').value = foglio;
12
			document.getElementById('numero_dett_uiu').value = numero;
13
			document.getElementById('subalterno_dett_uiu').value = subalterno;
14
			document.getElementById('tipoRicerca_dett_uiu').value = 'RicercaPerIdCat';
15
			document.getElementById('eseguiRicercaUiuForm').submit();
16
		}
17
 
18
		else if (tipoImmobile == 'Terreno') {
19
			document.getElementById('comune_dett_terreno').value = codCom;
20
			document.getElementById('sezione_dett_terreno').value = sez;
21
			document.getElementById('foglio_dett_terreno').value = foglio;
22
			document.getElementById('numero_dett_terreno').value = numero;
23
			document.getElementById('subalterno_dett_terreno').value = subalterno;
24
			document.getElementById('eseguiRicercaTerrenoForm').submit();
25
		}
26
	}
27
//-->
28
</script>
29
<s:set name="trascrizione" value="%{dettaglioTrascrizione.trascrizione}" />
30
 
31
<s:form id="eseguiRicercaUiuForm" theme="simple" action="consultazioneUiu!eseguiRicerca" target="_new">
32
	<s:hidden id="comune_dett_uiu" name="ricercaPerIdCat.comune.codCom" />
33
	<s:hidden id="sezione_dett_uiu" name="ricercaPerIdCat.sezione" />
34
	<s:hidden id="foglio_dett_uiu" name="ricercaPerIdCat.foglio" />
35
	<s:hidden id="numero_dett_uiu" name="ricercaPerIdCat.numero" />
36
	<s:hidden id="subalterno_dett_uiu" name="ricercaPerIdCat.subalterno" />
37
	<s:hidden id="tipoRicerca_dett_uiu" name="ricercaPerIdCat.tipoRicerca" />
38
</s:form>
39
 
40
<s:form id="eseguiRicercaTerrenoForm" theme="simple" action="consultazioneTerreni!eseguiRicerca" target="_new">
41
	<s:hidden id="comune_dett_terreno" name="ricercaPerIdCat.comune.codCom" />
42
	<s:hidden id="sezione_dett_terreno" name="ricercaPerIdCat.sezione" />
43
	<s:hidden id="foglio_dett_terreno" name="ricercaPerIdCat.foglio" />
44
	<s:hidden id="numero_dett_terreno" name="ricercaPerIdCat.numero" />
45
	<s:hidden id="subalterno_dett_terreno" name="ricercaPerIdCat.subalterno" />
46
	<s:hidden id="tipoRicerca_dett_terreno" name="ricercaPerIdCat.tipoRicerca" />
47
</s:form>
48
 
49
 
50
<div id="content">
51
	<div id="richiesta">
52
		<div id="pdf">
53
			<img alt="" onmouseout="htm()" onmouseover="stmb(-1,0)" src="img/s3help.gif" />
54
 
55
			<a href="javascript:document.getElementById('scaricaPdfForm').submit();">
56
				<img alt="" onmouseout="htm()" onmouseover="stmb(91,0)" src="img/s3pdf.gif" /></a>
57
 
58
			<s:form id="scaricaPdfForm" theme="simple" action="consultazioneTrascrizioni!documentoPdf.action">
59
				<s:hidden id="codCom_dett" name="trascrizioneId.codCom" />
60
				<s:hidden id="id_dett" name="trascrizioneId.id" />
61
			</s:form>
62
		</div>
63
		<h1>Consultazione trascrizioni</h1>
64
		<h2>Passo 3 di 3 - Risultati</h2>
65
		Ricerca effettuata nel Comune di <strong><s:property value="#trascrizione.nota.comune.nome"/></strong>
66
		(<strong><s:property value="#trascrizione.nota.comune.provincia.sigla"/></strong>)
67
		(codice Belfiore: <strong><s:property value="#trascrizione.nota.comune.codCom" /></strong>)
68
		<ul>
69
			<li>
70
				Dati relativi alla nota ยป 
71
				Codice Comune: <strong><s:property value="#trascrizione.nota.comune.codCom" /></strong>
72
				Anno: <strong><s:property value="#trascrizione.nota.anno" /></strong> 
73
				Numero: <strong><s:property value="#trascrizione.nota.numero" /></strong>
74
				Progressivo: <strong><s:property value="#trascrizione.progressivo" /></strong>
75
			</li>
76
			<li>
77
				Dati con profondit&agrave; storica 
78
				dal <strong><s:property value="dettaglioTrascrizione.periodoRiferimento.dataIniziale" /></strong>
79
				al <strong><s:property value="dettaglioTrascrizione.periodoRiferimento.dataFinale" /></strong>
80
			</li>
81
		</ul>
82
	</div>
83
	<%--
84
	<div class="wrapbuttons">
85
		Dettaglio:
86
		<a title="" href="javascript:SetWrapContentVisible(false);">
87
			<img title="Nascondi dettagli" alt="Nascondi dettagli" src="img/s3Meno.gif" /></a>
88
		<a title="" href="javascript:SetWrapContentVisible(true);">
89
			<img title="Mostra dettagli" alt="Mostra dettagli" src="img/s3Piu.gif" /></a>
90
	</div>
91
	--%>
92
	<%--  
93
	<div id="rispostanav">
94
		<ul>
95
			<li><a class="selected" accesskey="1" onkeypress="show(this);return false;"
96
				onclick="show(this);return false;" title="Elenco delle situazioni oggettive" 
97
				href="#SituazioneSHEET">Dati trascrizione</a></li>
98
		</ul>
99
	</div>
100
	 --%>
101
	<div id="sheets">
102
		<div class="sheet" id="SituazioneSHEET">
103
			<div class="wrap" id="NotaDiTrascrizione">
104
				<div class="wraptitle">
105
				</div>
106
				<div class="wrapcontent">
107
					<table class="Dati">
108
						<caption>Dati della trascrizione</caption>
109
						<tbody>
110
							<tr>
111
								<th onmouseout="htm()" onmouseover="stmb(-1,0)">Tipo atto</th>
112
								<th onmouseout="htm()" onmouseover="stmb(34,0)">Tipo</th>
113
								<th onmouseout="htm()" onmouseover="stmb(35,0)">Nota</th>
114
								<th onmouseout="htm()" onmouseover="stmb(36,0)">Anno</th>
115
								<th onmouseout="htm()" onmouseover="stmb(37,0)">Prog.</th>
116
								<th onmouseout="htm()" onmouseover="stmb(-1,0)">Data iniziale</th>
117
								<th onmouseout="htm()" onmouseover="stmb(-1,0)">Data finale</th>
118
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Data estrazione catasto">Data estraz. catasto</th>
119
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Data estrazione conservatoria">Data estraz. conserv.</th>
120
							</tr>
121
							<tr>
122
								<td rowspan="5"><s:property value="#trascrizione.tipoAtto" /></td>
123
								<td><s:property value="#trascrizione.nota.tipo" /></td>
124
								<td><s:property value="#trascrizione.nota.numero" /></td>
125
								<td><s:property value="#trascrizione.nota.anno" /></td>
126
								<td><s:property value="#trascrizione.progressivo" /></td>
127
								<td><s:property value="#trascrizione.nota.dataIniziale" /></td>
128
								<td><s:property value="#trascrizione.nota.dataFinale" /></td>
129
								<td><s:property value="#trascrizione.nota.dataEstrazCatasto" /></td>
130
								<td><s:property value="#trascrizione.nota.dataEstrazConservatoria" /></td>
131
							</tr>
132
							<tr>
133
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Data presentazione atto">Data pres. atto</th>
134
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Registrazione differita">Reg. diff.</th>
135
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Data registrazione differita">Data reg. diff.</th>
136
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="">Data validit&agrave;</th>
137
								<th colspan="2" onmouseout="htm()" onmouseover="stmb(-1,0)">Esito nota</th>
138
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Esito nota non registrata">Esito non reg.</th>
139
								<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Numero repertorio">Num. rep.</th>
140
							</tr>
141
							<tr>
142
								<td><s:property value="#trascrizione.dataPresentazioneAtto" /></td>
143
								<td><s:property value="#trascrizione.registrazioneDifferita" /></td>
144
								<td><s:property value="#trascrizione.dataRegistrazioneDifferita" /></td>
145
								<td><s:property value="#trascrizione.dataValiditaAtto" /></td>
146
								<td colspan="2"><s:property value="#trascrizione.esitoNota" /></td>
147
								<td><s:property value="#trascrizione.esitoNotaNonRegistrata" /></td>
148
								<td><s:property value="#trascrizione.numeroRepertorio" /></td>
149
							</tr>
150
							<tr>
151
								<th colspan="4" onmouseout="htm()" onmouseover="stmb(-1,0)">Cognome e nome del rogante</th>
152
								<th colspan="2" onmouseout="htm()" onmouseover="stmb(-1,0)" title="Codice fiscale del rogante">Cod. fisc. del rogante</th>
153
								<th colspan="2" onmouseout="htm()" onmouseover="stmb(-1,0)">Comune sede del rogante</th>
154
							</tr>
155
							<tr>
156
								<td colspan="4"><s:property value="#trascrizione.rogante.cognomeNomeRogante" /></td>
157
								<td colspan="2"><s:property value="#trascrizione.rogante.codiceFiscaleRogante" /></td>
158
								<td colspan="2"><s:property value="#trascrizione.rogante.sedeRogante" /></td>
159
							</tr>
160
						</tbody>
161
					</table>
162
					<br />
163
					<hr />
164
					<s:iterator id="immobile" value="#trascrizione.immobili" status="status">
165
						<s:set name="tipoImmobile" value="#immobile.tipoImmobile.text" />
166
						<table class="Dati">
167
							<caption>Identificativi dell'immobile</caption>
168
							<tbody>
169
								<tr>
170
									<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Tipo immobile">Tipo imm.</th>
171
 
172
									<s:if test="%{#tipoImmobile eq 'Fabbricato'}">
173
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Comune</th>
174
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Sezione">Sez.</th>
175
 
176
										<s:if test="%{#immobile.denuncia != null}">
177
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Tipo denuncia</th>
178
											<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Protocollo denuncia">Prot. denuncia</th>
179
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Anno denuncia</th>
180
										</s:if>
181
 
182
										<s:else>
183
											<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Sezione urbana">Sez. urbana</th>
184
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Foglio</th>
185
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Numero</th>
186
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Subalterno</th>
187
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Denominatore</th>
188
											<th onmouseout="htm()" onmouseover="stmb(-1,0)">Edificialit&agrave;</th>
189
										</s:else>
190
									</s:if>
191
 
192
									<s:if test="%{#tipoImmobile eq 'Terreno'}">
193
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Comune</th>
194
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Sezione">Sez.</th>
195
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Foglio</th>
196
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Numero</th>
197
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Subalterno</th>
198
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Denominatore</th>
199
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Edificialit&agrave;</th>
200
									</s:if>
201
 
202
									<th></th>
203
								</tr>
204
								<tr>
205
									<td><s:property value="#immobile.tipoImmobile" /></td>
206
 
207
									<s:if test="%{#tipoImmobile eq 'Fabbricato'}">
208
										<td><s:property value="#immobile.codiceComune" /></td>
209
										<td><s:property value="#immobile.sezione" /></td>
210
 
211
										<s:if test="%{#immobile.denuncia != null}">
212
											<td><s:property value="#immobile.denuncia.tipoDenuncia" /></td>
213
											<td><s:property value="#immobile.denuncia.protDenuncia" /></td>
214
											<td><s:property value="#immobile.denuncia.annoDenuncia" /></td>
215
										</s:if>
216
 
217
										<s:else>
218
											<td><s:property value="#immobile.sezioneUrbana" /></td>
219
											<td><s:property value="#immobile.foglio" /></td>
220
											<td><s:property value="#immobile.numero" /></td>
221
											<td><s:property value="#immobile.subalterno" /></td>
222
											<td><s:property value="#immobile.denominatore" /></td>
223
											<td><s:property value="#immobile.edificialita" /></td>
224
										</s:else>
225
									</s:if>
226
									<s:if test="%{#tipoImmobile eq 'Terreno'}">
227
										<td><s:property value="#immobile.codiceComune" /></td>
228
										<td><s:property value="#immobile.sezione" /></td>
229
										<td><s:property value="#immobile.foglio" /></td>
230
										<td><s:property value="#immobile.numero" /></td>
231
										<td><s:property value="#immobile.subalterno" /></td>
232
										<td><s:property value="#immobile.denominatore" /></td>
233
										<td><s:property value="#immobile.edificialita" /></td>
234
									</s:if>
235
 
236
									<td>
237
										<input title="Ulteriori informazioni in Sigmater" class="infosubmit" type="button" 
238
											onclick="caricaDettaglioS3('<s:property value="#tipoImmobile" />', 
239
												'<s:property value="#immobile.codiceComune" />', 
240
												'<s:property value="#immobile.sezione" />', 
241
												'<s:property value="#immobile.foglio" />', 
242
												'<s:property value="#immobile.numero" />', 
243
												'<s:property value="#immobile.subalterno" />')" />
244
									</td>
245
								</tr>
246
							</tbody>
247
						</table>
248
						<table class="Dati">
249
							<caption>Classamento</caption>
250
							<tbody>
251
								<tr>
252
									<s:if test="%{#immobile.tipoImmobile.text eq 'Fabbricato'}">
253
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Zona</th>
254
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Categoria">Cat.</th>
255
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Classe</th>
256
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Graffato</th>
257
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Metri cubi">MC</th>
258
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Metri quadri">MQ</th>
259
										<th onmouseout="htm()" onmouseover="stmb(-1,0)" title="Superficie">Sup.</th>
260
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Vani</th>
261
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Rendita</th>
262
									</s:if>
263
									<s:if test="%{#immobile.tipoImmobile.text eq 'Terreno'}">
264
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Natura</th>
265
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Qualit&agrave;</th>
266
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Classe</th>
267
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Ettari</th>
268
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Are</th>
269
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Centiare</th>
270
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Reddito dominicale</th>
271
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Reddito agrario</th>
272
										<th onmouseout="htm()" onmouseover="stmb(-1,0)">Partita</th>
273
									</s:if>
274
								</tr>
275
								<tr>
276
									<s:if test="%{#immobile.tipoImmobile.text eq 'Fabbricato'}">
277
										<td><s:property value="#immobile.zona" /></td>
278
										<td><s:property value="#immobile.categoria" /></td>
279
										<td><s:property value="#immobile.classe" /></td>
280
										<td><s:property value="#immobile.graffato" /></td>
281
										<td><s:property value="#immobile.metriCubi" /></td>
282
										<td><s:property value="#immobile.metriQuadri" /></td>
283
										<td><s:property value="#immobile.superficie" /></td>
284
										<td><s:property value="#immobile.vaniFl" /></td>
285
										<td><s:property value="#immobile.renditaFl" /></td>
286
									</s:if>
287
									<s:if test="%{#immobile.tipoImmobile.text eq 'Terreno'}">
288
										<td><s:property value="#immobile.natura" /></td>
289
										<td><s:property value="#immobile.qualita" /></td>
290
										<td><s:property value="#immobile.classe" /></td>
291
										<td><s:property value="#immobile.ettari" /></td>
292
										<td><s:property value="#immobile.are" /></td>
293
										<td><s:property value="#immobile.centiare" /></td>
294
										<td><s:property value="#immobile.redditoDominicaleFl" /></td>
295
										<td><s:property value="#immobile.redditoAgrarioFl" /></td>
296
										<td><s:property value="#immobile.partita" /></td>
297
									</s:if>
298
								</tr>
299
							</tbody>
300
						</table>
301
						<s:if test="%{#immobile.tipoImmobile.text eq 'Fabbricato'}">
302
							<s:if test="%{#immobile.ubicazioneInCatasto != null or #immobile.ubicazioneInNota != null}">
303
								<s:if test="%{#immobile.ubicazioneInCatasto != null">
304
									<s:set name="ubicazione" value="#immobile.ubicazioneInCatasto"></s:set>
305
								</s:if>
306
								<s:else>
307
									<s:set name="ubicazione" value="#immobile.ubicazioneInNota"></s:set>
308
								</s:else>
309
								<table class="Dati">
310
									<caption>Ubicazione</caption>
311
									<tbody>
312
									<tr>
313
										<th onmouseover="stmb(41,0)" onmouseout="htm()">Lotto</th>
314
										<th onmouseover="stmb(42,0)" onmouseout="htm()">Edificio</th>
315
										<th onmouseover="stmb(43,0)" onmouseout="htm()">Scala</th>
316
										<th onmouseover="stmb(44,0)" onmouseout="htm()">Interno 1</th>
317
										<th onmouseover="stmb(45,0)" onmouseout="htm()">Interno 2</th>
318
										<th onmouseover="stmb(46,0)" onmouseout="htm()">Piano 1</th>
319
										<th onmouseover="stmb(47,0)" onmouseout="htm()">Piano 2</th>
320
										<th onmouseover="stmb(48,0)" onmouseout="htm()">Piano 3</th>
321
										<th onmouseover="stmb(49,0)" onmouseout="htm()">Piano 4</th>
322
									</tr>
323
									<tr>
324
										<td><s:property value="#ubicazione.lotto" /></td>
325
										<td><s:property value="#ubicazione.edificio" /></td>
326
										<td><s:property value="#ubicazione.scala" /></td>
327
										<td><s:property value="#ubicazione.interno1" /></td>
328
										<td><s:property value="#ubicazione.interno2" /></td>
329
										<td><s:property value="#ubicazione.piano1" /></td>
330
										<td><s:property value="#ubicazione.piano2" /></td>
331
										<td><s:property value="#ubicazione.piano3" /></td>
332
										<td><s:property value="#ubicazione.piano4" /></td>
333
									</tr>
334
									</tbody>
335
								</table>
336
								<table class="Dati">
337
									<caption>Indirizzo</caption>
338
									<tbody>
339
									<tr>
340
										<th onmouseout="htm()" onmouseover="stmb(27,0)">Indirizzo</th>
341
										<th onmouseout="htm()" onmouseover="stmb(28,0)">Civico</th>
342
									</tr>
343
									<tr>
344
										<td>
345
											<s:property value="#ubicazione.toponimo" />
346
											<s:property value="#ubicazione.indirizzo" />
347
										</td>
348
										<td><s:property value="#ubicazione.civico1" /></td>
349
									</tr>
350
								</tbody>
351
								</table>
352
							</s:if>
353
						</s:if>
354
 
355
						<table class="Dati">
356
							<caption>Variazioni di titolarit&agrave;</caption>
357
							<s:iterator id="titolarita" value="#immobile.titolarita">
358
							<s:set name="soggetto" value="#titolarita.soggettoTitolare.soggetto" />
359
							<tr>
360
								<th rowspan="4" style="padding-left: 2px; padding-right: 2px;">
361
									#<s:property value="#titolarita.soggettoTitolare.idSoggettoNota" />
362
								</th>
363
								<td rowspan="4"><s:property value="#titolarita.tipoTitolarita" /></td>
364
 
365
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaFisica'">
366
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Cognome e nome</th>
367
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Comune di nascita</th>
368
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Data di nascita</th>
369
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Codice fiscale</th>
370
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Sesso</th>
371
								</s:if>
372
 
373
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaGiuridica'">
374
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Denominazione</th>
375
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Sede</th>
376
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Codice Fiscale / P. IVA</th>
377
								</s:if>
378
							</tr>
379
 
380
							<tr>
381
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaFisica'">
382
									<td><s:property value="#soggetto.cognome" /> <s:property value="#soggetto.nome" /></td>
383
									<td><s:property value="#soggetto.luogoNascita" /></td>
384
									<td><s:property value="#soggetto.dataNascita" /></td>
385
									<td><s:property value="#soggetto.codiceFiscale" /></td>
386
									<td><s:property value="#soggetto.sesso" /></td>
387
								</s:if>
388
 
389
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaGiuridica'">
390
									<td><s:property value="#soggetto.denominazione" /></td>
391
									<td><s:property value="#soggetto.sede" /></td>
392
									<td><s:property value="#soggetto.codiceFiscale" /></td>
393
								</s:if>
394
 
395
							</tr>
396
							<tr>
397
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaFisica'">
398
									<th colspan="2" onmouseout="htm()" onmouseover="stmb(-1,0)">Indirizzo</th>
399
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Regime</th>
400
									<th colspan="2" onmouseout="htm()" onmouseover="stmb(-1,0)">Quota e Diritti</th>
401
								</s:if>
402
 
403
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaGiuridica'">
404
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Indirizzo</th>
405
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Regime</th>
406
									<th onmouseout="htm()" onmouseover="stmb(-1,0)">Quota e Diritti</th>
407
								</s:if>
408
							</tr>
409
							<tr>
410
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaFisica'">
411
									<td colspan="2">
412
										<s:property value="#soggetto.indirizzo" />
413
										<s:property value="#soggetto.comune" />
414
										(<s:property value="#soggetto.provincia" />)
415
									</td>
416
									<td><s:property value="#titolarita.regime" /></td>
417
									<td colspan="2">
418
										<s:property value="#titolarita.tipoDiritto" />
419
										per il <s:property value="#titolarita.quota" />%
420
										<s:if test="#titolarita.soggettoInComunione not eq null">
421
											In comunione dei beni con il soggetto in nota 
422
											#<s:property value="#titolarita.soggettoInComunione" />
423
										</s:if>
424
									</td>
425
								</s:if>
426
								<s:if test="#soggetto.tipoSoggetto eq 'PersonaGiuridica'">
427
									<td>
428
										<s:property value="#soggetto.indirizzo" />
429
										<s:property value="#soggetto.comune" />
430
										(<s:property value="#soggetto.provincia" />)
431
									</td>
432
									<td><s:property value="#titolarita.regime" /></td>
433
									<td>
434
										<s:property value="#titolarita.tipoDiritto" />
435
										per il <s:property value="#titolarita.quota" />%
436
										<s:if test="#titolarita.soggettoInComunione not eq null">
437
											In comunione dei beni con il soggetto in nota 
438
											#<s:property value="#titolarita.soggettoInComunione" />
439
										</s:if>
440
									</td>
441
								</s:if>
442
							</tr>
443
							</s:iterator>
444
						</table>
445
						<hr/>
446
					</s:iterator>							
447
				</div>
448
			</div>
449
		</div>
450
		<input type="button" value="Indietro" onclick="javascript:history.back();" />
451
	</div>
452
</div>