aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/week.tpl
blob: 3d9eba7dc4ca60be25b62d44e1b9bb58d8bf8797 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{HEADER}
<center>
	<table border="0" width="770" cellspacing="0" cellpadding="0">
		<tr>
			<td width="610" valign="top">
				<table width="610" border="0" cellspacing="0" cellpadding="0" class="calborder">
					<tr>
						<td align="center" valign="middle">
							<table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tr valign="top">
								<td align="left" width="400" class="navback"><div style="padding: 5px;"><span class="H20">{DISPLAY_DATE}</span><br /><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></div></td>
								<td valign="top" align="right" width="120" class="navback">	
									<div style="padding-top: 3px;">
									<table width="120" border="0" cellpadding="0" cellspacing="0">
										<tr valign="top">
											<td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
											<td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
											<td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
											<td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
										</tr>
									</table>
									</div>
								</td>
							</tr>     			
						</table>
						</td>
					</tr>
					<tr>
						<td>
							<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
								<tr>
									<td align="center" valign="top">
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
											<tr>
												<td align="left" valign="top" width="15" class="rowOff2" onmouseover="this.className='rowOn2'" onmouseout="this.className='rowOff2'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={PREV_WEEK}'">
													<div class="V12">&nbsp;<a class="psf" href="week.php?cal={CAL}&amp;getdate={PREV_WEEK}">&laquo;</a></div>
												</td>
												<td align="left" valign="top" width="15" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={PREV_DAY}'">
													<div class="V12">&nbsp;<a class="psf" href="week.php?cal={CAL}&amp;getdate={PREV_DAY}">&lsaquo;</a></div>
												</td>
												<td align="right" valign="top" width="15" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={NEXT_DAY}'">
													<div class="V12"><a class="psf" href="week.php?cal={CAL}&amp;getdate={NEXT_DAY}">&rsaquo;</a>&nbsp;</div>
												</td>
												<td align="right" valign="top" width="15" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={NEXT_WEEK}'">
													<div class="V12"><a class="psf" href="week.php?cal={CAL}&amp;getdate={NEXT_WEEK}">&raquo;</a>&nbsp;</div>
												</td>
												<!-- loop daysofweek on -->
												<td width="80" align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={DAYLINK}'">
													<a class="ps3" href="week.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a> 
												</td>
												<!-- loop daysofweek off -->
											</tr>
											<tr valign="top">
												<td width="60" class="rowOff2" colspan="4">
												<!-- loop alldaysofweek on -->
												<td width="80" class="rowOff">
													<!-- loop allday on -->
													<div class="alldaybg_{CALNO}">
														<b>{EVENT}</b>
													</div>
													<!-- loop allday off -->
												</td>
												<!-- loop alldaysofweek off -->
											</tr>
											<tr>
												<td colspan="4" rowspan="4" align="center" valign="top" width="60" class="timeborder">
													8:00 AM
												</td>
												<td width="80" colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80" colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80" colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80" colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
											</tr>
											<tr>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
											</tr>
											<tr>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
											</tr>
											<tr>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
												<td width="80"colspan="1" class="weekborder">
													&nbsp;
												</td>
											</tr>
										</table>	
									</td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
				<table width="100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
						<td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
						<td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
					</tr>
				</table>
			</td>
			<td width="10">
				<img src="images/spacer.gif" width="10" height="1" alt=" ">
			</td>
			<td width="170" valign="top">
				{SIDEBAR}
			</td>
		</tr>
	</table>
</center>
{FOOTER}

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