📄 admin_login.asp
字号:
<%
'┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
'┃ 奇网天下·7WAP企业(移动)信息系统 ┃
'┃ ┃
'┃ Copyright All Rights Reserved. ┃
'┃ 官方: www.7wap.cn ┃
'┃ 作者: 孙岩清 ┃
'┃ 授权: BEAT版 未经授权不得商业使用。 ┃
'┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
'┃ Version 1.0 ┃
'┃ Description 开发建议/使用问题/扔砖头:BBS.7WAP.CN ┃
'┃ Create 2005.11.18 beat3 ┃
'┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
%>
<%
If session("admin")<>"" then
response.redirect "admin_index.asp"
response.end
end If
%>
<!-- POWERED BY 7WAP Enterprise Mobile Infomation System ●<%=now()%>-->
<!--#include file=conn.asp-->
<html>
<head>
<title><%=ewap_name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="<%=ewap_(0)%>">
<meta name="copyright" content="sunyanqing">
<link rel='stylesheet' href='Ewap.css' type='text/css'>
<script language=javascript>
function CheckForm()
{
if(document.UserLogin.sys.value=="")
{
alert("<%=ewap_(33)%>");
document.UserLogin.sys.focus();
return false;
}
if(document.UserLogin.pwd.value == "")
{
alert("<%=ewap_(33)%>");
document.UserLogin.pwd.focus();
return false;
}
if(document.UserLogin.ewap_code.value == "")
{
alert("<%=ewap_(33)%>");
document.UserLogin.ewap_code.focus();
return false;
}
}
</script>
</head>
<body>
<div class="main"><br/>
<p><%=ewap_(18)%></p>
<div class="body">
<form action="admin_check.asp" method="post" name="UserLogin" onSubmit='return CheckForm()'>
<%=ewap_(15)%><input type="text" name="sys" size="12">
<%=ewap_(16)%><input type="password" name="pwd" size="12"><br/>
<%=ewap_(17)%><input type="text" size=4 name="ewap_code" maxlength="4"> <img src="inc/ewap_code.asp"><br/>
<input type="submit" value="<%=ewap_(13)%>">
<input type="reset" value="<%=ewap_(14)%>">
</div></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -