?? 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="<% = strImageUrl%>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 + -