Changeset 30 for trunk/templates


Ignore:
Timestamp:
11/06/09 18:02:00 (15 years ago)
Author:
Kris Deugau
Message:

/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
Location:
trunk/templates
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/domlist.tmpl

    r22 r30  
    5252
    5353</td>
     54</tr>
    5455</table>
  • trunk/templates/menu.tmpl

    r24 r30  
    11<td class="menu">
     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>
    25<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist">Domains</a><br />
    36<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=useradmin">Users</a><br />
Note: See TracChangeset for help on using the changeset viewer.