aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 20:56:04 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 20:56:04 +0000
commit99d0d40340cdae757d7b709efa481ccba943c2ff (patch)
treeb5f604c85bacf3bb5369e8a657177e54f9465002 /week.php
parent12dfffb48d1862275ece90d8c7b499ac606ffdc9 (diff)
downloadphpicalendar-99d0d40340cdae757d7b709efa481ccba943c2ff.tar.gz
phpicalendar-99d0d40340cdae757d7b709efa481ccba943c2ff.tar.bz2
phpicalendar-99d0d40340cdae757d7b709efa481ccba943c2ff.zip
look / feel tweeks to all day events.
Diffstat (limited to 'week.php')
-rw-r--r--week.php18
1 files changed, 15 insertions, 3 deletions
diff --git a/week.php b/week.php
index 3eab050..2cda40a 100644
--- a/week.php
+++ b/week.php
@@ -122,8 +122,8 @@ for ($i=0;$i<7;$i++) {
echo "<tr>";
$thisdate = $start_week_time;
$i = 0;
- echo "<td bgcolor=\"#eeeeee\" width=\"60\"><img src=\"images/spacer.gif\" width=\"1\" height=\"12\" alt=\"\"></td>";
- echo "<td bgcolor=\"#eeeeee\" width=\"1\"></td>";
+ echo "<td class=\"dateback\" width=\"60\"><img src=\"images/spacer.gif\" width=\"1\" height=\"12\" alt=\"\"></td>";
+ echo "<td class=\"dateback\" width=\"1\"></td>";
do {
$thisday = date("Ymd", $thisdate);
$thisday2 = localizeDate($dateFormat_week_list, $thisdate);
@@ -134,7 +134,19 @@ for ($i=0;$i<7;$i++) {
$i++;
} while ($i < 7);
echo "</tr>";
-
+ ?>
+ <tr>
+ <td width="60"><img src="images/spacer.gif" width="60" height="1" alt=""></td>
+ <td width="1"></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ <td width="70"><img src="images/spacer.gif" width="70" height="1" alt=""></td>
+ </tr>
+ <?php
// The all day events returned here.
$allday_events_this_week = false;
$thisdate = $start_week_time;

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