<!-- TITLE: Login -->
<SCRIPT src="img/md5.js" language="javascript" type="text/javascript">
</SCRIPT>
<script language="javascript" type="text/javascript">
// if (!navigator.cookieEnabled) document.location = 'pg-cookies.html';
function LoginGo(){
// if(navigator.userAgent.indexOf('Netscape')!=-1) return true; // MSIE 7
var f = document.f_login;
if(!f.login.value) return false;
var rnd = '##ses_rnd##';
if(parseInt(rnd) && f.pwd_md5){
f.pwd_md5.value = hex_md5(f.pwd.value + rnd);
f.pwd.value = '';
}
return true;
}
</script>
<p class="pagetitle">Login</p>
Please enter your login and password. If you are not a registered user, please fill
out our quick <a href="index.php?page=reg">registration form</a>, it only takes a few seconds!
<table align=center width=300 border=0 cellpadding=5>
<tr>
<td colspan="3">
<form method=post name=f_login OnSubmit="return LoginGo()">
<input type=hidden name=page value=login>
<input type=hidden name=act value=login>
<input type=hidden name=pwd_md5>
<center>
<span class=err>##err_msg##</span>
</center>
<br />
<table border=0 cellspacing=0 cellpadding=3 width="100%">
<tr>
<td width=80><b>##t_login_uf##</td>
<td><input name=login size=20 value="##login##"></td>
</tr>
<tr>
<td><b>Password</td>
<td><input type=password name=pwd size=20></td>
</tr>
<tr>
<td> </td>
<td><input type=checkbox name=cook value=1> <font class=txt8 face="Verdana,Arial">Auto login next time </td>
</tr>
<tr>
<td><!--Register--></td>
<td><input type=submit value="Login" class="button"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<b>Forgot Password ?</b><br /><br />
Please enter your ##t_login##. A message will be sent to you shortly with further instructions.
<table align=center width=300 border="0" cellpadding=5>
<tr>
<td colspan="3">
<form method=post name=f_forgot>
<input type=hidden name="act" value="forgot">
<center>
<font color="red"><b>##err_msg_fg##</b></font>
</center>
<table border=0 cellspacing=0 cellpadding=3 width="100%">
<tr>
<td width=80><b>##t_login_uf##</td>
<td><input name=login_fg size=20 value="##login_fg##"></td>
</tr>
<!--tr>
<td width=80><i>or</i> <b>E-mail</td>
<td><input name=email size=20></td>
</tr-->
<tr>
<td> </td>
<td><input type=submit value="Submit" name=go class="button"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>