Last change
on this file since 211 was 210, checked in by Kris Deugau, 13 years ago |
/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 size:
929 bytes
|
Line | |
---|
1 | <form method="post" action="dns.cgi">
|
---|
2 | <fieldset>
|
---|
3 | <input type="hidden" name="action" value="login" />
|
---|
4 | <input type="hidden" name="page" value="login" />
|
---|
5 |
|
---|
6 | <div id="login">
|
---|
7 | <div class="center">DeepNet DNS Administrator v<TMPL_VAR NAME=version></div>
|
---|
8 | <br />
|
---|
9 | <table id="login2">
|
---|
10 | <TMPL_IF loginfailed><tr><td colspan="2" class="errmsg" align="center">Error logging in: Invalid username or password</td></tr></TMPL_IF>
|
---|
11 | <TMPL_IF sessexpired><tr><td colspan="2" class="errmsg" align="center">Your session has expired</td></tr></TMPL_IF>
|
---|
12 | <tr><td colspan="2" class="title" align="center">Please log in:</td></tr>
|
---|
13 | <tr><td class="inputlabel">Username:</td><td><input type="text" name="username" /></td></tr>
|
---|
14 | <tr><td class="inputlabel">Password:</td><td><input type="password" name="password" /></td></tr>
|
---|
15 | <tr><td colspan="2" class="tblsubmit" align="right"><input type="submit" value="Login" /></td></tr>
|
---|
16 | </table>
|
---|
17 | </div>
|
---|
18 |
|
---|
19 | </fieldset>
|
---|
20 | </form>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.