1 <!-- tw-create-group.txt --> 2 <h2>Create new Page Group</h2> 3 <form method="post" 4 action="$[CSA_RPC_URI:x]/$[CSA_LANG:x]/tw-group"> 5 <fieldset> 6 <input type="hidden" name="checksum" value="$[tpl.var.checksum:x]"> 7 <p><label>mandatory unique group name: 8 <input type="text" name="1" value="$[tpl.var.tw.group:x]" size="32"></label> 9 <p><label>optional group charter (defaults to group name): 10 <input type="text" name="2" value="$[tpl.var.tw.group:x]" size="32"></label> 11 <p><label>optional group editor(s): 12 <input type="text" name="3" 13 value="$[tpl.var.tw.group.editor:x]" size="32"></label> 14 <p><input type="submit" value="post changes"> 15 </fieldset> 16 </form> 17 <!-- /tw-create-group.txt -->