mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
38 lines
1.0 KiB
Smarty
Executable File
38 lines
1.0 KiB
Smarty
Executable File
<!-- $Id$ -->
|
|
<!-- BEGIN mini_cal -->
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
.minicalendar
|
|
{
|
|
color: #000000;
|
|
}
|
|
|
|
.minicalendargrey
|
|
{
|
|
color: #999999;
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" valign="top" bgcolor="{bgcolor}" width="46%">
|
|
<tr valign="center" bgcolor="{bgcolor}">
|
|
<td align="left" colspan="5"><font size="-1"> <b>{month}</b></font></td>
|
|
<td align="right" colspan="2"><a href="{prevmonth}"><img src="{img_root}/images/left.gif" border="0"></a> <a href="{nextmonth}"><img src="{img_root}/images/right.gif" border="0"></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="{bgcolor}" align="center" colspan="7"><img src="{cal_img_root}/mini-calendar-bar.gif" width="90%" height="5"></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td bgcolor="{bgcolor}" 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 -->
|
|
|