aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/calendar_nav.tpl
blob: 8ac5386b75baa0c63a4601ece46ea9a14dbf8bfb (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
<table border="0" width="737" cellspacing="0" cellpadding="0">
	<tr>
		<td width="1%" valign="top" align="right">
			{MONTH_SMALL|-1}
		</td>
		<td width="98%" valign="top" align="center">
			<table border="0" width="330" cellspacing="0" cellpadding="0">
				<tr>
					<td width="160" valign="top">
						<div style="padding: 5px;">
							<form style="margin-bottom:0;" action="day.php" method="GET">
								<select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value">{LIST_ICALS}</select><br>
								{LIST_YEARS}<br>
								{LIST_MONTHS}<br>
								{LIST_WEEKS}<br>
								<br>
							</form>
							<!-- switch show_search on -->
							{SEARCH_BOX}
							<!-- switch show_search off -->
							<!-- switch show_goto on -->
							<form style="margin-bottom:0;" action="day.php" method="GET">
								<input type="hidden" name="cal" value="{URL_CAL}">
								<input type="text" style="width:160px; font-size:10px" name="jumpto_day">
								<input type="submit" value="Go">
							</form>
							<!-- switch show_goto off -->
						</div>
					</td>
					<td>
						<img src="images/spacer.gif" width="20" height="1" alt=" ">
					</td>
					<td width="160" valign="top">
						<div style="padding: 5px;">
							<font class="G10BOLD">{CAL_DISPLAYNAME2}</font><br>
							<span class="G10">
								<a class="psf" href="day.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GODAY}</a><br>
								<a class="psf" href="week.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOWEEK}</a><br>
								<a class="psf" href="month.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOMONTH}</a><br>
								<a class="psf" href="year.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOYEAR}</a><br>
								<a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview={CURRENT_VIEW}">{L_GOPRINT}</a><br>
								<!-- switch allow_preferences on -->
								<a class="psf" href="preferences.php?cal={CAL}&amp;getdate={GETDATE}">{L_PREFERENCES}</a><br>
								<!-- switch allow_preferences off -->
								<!-- switch display_download on -->
								<a class="psf" href="{SUBSCRIBE_PATH}">{L_SUBSCRIBE}</a>&nbsp;|&nbsp;<a class="psf" href="{DOWNLOAD_FILENAME}">{L_DOWNLOAD}</a><br>
								<!-- switch display_download off -->
								<!-- switch is_logged_in on -->
								<a class="psf" href="{SCRIPT_NAME}?{QUERYS}">Logout {USERNAME}</a>
								<!-- switch is_logged_in off -->
							</span>
						</div>
					</td>
				</tr>
			</table>
		</td>
		<td width="1%" valign="top" align="left">
			{MONTH_SMALL|+1}
		</td>
	</tr>
</table>

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