<%@ include file="/project/include.jsp" %> <div id="innerDiv_template_0" style="display: none"> <table id="table_template_0" width="100%" cellspacing="3" cellpadding="2"> <tbody> <tr> <td class="popupText popupData" width="100%" colspan="3"> </td> <td> </td> <td> </td> </tr> <tr> <td class="popupText popupLabel" width="25%"> Tipo evento </td> <td class="popupText" width="70%"> </td> <%-- icona --%> <td width="20%" rowspan="3"> <div class="popupIcona"> <img height="48" width="48" src="${j:getResourceUrlOfModule('commons','img/entities/intervento_big.gif')}"/> </div> </td> </tr> <tr> <td class="popupText popupLabel" width="10%"> Tipo intervento </td> <td class="popupText" width="70%"> </td> </tr> <tr> <td class="popupText popupLabel" width="10%"> Soggetto </td> <td class="popupText" width="70%"> </td> </tr> <tr> <%-- stato evento --%> <td class="popupText popupLabel" width="10%"> Stato </td> <td class="popupText" width="70%"> </td> </tr> </tbody> </table> </div>