".tra("View and edit your account preferences using the links below.")."

\n"; if ($via_web) { echo "

If you have not already done so, download BOINC client software.

"; } } else { page_head("Your account"); } start_table(); echo ""; start_table(); show_user_info_private($user); if (!no_computing()) { show_user_stats_private($user); } if (file_exists("../project/donations.inc")) { require_once("../project/donations.inc"); if (function_exists('show_user_donations_private')) { show_user_donations_private($user); } } end_table(); show_other_projects($user, true); project_user_page_private($user); echo ""; start_table(); show_community_private($user); end_table(); echo ""; page_tail(); ?>