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

📄 admin_login.asp

📁 庐江二中
💻 ASP
字号:
<%PageName="admin_login"%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"-->

<table border="1" width="760" cellspacing="0" cellpadding="1" bgcolor="<%=MainBgColor%>">
<tr>
<td>
<form method="post" action="admin_chklogin.asp">
        <br>
          <table border="1" width="45%" align="center" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>">
            <tr align="center">
              <td width=100% align=center background="<%=CenterTImg%>" bgcolor="<%=MainTColor%>" height="25">管理员登陆</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="33%" align="right" height="30">用户名:</td>
<td width="67%"><input type="text" name="username" maxlength="20" size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">密&nbsp;&nbsp;码:</td>
<td width="67%"><input type="password" name="password" maxlength="16" size="20"> </td>
</tr>
<tr>
<td colspan="2" height="15" align=center><input type="submit" name="Submit" value="确 定">&nbsp;<input type="reset" name="Submit2" value="取 消"></td>
</tr>
</table>
</td>
</tr>
</table>
          <div align="center"><br>
            非本系统管理人员请不要进入,您的每次非法登陆将被系统记录。<br>
          </div>
        </form>
</td>
</tr>
</table>
<%set rs=nothing%>
<!--#include file="copyright.asp"-->

⌨️ 快捷键说明

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