<%@ include file="/project/include.jsp" %>


<bui:out slave="pagamenti" modes="view">
	<shell:grid description="descrizione;codiceFiscale;importo;iuv;motivoScarto;inserita;stato;" slave="pagamenti" />
</bui:out>
<%-- comune;provincia;cap;indirizzo;numeroCivico;cittadinanza;importo;iuv;motivoScarto;inserita;stato; --%>
	
<bui:out slave="pagamenti" modes="view">
<table border="0" cellpadding="0" cellspacing="3" width="100%">	
	<tr>
		<td valign="top" width="50%">							


	<shell:fieldset title="${j:bundle('LBL_wsnextstep_info_SET')}">
		<table border="0" cellpadding="0" cellspacing="3" >
			<tr>
				<td class="form-label">
					<shell:label prop="riferimentoPraticaEsterna" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="riferimentoPraticaEsterna" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="descrizione" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="descrizione" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="tipoIntervento" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="tipoIntervento" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="icaroCode" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="icaroCode" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="importo" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="importo" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="iuv" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="iuv" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="inserita" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="inserita" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="stato" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="stato" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="motivoScarto" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="motivoScarto" />
				</td>
			</tr>
		</table>
	</shell:fieldset>

		</td>
		<td valign="top" width="50%">							


	<shell:fieldset title="${j:bundle('LBL_wsnextstep_info_anagrafiche_SET')}">
		<table border="0" cellpadding="0" cellspacing="3" >
			<tr>
				<td class="form-label">
					<shell:label prop="codiceFiscale" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="codiceFiscale" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="cognome" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="cognome" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="nome" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="nome" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="nazionalita" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="nazionalita" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="comune" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="comune" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="provincia" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="provincia" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="cap" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="cap" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="indirizzo" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="indirizzo" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="numeroCivico" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="numeroCivico" />
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="cittadinanza" />
				</td>
				<td class="form-values">
					<j:tile slave="pagamenti" name="shell.plaintext" prop="cittadinanza" />
				</td>
			</tr>
		</table>
	</shell:fieldset>
	
	

		</td>
	</tr>
</table>
</bui:out>