validazioneMensilePrestazioniBuoniGrid.jsp 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<%@ include file="/project/include.jsp" %>

<c:choose>
	<c:when test="${!empty dto_enteErogatoreLogged && dto_enteErogatoreLogged=='true'}">
		<c:choose>
			<c:when test="${!empty dto_mostraUo && dto_mostraUo=='true'}">
				<shell:grid description="anno,5%,-1,center;mese,10%;tipoIntervento,15%;servizio,15%;unitaOperativa,15%;struttura,20%;validPrest,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:when>
			<c:when test="${!empty dto_mostraServizio && dto_mostraServizio=='true'}">
				<shell:grid description="anno,5%,-1,center;mese,10%;tipoIntervento,20%;servizio,20%;struttura,25%;validPrest,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:when>
			<c:otherwise>
				<shell:grid description="anno,5%,-1,center;mese,10%;tipoIntervento,30%;struttura,35%;validPrest,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:otherwise>
		</c:choose>
	</c:when>
	<c:otherwise>
		<c:choose>
			<c:when test="${!empty dto_mostraUo && dto_mostraUo=='true'}">
				<shell:grid description="anno,5%,-1,center;mese,10%;enteErogatore,15%;tipoIntervento,10%;servizio,10%;unitaOperativa,10%;struttura,20%;validPrestEnteErog,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:when>
			<c:when test="${!empty dto_mostraServizio && dto_mostraServizio=='true'}">
				<shell:grid description="anno,5%,-1,center;mese,10%;enteErogatore,15%;tipoIntervento,15%;servizio,15%;struttura,20%;validPrestEnteErog,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:when>
			<c:otherwise>
				<shell:grid description="anno,5%,-1,center;mese,10%;enteErogatore,15%;tipoIntervento,25%;struttura,25%;validPrestEnteErog,10%,-1,center;validPrestServGest,10%,-1,center;" />
			</c:otherwise>
		</c:choose>	
	</c:otherwise>
</c:choose>