<%@ include file="/project/include.jsp" %>
<script type="text/javascript" src="${j:getResourceUrlOfModule('anagrafiche','js/soggettoUtils.js')}"></script>

<c:choose>
	<c:when test="${!empty hilightText}">
		<shell:highlight>
			<img src="${j:getResourceUrlOfModule('commons','img/entities/soggetto.gif')}" border="0" align="middle"/><span class="form-data">&nbsp;${hilightText}&nbsp;</span>&nbsp;&nbsp;&nbsp;
			<br/>
		</shell:highlight>
	</c:when>
	<c:otherwise>
		<shell:grid description="denominazione,60%; icaroCode,40%" />
	</c:otherwise>
</c:choose>