egroupware/calendar/templates/default/index.tpl
2000-11-19 04:19:08 +00:00

32 lines
566 B
Smarty
Executable File

<!-- $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 -->