. // This provides the form from which the user can edit his or her // forum preferences. It relies upon edit_forum_preferences_action.php // to do anything. require_once("../inc/util.inc"); require_once("../inc/forum.inc"); check_get_args(array()); $user = get_logged_in_user(); BoincForumPrefs::lookup($user); page_head("Community preferences"); // output a script for counting chars left in text field // echo " "; start_table(); echo "
\n"; row1("Reset"); row2("Or click here to reset preferences to the defaults", "" ); end_table(); page_tail(); $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?>