.
include_once("../inc/db.inc");
include_once("../inc/util.inc");
include_once("../inc/team.inc");
page_head("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("access team members' email addresses") . "
- " . tra("edit the team's name and description") . "
- " . tra("remove members from the team") . "
- " . tra("disband a team if it has no members") . "
" .
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();
?>