'; navbar_start($brand, $fixed, false); // instead of PROJECT you can use an or other HTML if ($user) { navbar_item(tra("Your account"), $prefix."home.php"); } navbar_menu(tra("Community"), array( array(tra("Message boards"), $prefix."forum_index.php"), array(tra("User search"), $prefix."user_search.php"), )); navbar_menu(tra("Site"), array( array(tra("Site search"), $prefix."site_search.php"), array(tra("Languages"), $prefix."language_select.php") )); // add your own menu here if you want navbar_right($user); navbar_end(true); } function project_banner($title, $prefix, $is_main) { if ($is_main) { echo '

BOINC logo

'.sprintf(tra("Open-source software for volunteer computing")).'

'; google_search_form("http://boinc.berkeley.edu"); language_form(); echo '
'; echo "

 

"; } else { navbar(secure_url_base(), get_logged_in_user(false), false); if ($title) { echo "

$title

\n"; } } } //$fixed_navbar = false; function project_banner_old($title) { echo "
$title

"; } function project_footer($show_return, $show_date, $prefix) { $y = date("Y "); echo "

Copyright © $y University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.

"; } function show_profile_heading1() { return "Your personal background."; } function show_profile_question1() { return " Tell us about yourself. You could tell us where you're from, your age, occupation, hobbies, or anything else about yourself. "; } function show_profile_heading2() { return "Your opinions about " . PROJECT; } function show_profile_question2() { return " Tell us your thoughts about " . PROJECT . "
  1. Why do you run " . PROJECT . "?
  2. What are your views about the project?
  3. Any suggestions?
"; } function project_workunit($wu){ echo "This is displayed on the workunit page"; } function project_user_summary($user){ } function project_user_page_private($user){ } function project_user_credit($user){ if ($user->seti_nresults) { row2( "SETI@home classic workunits
as of 14 May 2004", number_format($user->seti_nresults) ); } if ($user->seti_total_cpu) { $x = number_format($user->seti_total_cpu/3600)." hours"; row2( "SETI@home classic CPU time
as of 14 May 2004", $x ); } } function project_forum_post_info($forum) { if (!$forum || $forum->title != "Questions and problems") return ""; return " When reporting a problem, please include: "; } function auth_ops() { auth_ops_userid(array(138)); } ?>