From 05909d9424dd066b8996a291bc11ea18283574e9 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Tue, 22 Aug 2006 08:48:40 +0000 Subject: [PATCH] - Link to our new and improved search mechanism instead of google (unless ours doesn't find anything). - A few HTML4.01 trans corrections - Added CVS auto-header svn path=/trunk/boinc/; revision=10961 --- html/user/forum_help_desk.php | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/html/user/forum_help_desk.php b/html/user/forum_help_desk.php index 59b5b2798a..103c03cb7c 100644 --- a/html/user/forum_help_desk.php +++ b/html/user/forum_help_desk.php @@ -1,4 +1,5 @@ - - - - - - "; -} else { - echo " +echo "

- Do a keyword search of messages. -

- "; -} + Select a topic or do a
keyword search to find what you are looking for. +

"; start_forum_table(array("Topic", "# Questions", "Last post")); $categories = getHelpDeskCategories(); while ($category = mysql_fetch_object($categories)) { echo " - - ", $category->name, " + + ", $category->name, " "; $forums = getForums($category->id); while ($forum = mysql_fetch_object($forums)) { echo " - + - id>$forum->title + id\">$forum->title
", $forum->description, " ", $forum->threads, "