2001-01-08 18:59:14 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<!-- BEGIN mini_cal -->
|
2001-01-14 20:30:11 +01:00
|
|
|
<style type="text/css">
|
|
|
|
<!--
|
|
|
|
.minicalendar
|
|
|
|
{
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.minicalendargrey
|
|
|
|
{
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2001-05-01 21:29:38 +02:00
|
|
|
.minicalhol
|
|
|
|
{
|
|
|
|
color: #000000;
|
|
|
|
background-color: {holiday_color};
|
|
|
|
}
|
|
|
|
|
|
|
|
.minicalgreyhol
|
|
|
|
{
|
|
|
|
color: #999999;
|
|
|
|
background-color: {holiday_color};
|
|
|
|
}
|
|
|
|
|
2001-01-14 20:30:11 +01:00
|
|
|
-->
|
|
|
|
</style>
|
|
|
|
|
2001-05-13 05:48:17 +02:00
|
|
|
<table border="0" cellspacing="0" cellpadding="0" valign="top" width="80" cols="7">
|
2001-04-23 01:51:11 +02:00
|
|
|
<tr valign="center">
|
2001-04-27 04:20:55 +02:00
|
|
|
<td align="left" colspan=4><font size="-2"> <b>{month}</b></font></td>
|
|
|
|
<td align="right" colspan=3>{prevmonth} {nextmonth}</td>
|
2001-01-14 20:30:11 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2001-04-27 04:20:55 +02:00
|
|
|
<td align="center" colspan=7><img src="{cal_img_root}/mini-calendar-bar.gif" width="90%" height="5"></td>
|
2001-01-07 04:55:05 +01:00
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
2001-05-13 05:48:17 +02:00
|
|
|
<td colspan="7">
|
|
|
|
<table border="0" width="100%" cellspacing="7" cellpadding="0" valign="top" cols="7">
|
2001-04-27 04:20:55 +02:00
|
|
|
<tr>{daynames} </tr>{display_monthweek} </table>
|
2001-01-07 04:55:05 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2001-01-08 18:59:14 +01:00
|
|
|
<!-- END mini_cal -->
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- BEGIN mini_week -->
|
|
|
|
<tr>{monthweek_day}
|
|
|
|
</tr>
|
|
|
|
<!-- END mini_week -->
|
|
|
|
<!-- BEGIN mini_day -->
|
|
|
|
<td align="center"{day_image}><font size="-2">{dayname}</font></td>
|
|
|
|
<!-- END mini_day -->
|