From 2d1cef4a9ecfb8b08a75f1c96cedc22ca9ec94ad Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 5 Dec 2004 10:17:02 +0000 Subject: [PATCH] Added display of forum navigation bar on the bottom of threads. Users won't have to scroll up to get back. Also made the output HTML 4.01 transitional valid svn path=/trunk/boinc/; revision=4761 --- html/user/forum_thread.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php index 0e4839ca43..f709f977ba 100644 --- a/html/user/forum_thread.php +++ b/html/user/forum_thread.php @@ -67,18 +67,18 @@ if ($logged_in_user) { show_forum_title($forum, $thread, $category->is_helpdesk); echo " -
- - + + id, "\"> +
-
+ "; -$link = "id; +$link = "id; if ($category->is_helpdesk) { - $link = $link . "&helpdesk=1#input>Answer this question"; + $link = $link . "&helpdesk=1#input\">Answer this question"; } else { - $link = $link . "#input>Reply to this thread"; + $link = $link . "#input\">Reply to this thread"; } echo $link, "
"; @@ -89,12 +89,12 @@ if ($is_subscribed) { } else { echo "You are subscribed to this thread. "; } - echo "id>Click here to unsubscribe."; + echo "id\">Click here to unsubscribe."; } else { if ($category->is_helpdesk) { - echo "id>Subscribe to this question"; + echo "id\">Subscribe to this question"; } else { - echo "id>Subscribe to this thread"; + echo "id\">Subscribe to this thread"; } } @@ -124,14 +124,15 @@ end_forum_table(); echo "

"; -$link = "id; +$link = "id; if ($category->is_helpdesk) { - $link = $link . "&helpdesk=1#input>Answer this question"; + $link = $link . "&helpdesk=1#input\">Answer this question"; } else { - $link = $link . "#input>Reply to this thread"; + $link = $link . "#input\">Reply to this thread"; } echo $link, "
\n

"; +show_forum_title($forum, $thread, $category->is_helpdesk); page_tail(); ?>