📄 adminlogin.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<!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=ISO-8859-1">
<title>管理员登录登陆系统 </title>
</head>
<body>
<body bgcolor="">
<h1>
管理员登陆系统
</h1>
<form name="loginForm" action="/BookShop/Servlet/LogInServlet" method="post">
<table>
<tr>
<td>用户名:</td><td><input type="text" name="username" ></td>
</tr>
<tr>
<td>密 码:</td><td><input type="password" name="password"></td>
</tr>
<tr>
</tr>
<tr>
<td><input type="submit" name="login" value="登陆"></td>
<td><input type="reset" name="reg" value="取消"></td>
<td><a href="Register.jsp">现在注册管理员</a></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -