sibtracker/templates/login.tpl
2019-05-18 13:46:03 +08:00

36 lines
1.9 KiB
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=cp1251" />
<title>Files-Sib.NET Login!</title>
</head>
<body id="login">
<style type="text/css" media="all">
html {
background: #777777 50% 0px repeat-x;
}
table, tr, td { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; }
.tablefill { border:2px solid #345487;background-color:#F5F9FD;padding:6px; }
a {color: #6E87A1;text-decoration: none;}
a:hover {text-decoration: underline;}
</style>
<form method="post" onsubmit="javascript:showBusyLayer()" action="">
<table width="100%" height="85%" align="center">
<tr><td valign="middle"><table align="center" cellpadding="4" class="tablefill">
<tr><td width="100%" align="center">
<h1 align="center">Files-Sib.NET Login</h1>
<table>
<tr><th>Ââåäèòå âàøå èìÿ è ïàðîëü äëÿ âõîäà â ñèñòåìó</th></tr>
<table class="borderless bCenter">
<tr><td width="35%" align="right">Èìÿ:</td><td><input type="text" name="login_name" size="25" maxlength="40" value="" /></td></tr>
<tr><td align="right">Ïàðîëü:</td><td><input type="password" name="login_password" size="25" maxlength="32" /></td></tr>
</td></tr>
<tr><td colspan="2" align="center"><input type="submit" class="bold long" value="Âõîä" /><input name="login" type="hidden" id="login" value="submit" /></td></tr>
<tr><td colspan="2" align="center"><a href="/?do=lostpassword">Çàáûëè ïàðîëü?</a>&nbsp;|&nbsp;<a href="/?do=register" style="color:red;"><b>Ðåãèñòðàöèÿ</b></a></td></tr>
</table>
</table>
</td></tr></table></td></tr></table>
</form>
</body>
</html>