index.htm

来自「大学身就业求职网」· HTM 代码 · 共 36 行

HTM
36
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登录</title>
<link href="../css/default.css" rel="stylesheet" type="text/css"/>
<script src="../js/default.js"></script>
</head>
<body>
<p align="center" style=" margin-top:80">管理员入口非管理人员不得尝试进入!!!</p>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F5f7f7">
<form name="form" method="post" action="../JobServlet">
  <tr align="center">
    <td height="27" colspan="2" bgcolor="#21536A"><div id="reg">管理员登录</div></td>
  </tr>
  <tr>
    <td width="200" height="22" align="center">用&nbsp;户&nbsp;名:</td>
    <td width="300">
      <input name="name" type="text" ></td>
  </tr>
  <tr>
    <td height="22" align="center">密&nbsp;&nbsp;&nbsp;&nbsp;码:</td>
    <td><input type="password" name="password"></td>
  </tr>
  <tr align="center">
    <td height="35" colspan="2"><input type="submit" name="Submit" value="登录">
      &nbsp;&nbsp;
      <input type="reset" name="Reset" value="重置"></td>
  </tr>
  <input type="hidden" name="action" value="adminLogin" />
</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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