aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/month_small.tpl
blob: ef6aa6b2b7cab2d377bea5f370f60039e332cc35 (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
<table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
	<tr>
		<td align="center" class="sideback"><div style="height:16px;"><b>{MONTH_TITLE}</b></div></td>
	</tr>
	<tr>
		<td align="center">
			<table border="0" cellspacing="0" cellpadding="0">
				<tr align="center">
					<!-- loop weekday on -->	
					<td width="22"><b>{LOOP_WEEKDAY}</b></td>
					<!-- loop weekday off -->
				</tr>
				<!-- loop monthweeks on -->
				<tr align="center">
					<!-- loop monthdays on -->
					<!-- switch notthismonth on -->
					<td>
						<a class="psf" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="G10G">{DAY}</span></a>
					</td>
					<!-- switch notthismonth off -->
					<!-- switch istoday on -->
					<td>
						<a class="ps2" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
					</td>
					<!-- switch istoday off -->
					<!-- switch ismonth on -->
					<td>
						<a class="psf" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
					</td>
					<!-- switch ismonth off -->
					<!-- loop monthdays off -->
				</tr>
				<!-- loop monthweeks off -->
			</table>
			<img src="images/spacer.gif" width="1" height="3" alt=" " /><br />
		</td>
	</tr>
</table>

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