%META:TOPICINFO{author="SrikanthK" date="1213678984" format="1.1" version="1.2"}%
<!-- THE TABLES ON THIS PAGE WILL SHOW THE TEAM STATUS AUTOMATICALLY -->
<!-- ADDING EXTRA CONTENT TO THIS PAGE IS OPTIONAL - -->
<script type="text/javascript" charset="utf-8"> function onSub() { var x,y; 
x=document.getElementById("one").value; y=x.indexOf("Iteration"); if(y==-1) document.getElementById("one").value=x+"Iteration";
var w,z;
w="%META{"parent"  dontrecurse="on" format="$topic"}%";
x=document.getElementById("one").value;
if(x.length<=10)
{
y=w.indexOf("Project");
if(y!=-1)
{
document.getElementById("one").value=w+document.getElementById("one").value;
}
}

document.new_form.submit();
} </script>

%INCLUDE{%TOPIC%NavBar}%
---+ %TOPIC%


<!-- DO NOT DELETE THIS TABLE -->
| *Project* | %URLPARAM{"topicparent"}% |


%EDITTABLE{header=" *Members* "  editbutton="Add Members" format=" | select,1,<nop>%INCLUDE{"DeveloperName"}% |" }%
| *Members* |

%XPSHOWITERATIONSINTOPIC{%TOPIC%}%
---+++Create a new iteration
<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="XpIterationTemplate"/>
   <input type="hidden" name="topicparent" value="%TOPIC%"/>
    <input type="button" name ="save"   onclick="onSub()" class="twikiSubmit" value="Create New iteration" />
  </form>



%TOPICCREATE{ template="NavTeamTemplate" topic="%TOPIC%NavBar" parameters="teamname=%URLPARAM{"topic"}%&teamsummary=%URLPARAM{"topic"}%Summary" }%
%TOPICCREATE{ template="TeamSummaryTemplate" topic="%TOPIC%Summary"  }%
