mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:16 +01:00
32 lines
566 B
Smarty
32 lines
566 B
Smarty
|
<!-- $Id$ -->
|
||
|
<!-- BEGIN index -->
|
||
|
{printer_friendly}
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
.tablecell {
|
||
|
width: 80px;
|
||
|
height: 80px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<table border="0" width="100%">
|
||
|
<tr>
|
||
|
<td align="left" valign="top">
|
||
|
{small_calendar_prev}
|
||
|
</td>
|
||
|
<td align="middle">
|
||
|
<font size="+2" color="#000000"><b>{month_identifier}</b></font>
|
||
|
<font color="#000000" size="+1" color="{bg_text}"><br>{username}</font>
|
||
|
</td>
|
||
|
<td align="right" valign="top">
|
||
|
{small_calendar_next}
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
{large_month}
|
||
|
<p>
|
||
|
<p>
|
||
|
{print}
|
||
|
<!-- END index -->
|