scaglioneGrid.jsp 357 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
<%@ include file="/project/include.jsp" %>
<c:choose>
	<c:when test="${empty fromSGTI}">
		<shell:grid description="codice,10%;descrizione,30%;dataInizio,10; dataFine,10;ente,20%;servizio,20%" />
	</c:when>
	<c:otherwise>
		<shell:grid description="codice,20%;descrizione,50%;dataInizio,10; dataFine,10; personalizzato,10%" />
	</c:otherwise>
</c:choose>