<%@ 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>