<form method=POST action="?addgrp">
<table width="85%" border="1" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#FF6666">
<td>
<center>
<font color="#FFFFFF">Add/Remove Groups</font>
</center>
</td>
</tr>
<tr>
<td>
<center>{{GROUPS}}<br>
<input type="text" name="grpspace">
<br>
<input type="submit" name="funcbtn" value="<< Back">
<input type="submit" name="grpbtn" value="Add">
<br>
<b>To remove a group, simply click on the group you wish to remove.</b>
</center>
</td>
</tr>
</table></form>