mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
34 lines
630 B
Smarty
Executable File
34 lines
630 B
Smarty
Executable File
<!-- $Id$ -->
|
|
{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="left">
|
|
{prev_week_link}
|
|
</td>
|
|
<td align="center" valign="top">
|
|
{small_calendar_this}
|
|
<font size="+2" color="#000000"><b>{week_identifier}</b></font>
|
|
<font size="+2" color="#000000"><br>{username}</font>
|
|
</td>
|
|
<td align="right">
|
|
{next_week_link}
|
|
</td>
|
|
<td align="right" valign="top">
|
|
{small_calendar_next}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{week_display}
|
|
{print}
|