Last change
on this file since 30 was 30, checked in by Kris Deugau, 15 years ago |
/trunk
checkpoint
- filled out "normal" DNS lookup, still need to fiddle with manual recursion
- tweak fine details of login handling so we don't get an
"... uninitialized value in string eq ..." in the log
- logout mostly working - needs additional crosscheck to kick logged-out
sessions back to the login screen
- add username blurb on menu top and as a session param (use this for above)
- housekeeping on images/
- misc finetuning and nitpicking of HTML
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | <td class="menu">
|
---|
[30] | 2 | <TMPL_VAR NAME=username> logged in<br />
|
---|
| 3 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&action=logout">Log out</a>
|
---|
| 4 | <hr>
|
---|
[2] | 5 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist">Domains</a><br />
|
---|
| 6 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=useradmin">Users</a><br />
|
---|
| 7 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=log">Log</a><br />
|
---|
[20] | 8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=reclist&id=<TMPL_VAR NAME=group>&defrec=y">Default Records</a><br />
|
---|
[2] | 9 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=axfr">AXFR Import</a><br />
|
---|
| 10 | <hr>
|
---|
[18] | 11 | Current group:
|
---|
[20] | 12 | <form action="<TMPL_VAR NAME=whereami>" method="POST">
|
---|
[17] | 13 | <select name="group">
|
---|
[20] | 14 | <TMPL_LOOP NAME=grouplist><option value="<TMPL_VAR NAME=groupval>"<TMPL_IF NAME=groupactive> selected</TMPL_IF>><TMPL_VAR NAME=groupname></option>
|
---|
[17] | 15 | </TMPL_LOOP>
|
---|
| 16 | </select>
|
---|
[20] | 17 | <input type=hidden name=action value="chgroup">
|
---|
| 18 | <input type=submit value="Change group">
|
---|
| 19 | </form>
|
---|
[17] | 20 | <hr>
|
---|
[18] | 21 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=grpman">Manage groups</a><br />
|
---|
[24] | 22 | <TMPL_VAR NAME=grptree>
|
---|
| 23 | <!-- hmm: <TMPL_VAR NAME=groupname> -->
|
---|
[18] | 24 | <hr>
|
---|
[2] | 25 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=dnsq">DNS Query</a><br />
|
---|
| 26 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=whoisq">WHOIS Query</a><br />
|
---|
| 27 | </td>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.