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

<shell:fieldset title="Informazioni generali">
	<table border="0" cellpadding="0" cellspacing="3" width="100%">
		<tr>
			<td class="form-label">
				<shell:label prop="esitoInvio" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="esitoInvio" />	
				&nbsp;&nbsp;&nbsp;<shell:button id="sh_tb__downloadResponseButton" img="documentiallegati.download" href="javascript:downloadXml(false);" text="Download XML" title="Download file XML ottenuto in risposta dalla RER" enabled="true" ext="true"/>
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="errori" />
			</td>
			<td class="form-values">
				<shell:grid numOfRows="8" property="errori" description="codice,20%;descrizione,40%;sezione,20%;scheda,20%" />	
			</td>
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="warnings" />
			</td>
			<td class="form-values">
				<shell:grid numOfRows="8" property="warnings" description="codice,20%;descrizione,40%;sezione,20%;scheda,20%" />	
			</td>
		</tr>
	</table>
</shell:fieldset>