aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 20:50:59 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 20:50:59 +0000
commit12dfffb48d1862275ece90d8c7b499ac606ffdc9 (patch)
tree39e399036cc3abd7433e2158e427edb589b00576 /week.php
parent4c099805e02534ca88ddf89eca5d7cd9bd5aac67 (diff)
downloadphpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.tar.gz
phpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.tar.bz2
phpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.zip
More style sheeting stuff.
Diffstat (limited to 'week.php')
-rw-r--r--week.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/week.php b/week.php
index ada5f71..3eab050 100644
--- a/week.php
+++ b/week.php
@@ -127,8 +127,8 @@ for ($i=0;$i<7;$i++) {
do {
$thisday = date("Ymd", $thisdate);
$thisday2 = localizeDate($dateFormat_week_list, $thisdate);
- echo "<td width=\"70\" colspan=\"" . $nbrGridCols[$thisday] . "\" valign=\"top\" align=\"center\" bgcolor=\"#eeeeee\" class=\"V9\">\n";
- echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$thisday\">$thisday2</a>\n";
+ echo "<td width=\"70\" colspan=\"" . $nbrGridCols[$thisday] . "\" valign=\"top\" align=\"center\" class=\"dateback\">\n";
+ echo "<font class=\"V9\"><a class=\"psf\" href=\"day.php?cal=$cal&getdate=$thisday\">$thisday2</a></font>\n";
echo "</td>\n";
$thisdate = ($thisdate + (25 * 60 * 60));
$i++;
@@ -150,10 +150,10 @@ for ($i=0;$i<7;$i++) {
$thisdate = $start_week_time;
$i = 0;
echo "<tr>\n";
- echo "<td bgcolor=\"#f5f5f5\" colspan=\"2\"></td>";
+ echo "<td class=\"dateback\" colspan=\"2\"></td>";
do {
$thisday = date("Ymd", $thisdate);
- echo "<td bgcolor=\"#f5f5f5\" height=\"24\">\n";
+ echo "<td class=\"dateback\" height=\"20\" valign=\"bottom\">\n";
if (isset($master_array[($thisday)]["-1"])) {
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"V9\">\n";
foreach($master_array[($thisday)]["-1"] as $allday) {

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