📄 manage.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="ConnUser.asp" -->
<!--#include file="config.asp" -->
<!--#include file="char.inc"-->
<!--#include file="ChkUser.asp"-->
<script language=javascript>
function CheckFormUserLogin()
{
if(document.UserLogin.name.value=="")
{
alert("请输入用户名!");
document.UserLogin.name.focus();
return false;
}
if(document.UserLogin.password.value == "")
{
alert("请输入密码!");
document.UserLogin.password.focus();
return false;
}
if(document.UserLogin.verifycode.value == "")
{
alert("请输入验证码!");
document.UserLogin.verifycode.focus();
return false;
}
}
</script>
<%
response.cookies(Forcast_SN)("ManageUserName")=""
response.cookies(Forcast_SN)("ManageKEY")=""
response.cookies(Forcast_SN)("ManagePurview")=""
response.cookies(Forcast_SN)("ManageFullName")=""
response.cookies(Forcast_SN)("ManageReglevel")=""
showerr=request("showmess")
Function getcode1()
Dim test
On Error Resume Next
Set test=Server.CreateObject("Adodb.Stream")
Set test=Nothing
If Err Then
Dim zNum
Randomize timer
zNum = cint(8999*Rnd+1000)
Session("verifycode") = zNum
getcode1= Session("verifycode")
Else
getcode1= "<img src=""getcode.asp"">"
End If
End Function
%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title><%=copyright%><%=version%><%=ver%>完美设计网络科技有限公司 完美政府网站管理系统 http://www.wmgov.cn</title>
<style type=text/css>
body { background:#555555; margin:0px; font-family: Verdana, Arial, sans-serif, 宋体; font-size: 9pt; text-decoration: none; color:#555555;
SCROLLBAR-FACE-COLOR: #55919A;
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
SCROLLBAR-SHADOW-COLOR: #cccccc;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #555555;
SCROLLBAR-TRACK-COLOR: #555555;
SCROLLBAR-DARKSHADOW-COLOR: #cccccc;}
table { border:0px; }
td { font:normal 12px; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px; color:#555555; text-decoration:none; }
a:hover { color:#ff6600;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#eeeeee; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#555555; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#ff6600; font-weight:bold; }
</style>
</head>
<body bgcolor="#c1d2eb" topmargin="0" marginheight="0">
<br>
<p> </p>
<!--#include file=Admin_Top.asp-->
<table border="1" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber1">
<form method="POST" action="ChkManageLogin.asp" name="UserLogin" onSubmit="return CheckFormUserLogin();">
<tr >
<td height="67" colspan="2" align="center" >
<b><font color="#ffffff" ><%=copyright%> <p><%=version%> <%=ver%></font></b>
</td>
</tr>
<tr>
<td height="37" colspan="2" align="center" class="TDtop">
<span ><font color=red>┊ <strong>管 理 登 录</strong> ┊</font></span>
</td>
</tr>
<tr>
<td width="45%" align="right">用户名:</td>
<td width="55%" align="left">
<input name="name" size="15" font face="宋体" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
</td>
</tr>
<tr>
<td align="right">密 码:</td>
<td align="left">
<input type="password" name="password" size="15" font face="宋体" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
</td>
</tr>
<tr>
<td align="right">验证码:</td>
<td align="left">
<input type="text" name="verifycode" size="15" font face="宋体" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
<b><span><font color=#000000><%=getcode1()%></font></span></b>
</td>
</tr>
<%if showerr<>"" then%>
<tr>
<td colspan="2" align="center">
<p><font size=3 color=red><%=showerr%></font></p>
</td>
</tr>
<%end if%>
<tr>
<td colspan="2" align="center">
<p>
<input type="submit" name="Submit" value="确定" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title="确定">
<input type="reset" name="Submit2" value="重置" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title="重输">
</p>
</td>
</tr>
<tr >
<td colspan="2" align="center" background="IMAGES/top2.gif"> </td>
</tr>
</form>
</table>
<!--#include file=Admin_Bottom.asp-->
</body>
</html>
<%response.end%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -