%META:TOPICINFO{author="mwatt" date="1036694100" format="1.0" version="1.1"}%
<!-- THE TABLES ON THIS PAGE WILL SHOW THE PROJECT STATUS AUTOMATICALLY -->
<!-- ADDING EXTRA CONTENT TO THIS PAGE IS OPTIONAL - -->
<!-- PROJECT -->
<script type="text/javascript" charset="utf-7"> function onSub() {
var x,y;
x=document.getElementById("one").value;
y=x.indexOf("Team");
if(y==-1)
 document.getElementById("one").value=x+"Team"; 
document.new_form.submit();
} </script>

%INCLUDE{%TOPIC%NavBar}%
---+ [[%HOMETOPIC%][&lt;&lt;]] %TOPIC%



%XPSHOWPROJECTTEAMS{%TOPIC%}%
---++++Create a new team
<form name="new_form" action="%SCRIPTURL{"edit"}%/%WEB%/"> <input type="text" name="topic" size="30"  id="one" />
<input type="hidden" name="onlywikiname" value="on" />
    <input type="hidden" name="templatetopic" value="XpTeamTemplate"/>
   <input type="hidden" name="topicparent" value="%TOPIC%"/>
    <input type="button" name ="save" onclick="onSub()" class="twikiSubmit" value="Create New Team" />
  </form>
<br>
Note: The team name should be a wiki name
%TOPICCREATE{ template="NavProjectTemplate" topic="%TOPIC%NavBar" parameters="projectname=%URLPARAM{"topic"}%&projectstandard=%URLPARAM{"topic"}%Documentation&projectsummary=%URLPARAM{"topic"}%Summary"}%
%TOPICCREATE{ template="ProjectSummaryTemplate" topic="%TOPIC%Summary"  }%
%TOPICCREATE{template="ProjectDocumentationTemplate" topic="%TOPIC%Documentation"}%
