Ignore:
Timestamp:
12/21/11 15:33:48 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

The lets-call-it-a-release commit, for sure this time!
Fill in some lingering details in the UI - company name in the
header, version on the login and footer, identify *what* you're
logging in to on the login page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/login.tmpl

    r163 r210  
    44<input type="hidden" name="page" value="login" />
    55
    6 <table id="login">
     6<div id="login">
     7<div class="center">DeepNet DNS Administrator v<TMPL_VAR NAME=version></div>
     8<br />
     9<table id="login2">
    710<TMPL_IF loginfailed><tr><td colspan="2" class="errmsg" align="center">Error logging in:  Invalid username or password</td></tr></TMPL_IF>
    811<TMPL_IF sessexpired><tr><td colspan="2" class="errmsg" align="center">Your session has expired</td></tr></TMPL_IF>
     
    1215<tr><td colspan="2" class="tblsubmit" align="right"><input type="submit" value="Login" /></td></tr>
    1316</table>
     17</div>
    1418
    1519</fieldset>
Note: See TracChangeset for help on using the changeset viewer.