From 2450f15799cf36e8ba872ce746659eb15102ebff Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 20 Sep 2003 21:46:17 +0000 Subject: Moved all closing html and body tags into the footer. Updated README. --- README | 14 ++++++++------ admin.php | 6 +----- day.php | 4 +--- includes/footer.inc.php | 7 +++++-- includes/header.inc.php | 7 ++++++- month.php | 6 +++--- preferences.php | 5 ++--- print.php | 4 +--- search.php | 20 ++++++-------------- week.php | 5 ++--- year.php | 4 +--- 11 files changed, 36 insertions(+), 46 deletions(-) diff --git a/README b/README index a65e825..91b6b1a 100644 --- a/README +++ b/README @@ -73,13 +73,15 @@ COPYING for more information about our license. Changes: -------- 0.9.4 - -Vastly improved BYDAY, BYMONTHDAY support - -Improved DURATION Support + -Vastly improved BYDAY, BYMONTHDAY, BYYEARDAY support. + -Improved DURATION Support. -Smaller HTML footprint on all pages with same look and feel. - -Combined Calendars automatically refresh when changes are made - -Vtodo popup works again - -Validation increased on multiple pages - -Fixed a bug not listing blacklisted calendars + -Combined Calendars automatically refresh when changes are made. + -Vtodo popup works again. + -Validation increased on multiple pages. + -Fixed a bug not listing blacklisted calendars. + -Moved HTML head into header.inc.php to better support embedding of calendar. + -Moved HTML foot into footer.inc.php to better support embedding of calendar. 0.9.3 -Multiple calendar support (up to 8). diff --git a/admin.php b/admin.php index 14ec9c7..7b72859 100644 --- a/admin.php +++ b/admin.php @@ -271,13 +271,9 @@ if ($action == "delete") { - + - - - - diff --git a/day.php b/day.php index 8ca7a8e..85d7dd8 100644 --- a/day.php +++ b/day.php @@ -304,11 +304,9 @@ include (BASE.'includes/header.inc.php');  - - - + diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 07b5038..65a46a2 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,6 +1,6 @@
$powered_by_lang PHP iCalendar 0.9.4"; +echo "

$powered_by_lang PHP iCalendar 0.9.4"; if ($enable_rss == 'yes') { echo "
\n"; if ((isset($current_view)) && ($current_view == 'rssindex')) { @@ -9,6 +9,9 @@ if ($enable_rss == 'yes') { echo $this_site_is_lang.' RSS-Enabled'; } } -echo '
'; +echo ''; ?> + + + diff --git a/includes/header.inc.php b/includes/header.inc.php index 09ceb52..12d2943 100644 --- a/includes/header.inc.php +++ b/includes/header.inc.php @@ -1,4 +1,9 @@ - + diff --git a/month.php b/month.php index e9ad944..2d75f48 100644 --- a/month.php +++ b/month.php @@ -233,7 +233,7 @@ include (BASE.'includes/header.inc.php'); ?> - - - + + + diff --git a/preferences.php b/preferences.php index dbe664b..49bfded 100644 --- a/preferences.php +++ b/preferences.php @@ -321,7 +321,6 @@ include (BASE.'includes/header.inc.php'); - - - + + diff --git a/print.php b/print.php index a4eafa9..6cfcc44 100644 --- a/print.php +++ b/print.php @@ -166,7 +166,5 @@ include (BASE.'includes/header.inc.php'); - - - + diff --git a/search.php b/search.php index 95d6762..fb9f880 100644 --- a/search.php +++ b/search.php @@ -86,18 +86,10 @@ $search_ended = getmicrotime(); $search_took = number_format(($search_ended-$search_started),3); +include (BASE.'includes/header.inc.php'); + ?> - - - - - <?php echo "$calendar_name - $results_lang"; ?> - - - -
@@ -283,10 +275,10 @@ $search_took = number_format(($search_ended-$search_started),3);
- - - - - - - + + diff --git a/year.php b/year.php index b42c996..13755f7 100644 --- a/year.php +++ b/year.php @@ -167,7 +167,5 @@ include (BASE.'includes/header.inc.php'); ?> - - - + -- cgit v1.2.3