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

<c:choose>
	<c:when test="${!empty dto_soggetto_lock}">
		<shell:highlight>
			<img src="${j:getResourceUrlOfModule('commons','img/folder.gif')}" border="0" align="middle"/><span class="form-data">&nbsp;${dto_soggetto_lock}&nbsp;-&nbsp;${dto_cartella_lock}</span>
		    <br/>
		</shell:highlight>
		<shell:grid description="dataCollocazione,20%; oggetto,40%; autore,40%"/>			
	</c:when>
	<c:when test="${!empty dto_nucleo_lock}">
		<shell:highlight>
			<img src="${j:getResourceUrlOfModule('anagrafiche','img/nucleo.gif')}" border="0" align="middle"/><span class="form-data">&nbsp;${dto_nucleo_lock}</span>
		    <br/>
		</shell:highlight>
		<shell:grid description="dataCollocazione,20%; oggetto,40%; autore,40%"/>			
	</c:when>
	<c:when test="${!empty dto_no_sogg}">
		<shell:highlight>
			<img src="${j:getResourceUrlOfModule('commons','img/folder.gif')}" border="0" align="middle"/><span class="form-data">&nbsp;${dto_cartella_lock}</span>
		    <br/>
		</shell:highlight>
		<shell:grid description="dataCollocazione,20%; oggetto,40%; autore,40%"/>			
	</c:when>
	<c:otherwise>
		<shell:grid description="nominativoSoggettoCompleto,20%; cartella,40%; dataCollocazione,15%; oggetto,25%" />
	</c:otherwise>
</c:choose>