📄 admin_login.asp
字号:
<!--#include file="md5.asp" -->
<!--#include file="conn.asp"-->
<%
if request("logout")<>"" then
session("admin")=""
session("password")=""
session("aleave")=""
response.redirect "admin_login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理员登陆</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:616px;
height:405px;
z-index:1;
left: 335px;
top: 62px;
background-color: #FFFFFF;
}
.STYLE1 {
font-size: 10px;
color: #00CCCC;
font-family: Arial, Helvetica, sans-serif;
}
.STYLE2 {
color: #0099CC;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.STYLE3 {font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
#Layer2 {
position:absolute;
width:566px;
height:18px;
z-index:2;
left: 368px;
top: 457px;
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url();
}
-->
</style></head>
<body>
<div id="Layer1">
<table width="100%" height="401" border="0">
<tr>
<td height="397" background="image/login_main.gif"><form name="form1" method="post" action="chklogin.asp">
<table width="93%" height="219" border="0">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td><div align="right"><span class="STYLE7">admin login name</span><span class="STYLE3">:</span></div></td>
<td><div align="center" class="STYLE3">
<label>
<div align="left">
<input name="named" type="text" class="STYLE3" id="named" size="40">
</div>
</label>
</div></td>
</tr>
<tr>
<td><div align="right"><span class="STYLE7">admin password:</span></div></td>
<td><div align="center" class="STYLE3">
<label>
<div align="left">
<input name="pass" type="password" class="STYLE3" id="pass" size="40">
</div>
</label>
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<label>
<input name="Submit" type="submit" class="STYLE7" value="login!">
</label>
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center" class="STYLE7">copyright shangdu team writed by guojing </div></td>
</tr>
</table>
<div align="center"></div>
</form>
</td>
</tr>
</table>
</div>
<div class="STYLE3" id="Layer2">
<table width="100%" border="0">
<tr>
<td class="tb1" ><marquee direction="left" onmouseover=this.stop() onmouseout=this.start()>
<img src="image/btn_check_checked.png" width="16" height="16">官方使用版为官方内部使用 <img src="image/btn_check_checked.png" width="16" height="16"><a href="http://www.tdworks.cn">欢迎访问我们的官方网站给我们提出意见</a><img src="image/btn_check_checked.png" width="16" height="16">查看是否有新版本
</marquee></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -