. require_once("../inc/util.inc"); require_once("../inc/team.inc"); if (DISABLE_TEAMS) error_page("Teams are disabled"); check_get_args(array("id")); $user = get_logged_in_user(); $teamid = get_int("id"); $team = BoincTeam::lookup_id($teamid); if (!$team->joinable) { error_page(tra("The team %1 is not joinable.", $team->name)); } $team_name = $team->name; page_head(tra("Join %1", $team_name)); echo "
".tra("Please note:")."