From da11334d9d325f3be588f1b17969ba5c44ed248c Mon Sep 17 00:00:00 2001 From: fenner Date: Sat, 30 Nov 2002 21:05:38 +0000 Subject: Change alt="" to alt=" ", since that renders better in w3m. Add alt tags to navigation images like back, next week, etc. --- year.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'year.php') diff --git a/year.php b/year.php index 2f94624..1bb54a0 100644 --- a/year.php +++ b/year.php @@ -43,19 +43,19 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time); - + - +
- '; ?> - '; ?> - '; ?> - '; ?> + '; ?> + '; ?> + '; ?> + '; ?>
'.$day_view_lang.''.$week_view_lang.''.$month_view_lang.''.$year_view_lang.'
@@ -79,7 +79,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time); - + '; - if (isset($val["event_start"])) $image2 = ''; + if (!isset($val["event_start"])) $image1 = ' '; + if (isset($val["event_start"])) $image2 = ' '; } } - if (isset($master_array[("$daylink")][-1])) $image2 = ''; + if (isset($master_array[("$daylink")][-1])) $image2 = ' '; echo ''; + if ($m < 2) echo ''; $m++; $n++; if (($m == 3) && ($n < 12)) { $m = 0; echo ''; - echo ''; + echo ''; echo ''; } } while (($m < 3) && ($n < 12)); -- cgit v1.2.3
 ' . "\n"; echo '' . "\n"; echo '' . "\n"; @@ -164,13 +164,13 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);