⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 一个功能强大的搜索系统
💻 ASP
字号:
<%
'================================================================================
'Product:K-Search Version 2.1
'本“软件产品”受《中华人民共和国著作权法》和《中华人民共和国计算机软件保护条例》 
'和国际条约的保护。如未经授权而擅自复制或传播本程序(或其中任何部分),将受到严厉
'的刑事及民事制裁,并将在法律许可的范围内受到最大可能的起诉!
'Homepage:http://www.lucoo.com/
'--------------------------------------------------------------------------------
'Copyright(c) 2005 lucoo.com All Rights Reserved 绿色互联 版权所有
'================================================================================
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>管理中心</title>
</head>

<body>
<table width="100%" border="0" cellpadding="5" cellspacing="2" bgcolor="#999999">
  <tr>
    <td height="25" bgcolor="#FFFFFF"><strong>管理中心登录</strong></td>
  </tr>
  <tr>
    <td height="125" bgcolor="#00CCFF"><table width="100%" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
     <form name="form" method="post" action="login.asp?action=login">
	  <tr>
        <td height="25" width="66"> 管理帐号: </td>
        <td><input name="username" type="text" size="20">
        </td>
      </tr>
      <tr>
        <td height="25"> 管理密码: </td>
        <td><input name="password" type="password" size="20"></td>
      </tr>
      <tr>
        <td height="25">安全密码:</td>
        <td><input name="pass" type="password" id="pass" size="20"></td>
      </tr>
      <tr>
        <td height="25"></td>
        <td><input type="submit" name="Submit" value="登录"></td>
      </tr>
	   </form>
    </table>
    </td>
  </tr>
  <tr>
    <td height="100" valign="top" bgcolor="#FFFFFF"><p><strong>说明</strong></p>
        <ul>
          <li>管理中心只提供系统管理员使用,如您不是系统管理请请勿登录,多谢合作!;</li>
          <li>登录管理中心请使用 Internet Explorer 5.0 或以上版本的浏览器;</li>
          <li>欢迎使用K风搜索系统,感谢大家对我们的支持;</li>
        </ul>
        <p><!--#include file="bottom.asp"--></p></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -