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

📄 index.asp

📁 一个很好的asp cms管理系统
💻 ASP
字号:
<% Option Explicit %>
<!--#include file="inc/Config.class.asp"-->
<%
Dim Cfg
Set Cfg = New Config
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=Cfg.SysName & " " & Cfg.SysVersion &"(Server:"&Request.ServerVariables("SERVER_NAME")&":"&Request.ServerVariables("SERVER_PORT")&")"%></title>
<link href="inc/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="55" valign="bottom" bgcolor="#003366"><div align="right"><img src="img/log.gif" width="400" height="48"></div></td>
  </tr>
  <tr>
    <td><form name="form1" method="post" action="Login_Process.asp">
      <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td>&nbsp;</td>
          </tr>
        <tr>
          <td height="30">管理名:
            <input name="UserName" type="text" class="input_text" id="UserName" size="20"></td>
          </tr>
        <tr>
          <td height="30">密 码:
            <input name="UserPwd" type="password" class="input_text" id="UserPwd" size="20"></td>
          </tr>
        <tr>
          <td height="30">    
            <input name="Submit" type="submit" class="input_button" value="提交">
            <input name="Work" type="hidden" id="Word" value="LoginCheck"></td>
          </tr>
        <tr>
          <td>&nbsp;</td>
          </tr>
      </table>
        </form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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