Last change
on this file since 22 was 20, checked in by Kris Deugau, 15 years ago |
/trunk
checkpoint, group mangling almost complete
also normalized *most* group* refs to use "group*" vs "grp*"
|
File size:
1.3 KB
|
Rev | Line | |
---|
[19] | 1 | <!-- <TMPL_VAR NAME=sid> -->
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
| 5 | <td align=center>
|
---|
| 6 | <TMPL_IF add_failed><span class="errmsg">Error adding group <TMPL_VAR NAME=newgroup>: <TMPL_VAR
|
---|
| 7 | NAME=errmsg></span></TMPL_IF>
|
---|
| 8 | <form action="dns.cgi">
|
---|
| 9 |
|
---|
| 10 | <input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>">
|
---|
| 11 | <input type="hidden" name="page" value="newgrp">
|
---|
| 12 | <input type="hidden" name="action" value="add">
|
---|
| 13 |
|
---|
| 14 | <table border=0 width="450" bgcolor="white">
|
---|
| 15 | <tr><td>
|
---|
| 16 | <table border=0 cellspacing=2 cellpadding=2 width="100%">
|
---|
| 17 | <tr bgcolor="#cccccc"><td colspan=2 align="center">Add Group</td></tr>
|
---|
| 18 |
|
---|
| 19 | <tr bgcolor="#eeeeee">
|
---|
| 20 | <td width="50%">Group Name:</td>
|
---|
| 21 | <td width="50%" align="left"><input type="text" name="newgroup" value="<TMPL_VAR NAME=newgroup>"></td>
|
---|
| 22 | </tr>
|
---|
| 23 | <tr bgcolor="#eeeeee">
|
---|
| 24 | <td>Add as subgroup of:</td>
|
---|
| 25 | <td><select name=pargroup>
|
---|
[20] | 26 | <TMPL_LOOP name=pargroup> <option value="<TMPL_VAR NAME=groupval>"<TMPL_IF groupactive> selected</TMPL_IF>><TMPL_VAR name=groupname></option>
|
---|
[19] | 27 | </TMPL_LOOP>
|
---|
| 28 | </select></td>
|
---|
| 29 | </tr>
|
---|
| 30 | <tr><td colspan=2 align="center"><input type="submit" value="add"></td></tr>
|
---|
| 31 | <tr><td colspan=2>tmp note: radio button select "group template" vs "clone group"?</td></tr>
|
---|
| 32 | </table>
|
---|
| 33 | </td>
|
---|
| 34 | </tr>
|
---|
| 35 | </table>
|
---|
| 36 |
|
---|
| 37 | </form>
|
---|
| 38 |
|
---|
| 39 | </td></tr>
|
---|
| 40 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.