impegnoInterventoExt.jsp 346 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<%@ include file="/project/include.jsp" %>


<table border="0" cellspacing="3" cellpadding="0" >
	<tr>
		<bui:out modes="view">
			<td class="form-label">
				<shell:label prop="annoCompetenza" />
			</td>
			<td class="form-values">
				<j:tile name="shell.plaintext" prop="annoCompetenza" />
			</td>
		</bui:out>		
 	</tr>				
</table>