aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/month_large.tpl
blob: ca3d3d34045cd47cd37307bfe72bfd840134a09b (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
<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>
		<!-- loop monthdays on -->
		<!-- switch notthismonth on -->
		<td class="monthoff">
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
			</div>
			{ALLDAY}
			{EVENT}	
		</td>
		<!-- switch notthismonth off -->
		<!-- switch istoday on -->
		<td class="monthon">
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
			</div>
			{ALLDAY}
			{EVENT}	
		</td>
		<!-- switch istoday off -->
		<!-- switch ismonth on -->
		<td class="monthreg">
			<div align="right">
				<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
			</div>
			{ALLDAY}
			{EVENT}	
		</td>
		<!-- switch ismonth off -->
		<!-- loop monthdays off -->
	</tr>
	<!-- loop monthweeks off -->
</table>

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