login.asp

来自「应用于高等院校党团思想教育」· ASP 代码 · 共 48 行

ASP
48
字号
<html>
<head>
<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/style.css">
</head>

<body bgcolor="#FFFFFF" background="../images/bg2.gif">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr align="center"> 
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td>您好,欢迎来到 Generation New(新生派) 社区管理系统</td>
  </tr>
  <tr align="center"> 
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td>请在下面输入管理员的用户名和密码</td>
  </tr>
  <tr align="center"> 
    <td>&nbsp;</td>
  </tr>
  <tr align="center">
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td> 
      <form method="post" action="check.asp" name="Login">
        管理员用户名: 
        <input type="text" name="username">
        <br>
        管理员密码:  
        <input type="password" name="password">
        <br>
        <input type="submit" name="Submit" value="  提交  ">
        <input type="reset" name="Reset" value="  取消  ">
      </form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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