From bb97a329579d3ce1113b25d9c05589a8b5cbaf56 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 20 Oct 2004 05:45:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4360 --- checkin_notes | 11 +++++++++++ html/inc/util.inc | 3 +++ html/user/clone.php | 1 + html/user/sample_index.php | 3 +++ html/user/sample_rss_main.php | 1 - 5 files changed, 18 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 422dd8b4a4..354adc133a 100755 --- a/checkin_notes +++ b/checkin_notes @@ -18629,3 +18629,14 @@ David 19 Oct 2004 boincglut/lib/glut/ glut_util.c + +David 19 Oct 2004 + - bug fix to RSS feed + + html/ + inc/ + util.inc + user/ + clone.php + sample_index.php + sample_rss_main.php diff --git a/html/inc/util.inc b/html/inc/util.inc index d31d7f6c68..81c3665a1d 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -139,9 +139,12 @@ function show_combo_box($name, $filename, $selection=null) { function page_head($title, $java_onload="") { $styleSheet = URL_BASE . STYLESHEET; + $rssname = PROJECT . " RSS 2.0"; + $rsslink = URL_BASE . "rss_main.php"; echo "".strip_tags($title)." + "; if ($java_onload!=""){echo ""; } else { echo "";} project_banner($title); diff --git a/html/user/clone.php b/html/user/clone.php index a9fab72843..140137f634 100644 --- a/html/user/clone.php +++ b/html/user/clone.php @@ -18,4 +18,5 @@ and they will automatically belong to your team and will have the logo in their screensaver graphics. "; + page_tail(); ?> diff --git a/html/user/sample_index.php b/html/user/sample_index.php index 7eba0aa83d..9ac2d63c86 100644 --- a/html/user/sample_index.php +++ b/html/user/sample_index.php @@ -47,10 +47,13 @@ function show_nav() { //start_cache(INDEX_PAGE_TTL); $stopped = project_is_stopped(); +$rssname = PROJECT . " RSS 2.0" ; +$rsslink = URL_BASE . "rss_main.php"; echo " ".PROJECT." +

".PROJECT."

diff --git a/html/user/sample_rss_main.php b/html/user/sample_rss_main.php index 2251fb0a9f..0dc097b346 100644 --- a/html/user/sample_rss_main.php +++ b/html/user/sample_rss_main.php @@ -39,7 +39,6 @@ echo " ".PROJECT." ".URL_BASE." - ".$description." ".COPYRIGHT_HOLDER." ".$create_date."