minor display cleanup

This commit is contained in:
skeeter 2001-01-08 17:59:14 +00:00
parent 45cac2c216
commit 70647e98fb
3 changed files with 14 additions and 13 deletions

View File

@ -1,3 +1,5 @@
<!-- $Id$ -->
<!-- BEGIN mini_cal -->
<table border="0" cellspacing="0" cellpadding="0" valign="top" bgcolor="{bgcolor}" cols="7">
<tr valign="center" bgcolor="{bgcolor1}" bordercolor="{bgcolor1}">
<td align="left" colspan="4"><font size="-2">{month}</font></td>
@ -6,21 +8,11 @@
<tr valign="top">
<td bgcolor="{bgcolor}" colspan="7">
<table border="0" width="100%" cellspacing="1" cellpadding="2" valign="top" cols="7">
<tr>
{daynames}
</tr>
{display_monthweek}
<tr>{daynames}
</tr>{display_monthweek}
</table>
</td>
</tr>
</table>
<!-- END mini_cal -->
<!-- BEGIN day -->
<td bgcolor="{bgcolor2}" align="center"><font size="-2"><b>{dayname}</b></font></td>
<!-- END day -->
<!-- BEGIN month_week -->
<tr>
{monthweek_day}
</tr>
<!-- END month_week -->

View File

@ -0,0 +1,4 @@
<!-- $Id$ -->
<!-- BEGIN mini_day -->
<td bgcolor="{bgcolor2}" align="center"><font size="-2"><b>{dayname}</b></font></td>
<!-- END mini_day -->

View File

@ -0,0 +1,5 @@
<!-- $Id$ -->
<!-- BEGIN mini_week -->
<tr>{monthweek_day}
</tr>
<!-- END mini_week -->