aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/event.tpl
blob: 44ed4b85af87204d2110c6bfdc4ac87560c053ca (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
		"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<meta http-equiv="content-type" content="text/html;charset=UTF-8">
	<title>{CAL}</title>
	<link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
</head>
<body>
<center>
	<table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
		<tr>
			<td align="center" class="sideback"><div style="height: 17px; margin-top: 3px;" class="G10BOLD">{CAL_TITLE_FULL}</div></td>
		</tr>
		<tr>
			<td align="left" class="V12">
				<div style="margin-left: 10px; margin-bottom:10px;">
					<p>{EVENT}  {EVENT_TIMES}</p>
					<!-- Switch Description On -->
					<p>{DESCRIPTION}</p>
					<!-- Switch Description Off -->
					<!-- Switch Organizer On -->
					<p>{ORGANIZER_LANG}: {ORGANIZER}</p>
					<!-- Switch Organizer Off -->
					<!-- Switch Attendee On -->
					<p>{ATTENDEE_LANG}: {ATTENDEE}</p>
					<!-- Switch Attendee Off -->
					<!-- Switch Status On -->
					<p>{STATUS_LANG}: {STATUS}</p>
					<!-- Switch Status Off -->
					<!-- Switch Location On -->
					<p>{LOCATION_LANG}: {LOCATION}</p>
					<!-- Switch Location Off -->
				</div>
			</td>
		</tr>
	</table>
</center>
</body>
</html>

© 2014-2024 Faster IT GmbH | imprint | privacy policy