source: trunk/templates/login.tmpl@ 163

Last change on this file since 163 was 163, checked in by Kris Deugau, 12 years ago

/trunk

Session management

  • expire sessions properly
  • remove session ID from login page
  • load session timeout value from config file

Remove some more stale comments
Fix centering of login box on login page

File size: 820 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<table id="login">
7<TMPL_IF loginfailed><tr><td colspan="2" class="errmsg" align="center">Error logging in: Invalid username or password</td></tr></TMPL_IF>
8<TMPL_IF sessexpired><tr><td colspan="2" class="errmsg" align="center">Your session has expired</td></tr></TMPL_IF>
9<tr><td colspan="2" class="title" align="center">Please log in:</td></tr>
10<tr><td class="inputlabel">Username:</td><td><input type="text" name="username" /></td></tr>
11<tr><td class="inputlabel">Password:</td><td><input type="password" name="password" /></td></tr>
12<tr><td colspan="2" class="tblsubmit" align="right"><input type="submit" value="Login" /></td></tr>
13</table>
14
15</fieldset>
16</form>
Note: See TracBrowser for help on using the repository browser.