?? 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 + -