. include_once("../inc/db.inc"); include_once("../inc/util.inc"); include_once("../inc/team.inc"); if (DISABLE_TEAMS) error_page("Teams are disabled"); check_get_args(array()); page_head(tra("Teams")); echo "

".tra("%1 participants may form %2teams%3.", PROJECT, "", "") ."

". tra("You may belong to only one team. You can join or quit a team at any time."). "

" . tra("Each team has a %1founder%2 who may:", "", "") . "

" . tra("To join a team, visit its team page and click %1Join this team%2.", "", "") . "

" . tra("Find a team") . "

"; team_search_form(null); echo "

" . tra("Top teams") . "

" . tra("Create a new team") . "

" . tra("If you cannot find a team that is right for you, you can %1create a team%2.", "",""); page_tail(); ?>