<%@ include file="/project/include.jsp" %>
<div id="innerDiv_template_5" style="display: none">
<table id="table_template_5" width="100%" cellspacing="3" cellpadding="2">
	<tbody>
		<tr>
			<%-- data evento --%>
			<td class="popupText popupData" width="100%" colspan="3">
				&nbsp;
			</td>
			<td>
			</td>
			<td>
			</td>
		</tr>
		<tr>
			<%-- tipo evento --%>
			<td class="popupText popupLabel" width="25%">
				Tipo evento
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
			<%-- icona --%>
			<td width="20%" rowspan="3">
				<div class="popupIcona">
					<img height="48" width="48" src="${j:getResourceUrlOfModule('commons','img/entities/accesso_big.gif')}"/>
				</div>
			</td>
		</tr>
		<tr>
			<%-- operatore --%>
			<td class="popupText popupLabel" width="10%">
				Tipo Intervento
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- soggetto --%>
			<td class="popupText popupLabel" width="10%">
				Soggetto
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- stato evento --%>
			<td class="popupText popupLabel" width="10%">
				Ente erog.
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- stato evento --%>
			<td class="popupText popupLabel" width="10%">
				Gr. Prest.
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- stato evento --%>
			<td class="popupText popupLabel" width="10%">
				Prestazione
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
	</tbody>
</table>
</div>