mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
48 lines
1010 B
Smarty
Executable File
48 lines
1010 B
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}/mini-calendar-bar.gif" 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 -->
|
|
|