Last change
on this file since 27 was 24, checked in by Kris Deugau, 15 years ago |
/trunk
checkpoint
- group management more or less functional
- user management partially functional
- misc minor tweaks and normalizations
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | <td class="menu">
|
---|
| 2 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist">Domains</a><br />
|
---|
| 3 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=useradmin">Users</a><br />
|
---|
| 4 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=log">Log</a><br />
|
---|
[20] | 5 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=reclist&id=<TMPL_VAR NAME=group>&defrec=y">Default Records</a><br />
|
---|
[2] | 6 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=axfr">AXFR Import</a><br />
|
---|
| 7 | <hr>
|
---|
[18] | 8 | Current group:
|
---|
[20] | 9 | <form action="<TMPL_VAR NAME=whereami>" method="POST">
|
---|
[17] | 10 | <select name="group">
|
---|
[20] | 11 | <TMPL_LOOP NAME=grouplist><option value="<TMPL_VAR NAME=groupval>"<TMPL_IF NAME=groupactive> selected</TMPL_IF>><TMPL_VAR NAME=groupname></option>
|
---|
[17] | 12 | </TMPL_LOOP>
|
---|
| 13 | </select>
|
---|
[20] | 14 | <input type=hidden name=action value="chgroup">
|
---|
| 15 | <input type=submit value="Change group">
|
---|
| 16 | </form>
|
---|
[17] | 17 | <hr>
|
---|
[18] | 18 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=grpman">Manage groups</a><br />
|
---|
[24] | 19 | <TMPL_VAR NAME=grptree>
|
---|
| 20 | <!-- hmm: <TMPL_VAR NAME=groupname> -->
|
---|
[18] | 21 | <hr>
|
---|
[2] | 22 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=dnsq">DNS Query</a><br />
|
---|
| 23 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=whoisq">WHOIS Query</a><br />
|
---|
| 24 | </td>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.