aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_large.tpl
blob: 0290a1d0febe7ed858591be794b4ddbbff82bc95 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<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">
		<!-- loop monthdays on -->
		<!-- switch notthismonth on -->
		<td valign="top" align="left" class="monthoff" width="105" height="105">
			
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="G10G">{DAY}</font></a>
			</div>
			<!-- switch allday on -->
			<div align="left">
				<div align="center" class="V10">
					{JS_OPEN_EVENT} <a class="psf" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch allday off -->
			<!-- switch event on -->
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TIME} {EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch event off -->
			
		</td>
		<!-- switch notthismonth off -->
		<!-- switch istoday on -->
		<td valign="top" align="left" class="monthon" width="105" height="105">
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
			</div>
			<!-- switch allday on -->
			<div align="left">
				<div align="center" class="V10">
					{JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch allday off -->
			<!-- switch event on -->
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TIME} {EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch event off -->
		</td>
		<!-- switch istoday off -->
		<!-- switch ismonth on -->
		<td valign="top" align="left" class="monthreg" width="105" height="105">
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
			</div>
			<!-- switch allday on -->
			<div align="left">
				<div align="left" class="V9">
					{JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch allday off -->
			<!-- switch event on -->
			<div align="left">
				<div align="left" class="V9">
					&nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TIME} {EVENT_TITLE}</a> 
				</div>
			</div>
			<!-- switch event off -->
		</td>
		<!-- switch ismonth off -->
		<!-- loop monthdays off -->
	</tr>
	<!-- loop monthweeks off -->
</table>

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