From c8192b7c2929625946953e1c081fa8411359af22 Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Tue, 15 Jul 2003 23:51:53 +0000 Subject: [PATCH] Provides explanations of "recommend" and "reject" buttons. svn path=/trunk/boinc/; revision=1693 --- html/user/explanation.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 html/user/explanation.php diff --git a/html/user/explanation.php b/html/user/explanation.php new file mode 100644 index 0000000000..2e23e6067b --- /dev/null +++ b/html/user/explanation.php @@ -0,0 +1,25 @@ + + + +User Profile Voting Information + + +"); + rowify("If you really like a profile, hit the \"recommend\" button. The " . PROJECT . " team reviews recommended profiles for various purposes."); +} else { + + row1("Voting to Reject a Profile"); + rowify("
"); + rowify("If you find a profile offensive, please click \"vote to reject\". This flags the profile for review by " . PROJECT . " staff."); +} + +end_table(); +?> + + +