teamid) { $team = BoincTeam::lookup_id($user->teamid); echo "You belong to id>$team->name. You must quit this team before creating a new one. "; } else { team_edit_form(null, "Create team", "team_create_action.php"); } page_tail(); ?>