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

<c:choose>
	<c:when test="${!empty descrizioneEntity}">
		<j:tile name="commons.infoHighlight" infoimg_1="${j:getResourceUrlOfModule('commons','img/entities/richiesta.gif')}" infodesc_1="${descrizioneEntity}" />
	</c:when>
	<c:otherwise>
		<c:if test="${!empty descrizioneSoggetto}">
			<j:tile name="anagrafiche.infoSoggetto" descrizioneSoggetto="${descrizioneSoggetto}" />
		</c:if>
		<icare:grid description="dataCollocazione,10%; nominativoSoggettoCompleto,25%; firmatario,25%; tipoInterventoRichiesta,40% ${icare:ifOptional('Protocollo [f]','; numeroProtocollo')}" />
	</c:otherwise>
</c:choose>