?? adminloginsucceed.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>Admin page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<h1>你好!歡迎管理員!</h1><br>
<table width="562" border="0">
<tr>
<td width="375"><a href = "UpLoadBook.jsp">1上傳圖書</a></td>
</tr>
<tr>
<td><a href = "BookSearch.jsp">2查找圖書并修改</a></td>
</tr>
<tr>
<td> <a href = "/BookShop/ShowDelUpdateBook.jsp">3查看所有的圖書記錄并修改</a></td>
</tr>
<tr>
<td><a href = "/BookShop/Servlet/AdminShowBookDeal">4查看圖書交易情況</a><br></td>
</tr>
<tr>
<td><a href = "AdminDelUserAccount.jsp"></a></td>
</tr>
</table>
<table width="717" height="137" border="1">
<tr>
<td colspan="2" rowspan="3"><img src = "BookImg/555.jpg" width="900" height="537"></td>
</tr>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -