📄 index.asp
字号:
<!--#Include file="../Common/Inc_DatConn.asp"-->
<!--#Include file="Common/Inc_Config.asp"-->
<!--#Include file="Common/Inc_Function.asp"-->
<%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│【版权声明】 │
'│ │
'│ 本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│ │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│ │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Common/Site.css" type="text/css">
<title><% = strSiteName%> - 网站后台管理系统 <% = strSysEdition%></title>
<script language="javascript">
//检验表单的合法性
function SuperLogin() {
if (document.SuperLoginForm.Account.value == "") {
alert("\请输入您的账号!");
document.SuperLoginForm.Account.focus();
}
else if (document.SuperLoginForm.Password.value == "") {
alert("\请输入您的密码!");
document.SuperLoginForm.Password.focus();
}
else {
return true;
}
return false;
}
// End of validation form script -->
</script>
</head>
<body bgcolor="#84C79C">
<div align="center">
<center>
<table border="0" width="800" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="140"></td>
</tr>
<tr>
<td width="100%" height="263" background="<% = strImageUrl%>bg03.gif" align="right">
<form method="post" action="CheckPass.asp" OnSubmit="return SuperLogin()" name="SuperLoginForm">
<input type="hidden" name="Oper" value="Login">
<table border="0" width="46%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="80"></td>
</tr>
<tr>
<td width="100%" height="20">账户:<input type="text" name="Account" size="10" class="face"> 密码:<input type="password" name="Password" size="10" class="face"> <input type="image" src="../images/m_summit.gif" border="0" name="enter" class="img" width="60" height="20" align="absmiddle"></td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td width="100%" height="1" bgcolor="#32893F"></td>
</tr>
<tr>
<td align="center" width="100%" height="60">版权所有:<% = strSiteName%> 技术支持:<a href="http://www.fyasp.com" target="_blank">风云ASP在线</a></p></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -