| |
20 |
20 |
start_date=@start_date@ |
| |
21 |
21 |
end_date=@end_date@ |
| |
22 |
22 |
date=@date@ |
| |
23 |
23 |
calendar_id_list=@calendar_list@ |
| |
24 |
24 |
sort_by=@sort_by@> |
| |
25 |
25 |
</if> |
| |
26 |
26 |
|
| |
27 |
27 |
|
| |
28 |
28 |
<if @view@ eq "day"> |
| |
29 |
29 |
<include src="view-one-day-display" |
| |
30 |
30 |
prev_nav_template="@previous_link@" |
| |
31 |
31 |
next_nav_template="@next_link@" |
| |
32 |
32 |
item_template="@item_template@" |
| |
33 |
33 |
hour_template="@hour_template@" |
| |
34 |
34 |
date="@date@" start_hour=7 end_hour=22 |
| |
35 |
35 |
calendar_id_list="@calendar_list@"> |
| |
36 |
36 |
</if> |
| |
37 |
37 |
|
| |
38 |
38 |
<if @view@ eq "week"> |
| |
39 |
39 |
<include src="view-week-display" |
| |
40 |
|
item_template="@item_template@" |
| |
41 |
40 |
date="@date@" |
| |
42 |
41 |
calendar_id_list="@calendar_list@"> |
| |
43 |
42 |
</if> |
| |
44 |
43 |
|
| |
45 |
44 |
|
| |
46 |
45 |
<if @view@ eq "month"> |
| |
47 |
46 |
<include src="view-month-display" |
| |
48 |
47 |
date=@date@ |
| |
49 |
48 |
calendar_id_list= @calendar_list@ |
| |
50 |
49 |
prev_month_template=@previous_link@ |
| |
51 |
50 |
next_month_template=@next_link@> |
| |
52 |
51 |
</if> |
| |
53 |
52 |
</td> |
| |
54 |
53 |
</tr> |
| |
55 |
54 |
</table> |