<%@ include file="/project/include.jsp" %> <c:if test="${!empty commDto}"> <shell:highlight> <img src="${j:getResourceUrlOfModule('commons','img/entities/commissione.gif')}" border="0" align="middle"/><span class="form-data">[${commDto.codiceIcaro}] ${commDto.descrizione} - Commissione del ${commDto.data} </span> <br/> <span class="generic-label">${j:bundle('LBL_tipoCommissione')}: <strong>${commDto.tipoCommissione}</strong> ${j:bundle('LBL_domande_commissione_servizioProponente')}: <strong>${commDto.servizioProponente}</strong> <br/> </shell:highlight> </c:if>