name; $team_id = $team->id; $team_name_html = $team->name_html; $team_url = $team->url; $team_description = $team->description; $team_type = $team->type; page_head("Edit $team_name"); echo "
"; echo " |
Team name (plain-text version): | ";
echo "";
echo " This name will be print as-is"; echo " and is the name you should use when searching for your team."; echo " | Team name (HTML version): | ";
echo "";
echo " This name will be printed as HTML source, so you may include any HTML"; echo " code that you want. This will only be displayed in your team's page."; echo " If you don't know HTML, just leave this box blank."; echo " |
URL of team web page, if any: (without "http://") | ";
echo "";
echo " This page will be linked to from the project's team page."; echo " |
Description of team: | "; echo ""; echo " |
Type of team: | ";
printf("Club ", ($team->type==4)?" checked":""); printf("Small Company (< 50 employees) ", ($team->type==1)?" checked":""); printf("Medium Company (50-1000 employees) ", ($team->type==2)?" checked":""); printf("Large Company (> 1000 employees) ", ($team->type==3)?" checked":""); printf("Primary School ", ($team->type==5)?" checked":""); printf("Secondary School ", ($team->type==6)?" checked":""); printf("Junior College ", ($team->type==8)?" checked":""); printf("University or Department ", ($team->type==7)?" checked":""); printf("Government Agency | ", ($team->type==9)?" checked":"");
echo "