popupInfoTemplate3.jsp 1.12 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
<%@ include file="/project/include.jsp" %>
<div id="innerDiv_template_3" style="display: none">
<table id="table_template_3" 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">
				</div>
			</td>
		</tr>
		<tr>
			<%-- operatore --%>
			<td class="popupText popupLabel" width="10%">
				Tipo firm.
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- soggetto --%>
			<td class="popupText popupLabel" width="10%">
				Data pres.
			</td>
			<td class="popupText" width="70%">
				&nbsp;
			</td>
		</tr>
		<tr>
			<%-- stato evento --%>
				<td class="popupText popupLabel" width="10%">
					Ente pres.
				</td>
				<td class="popupText" width="70%">
					&nbsp;
				</td>
			</tr>
		</tbody>
	</table>
</div>