%META:TOPICINFO{author="SrikanthK" date="1213614536" format="1.1" version="1.9"}%
<script type="text/javascript">
function onSub() {
var x,y;
x=document.getElementById("one").value;
y=x.indexOf("Project");
var z="qw";
x=x.replace(/_/gi,"");
if(y==-1)
 document.getElementById("one").value=x+"Project"; 
document.new_form.submit();
} </script>

%INCLUDE{NavBar}%
The projects in the tracking web, along with their associated teams are given below




%XPSHOWALLTEAMS%

---+++Create a new project
<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="XpProjectTemplate"/>
   <input type="hidden" name="topicparent" value="%TOPIC%"/>
    <input type="button" name ="save"  onclick="onSub()" class="twikiSubmit" value="Create New Project" />
  </form>
<br>

