name); $team_id = $team->id; $team_name_html = ereg_replace("\"", "'", $team->name_html); $team_url = ereg_replace("\"", "'", $team->url); $team_description = ereg_replace("\"", "'", $team->description); $team_type = $team->type; page_head("Edit $team_name"); echo "
Team name (plain-text version): |
This name will be print as-is and is the name you should use when searching for your team. | Team name (HTML version): |
This name will be printed as HTML source, so you may include any HTML code that you want. This will only be displayed in your team's page. If you don't know HTML, just leave this box blank. |
URL of team web page, if any: (without "http://") |
This page will be linked to from the project's team page. |
Description of team: | |
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 "
"; page_tail(); ?>