aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_large.tpl
blob: c51cfe29f35e75fa4527f8257872548bc7f8e796 (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
42
43
44
45
46
47
48
49
50
51
52

<table width="735" border="0" cellspacing="1" cellpadding="2" class="monthback">
	<tr>
		<!-- loop weekday on -->
		<td valign="top" width="105" height="12" class="dateback">
			<center class="V9BOLD">
				{LOOP_WEEKDAY}
			</center>
		</td>
		<!-- loop weekday off -->
	</tr>
	<!-- loop monthweeks on -->
	<tr height="105">
		<!-- switch notthismonth on -->
		<td valign="top" align="left" class="monthoff" width="105" height="105">
			<div align="right">
				<font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="G10G">{DAY}</font></a></font>
			</div>
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
		</td>
		<!-- switch notthismonth off -->
		<!-- switch isevent on -->
		<td valign="top" align="left" class="monthreg" width="105" height="105">
			<div align="right">
				<font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></font>
			</div>
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
		</td>
		<!-- switch isevent off -->
		<!-- switch notevent on -->
		<td valign="top" align="left" class="monthreg" width="105" height="105">
			<div align="right">
				<font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></font>
			</div>
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
		</td>
		<!-- switch notevent off -->
	</tr>
	<!-- loop monthweeks off -->
</table>

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