mirror of https://github.com/BOINC/boinc.git
Style sheet related modifications.
svn path=/trunk/boinc/; revision=2186
This commit is contained in:
parent
f7154effa3
commit
081fca133c
|
@ -56,17 +56,17 @@ function show_result_page($success, $post, $choice) {
|
||||||
|
|
||||||
if ($success) {
|
if ($success) {
|
||||||
if ($choice) {
|
if ($choice) {
|
||||||
page_head('Input Recorded', $logged_in_user, NULL, 'forum.css');
|
page_head('Input Recorded', $logged_in_user);
|
||||||
echo "<span class=\"title\">Helpdesk Input Recorded</span>";
|
echo "<span class=\"title\">Helpdesk Input Recorded</span>";
|
||||||
echo "<p>Your input has been successfully recorded. Thank you for your help.</p>";
|
echo "<p>Your input has been successfully recorded. Thank you for your help.</p>";
|
||||||
} else {
|
} else {
|
||||||
page_head('Vote Registered', $logged_in_user, NULL, 'forum.css');
|
page_head('Vote Registered', $logged_in_user);
|
||||||
echo "<span class=\"title\">Vote Registered</span>";
|
echo "<span class=\"title\">Vote Registered</span>";
|
||||||
echo "<p>Your rating has been successfully recorded. Thank you for your input.</p>";
|
echo "<p>Your rating has been successfully recorded. Thank you for your input.</p>";
|
||||||
}
|
}
|
||||||
echo "<a href=\"thread.php?id=", $post->thread, "#", $post->id, "\">Return to thread</a>";
|
echo "<a href=\"thread.php?id=", $post->thread, "#", $post->id, "\">Return to thread</a>";
|
||||||
} else {
|
} else {
|
||||||
page_head('Vote Submission Problem', $logged_in_user, NULL, 'forum.css');
|
page_head('Vote Submission Problem', $logged_in_user);
|
||||||
echo "<span class=\"title\">Vote submission failed</span>";
|
echo "<span class=\"title\">Vote submission failed</span>";
|
||||||
if ($post) {
|
if ($post) {
|
||||||
echo "<p>There was a problem recording your vote in our database. Please try again later.</p>";
|
echo "<p>There was a problem recording your vote in our database. Please try again later.</p>";
|
||||||
|
|
Loading…
Reference in New Issue