confrontoNucleoAnagrafeStessoNucleo.jsp 1.83 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
<%@ include file="/project/include.jsp" %>

<script type="text/javascript">

	/** */
	function eseguiModificheNucleo() {
		var form = document.getElementById('confrontaNucleoForm');
		juiceSubmitForm(form);
	}

</script>

<j:form id="confrontaNucleoForm" name="confrontaNucleo" event="allineaNucleoAnagrafe" enctype="multipart/form-data" method="POST" clientValidatorProvider="it.cedaf.juice.mvc.modules.shell.view.helper.JavascriptClientValidatorProvider">


<shell:highlight>
	<img src="${j:getResourceUrlOfModule('commons','img/entities/soggetto.gif')}" border="0" align="middle"/>
	<span class="form-data">&nbsp;Nucleo familiare di ${soggettoDto.nominativo} preso dall'anagrafe&nbsp;</span>
</shell:highlight>

<shell:fieldset title="Informazioni sul nucleo">

 <table border="0" cellspacing="3" cellpadding="0" >
	<tr>
		<td class="form-values">&nbsp;</td>
		<td class="form-label"><shell:label prop="sitIcaro" /></td>
		<td class="form-label"><shell:label prop="sitAnagrafe" /></td>		
	</tr>	
	<tr>
		<td class="form-label"><shell:label prop="nucleoFamiliare" /></td>
		<td class="form-values">${nucleoDto.nucleoIcaro.denominazione}</td>
		<td class="form-values">${nucleoDto.nucleoAnag.denominazione}</td>		
	</tr>
	<tr>
		<td class="form-label"><shell:label prop="codiceNucleo" /></td>
		<td class="form-values">${nucleoDto.nucleoIcaro.codice}</td>
		<td class="form-values">${nucleoDto.nucleoAnag.codice}</td>		
	</tr>
	<tr>
		<td class="form-label">${soggettoDto.nominativo} appartiene al nucleo</td>
		<td class="form-values">dal: ${nucleoDto.nucleoIcaro.nucleoDal} al: ${nucleoDto.nucleoIcaro.nucleoAl}</td>
		<td class="form-values">dal: ${nucleoDto.nucleoAnag.nucleoDal} al: ${nucleoDto.nucleoAnag.nucleoAl}</td>		
	</tr>
</table>
 
</shell:fieldset>
<j:bind prop="denominazione">
	<j:hidden/>	
</j:bind>


<j:tile name="confrontoNucleoComponenti"/>

</j:form>