source: trunk/templates/login.tmpl@ 2

Last change on this file since 2 was 2, checked in by Kris Deugau, 15 years ago

/trunk

Import work to date

File size: 610 bytes
Line 
1<center>
2<table id="login">
3<tr><td colspan=2 class="title" align="center">Please log in:</td></tr>
4<form method="POST" action="dns.cgi">
5<input type="hidden" name="action" value="login">
6<input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>">
7<input type="hidden" name="page" value="domlist">
8<tr><td class="inputlabel">Email Address:</td><td><input type="text" name="email"></td></tr>
9<tr><td class="inputlabel">Password:</td><td><input type="password" name="password"></td></tr>
10<tr><td colspan=2 class="tblsubmit" align="right"><input type="submit" value="Login"></td></tr>
11</form>
12</table>
13</center>
Note: See TracBrowser for help on using the repository browser.