mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
53 lines
1.2 KiB
Smarty
Executable File
53 lines
1.2 KiB
Smarty
Executable File
<!-- $Id$ -->
|
|
<!-- BEGIN mini_cal -->
|
|
<style type="text/css">
|
|
<!--
|
|
.minicalendar
|
|
{
|
|
color: #000000;
|
|
}
|
|
|
|
.minicalendargrey
|
|
{
|
|
color: #999999;
|
|
}
|
|
|
|
.minicalhol
|
|
{
|
|
color: #000000;
|
|
background-color: {holiday_color};
|
|
}
|
|
|
|
.minicalgreyhol
|
|
{
|
|
color: #999999;
|
|
background-color: {holiday_color};
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" valign="top" width="80" cols="7">
|
|
<tr valign="center">
|
|
<td align="left" colspan=4><font size="-2"> <b>{month}</b></font></td>
|
|
<td align="right" colspan=3>{prevmonth} {nextmonth}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" colspan=7><img src="{cal_img_root}" width="90%" height="5"></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td colspan="7">
|
|
<table border="0" width="100%" cellspacing="7" cellpadding="0" valign="top" cols="7">
|
|
<tr>{daynames} </tr>{display_monthweek} </table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- END mini_cal -->
|
|
<!-- 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 -->
|