admin_login.asp

来自「系统功能说明: 1 本书库系统专为以文字为主的站点设计」· ASP 代码 · 共 33 行

ASP
33
字号

<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<!--#include file="middle.asp"-->

<br>
<table width="700px" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td align="center"><b>管理员登录口</b></td>
  </tr>
</table>
<table style="border:0px dotted #666666" width=640px height=150 cellspacing=0 cellpadding=0 align=center border="0">
  <tr>
    <td align=center height=20>&nbsp;</td>
  <tr>
   <td align=center><br>

<form action=logincheck.asp method=post>
        <table width=70% cellspacing=1 cellpadding=4 align=center border="0">
          <tr> 
            <td width=200 align="center">管理员姓名</font> 
            <td width=200><input style="border-bottom:1px dotted #666666;border-left:0px solid #666666;border-right:0px solid #999999;border-top:0px solid #999999" name=id size=16>
          <tr> 
            <td width=200 align="center">管理员密码</font> 
            <td width=200><input style="border-bottom:1px dotted #666666;border-left:0px solid #666666;border-right:0px solid #999999;border-top:0px solid #999999" name=pwd size=16 type=password>
          <tr> 
            <td colspan=2 align=center><br>
              <input type=submit value=" 登 录 ">
</table>
</form>
</table>
<!--#include file="foot.asp"-->

⌨️ 快捷键说明

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