aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-03 04:19:47 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-03 04:19:47 +0000
commit852cbafcdba1744f6544643641417eaf89e4831a (patch)
treeb4cab28a2383ac0d9c54f102c7f4b051410e7342 /week.php
parenta1434001c76636f29a3135c44c602b8232fc93e9 (diff)
downloadphpicalendar-852cbafcdba1744f6544643641417eaf89e4831a.tar.gz
phpicalendar-852cbafcdba1744f6544643641417eaf89e4831a.tar.bz2
phpicalendar-852cbafcdba1744f6544643641417eaf89e4831a.zip
HTML tweeks for displaying in Win XP.
Diffstat (limited to 'week.php')
-rw-r--r--week.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/week.php b/week.php
index 28b5952..ffa554b 100644
--- a/week.php
+++ b/week.php
@@ -74,12 +74,18 @@ for ($i=0;$i<7;$i++) {
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
- <td width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"left\"></a>"; ?></td>
+ <td align="left" width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"left\"></a>"; ?></td>
<td align="center" class="navback"><font class="H20"><?php echo "$display_date"; ?></font></td>
- <td width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\"><img src=\"styles/$style_sheet/right_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"right\"></a>"; ?></td>
+ <td align="right" width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\"><img src=\"styles/$style_sheet/right_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"right\"></a>"; ?></td>
</tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
- <td align="center" valign="top" colspan="3">
+ <td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60"><img src="images/spacer.gif" width="60" height="1" alt=""></td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy