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

📄 admin.asp

📁 多用户个人主页系统(ASP)
💻 ASP
字号:
<!--#include file="includes/setup.asp"-->
<HTML>
<HEAD>
<TITLE><%=sitename%>——后台管理中心</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Leaocl.com</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <form method="post" action="adminlogin.asp">
            <td bgcolor="#000000">
<table width="100%" border="0" cellspacing="1" cellpadding="5" align="center">
                <tr align="center" bgcolor="#FFCC00"> 
                  <td colspan="2"> <%=sitename%>空间综合管理系统</td>
                </tr>
                <tr bgcolor="#FFFFFF"> 
                  <td width="34%" align="right">用户名:</td>
                  <td width="66%"> <input name="username" type="text" class="INPUT" size="20" maxlength="15"></td>
                </tr>
                <tr bgcolor="#FFFFFF"> 
                  <td align="right">密 码:</td>
                  <td><input name="password" type="password" class="INPUT" size="20" maxlength="30"></td>
                </tr>
                <tr align="center" bgcolor="#FFFFFF"> 
                  <td colspan="2"> <input name="Submit" type="submit" class="INPUT1" value="确定"> 
                    <input name="Submit2" type="reset" class="INPUT1" value="重置"> 
                  </td>
                </tr>
              </table>
              
            </td>
          </form>
        </tr>
      </table></td>
  </tr>
</table>
</body>      
</html>    

⌨️ 快捷键说明

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