📄 left.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@page import="bean.Admin;"%>
<%
response.setHeader("Pragma", "No-cache");
response.setHeader("Cache-Control", "no-cache");
response.setDateHeader("Expires", 0);
%>
<%
String adm =(String)session.getAttribute("adm");
if (adm==null) {
response.sendRedirect("error.jsp");
}
%>
<html>
<head>
<title>My JSP 'left.jsp' starting page</title>
<style type="text/css">
<!--
body{ margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
overflow:auto;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
scrollbar-arrow-color:#FFFff;
SCROLLBAR-SHADOW-COLOR: #cccfff;
scrollbar-base-color:buttonhighlight;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow ;
}
a:hover { font-family: "宋体"; font-size: 11pt; color: #0099FF; text-decoration: none}
a:active { font-family: "宋体"; font-size: 11pt; color: #6699CC; text-decoration: none }
a:link { font-family: "宋体"; font-size: 11pt; color: #6699cc; text-decoration: none}
a:visited { font-family: "宋体"; font-size: 11pt; color: #6699cc; text-decoration: none}
--></style>
</head>
<body bgcolor="ccccff">
<hr style="margin:5 0 5 0;">
<div style="background-color:; font-family:Arial;font-size=13pt;font-weight:bolder" class=title align=center>
商品管理
</div>
<UL>
<LI>
<A href="/gouwuche3/GoodsInquire?goodsname=all"
target=destination name=allbooks>浏览商品</A>
</LI>
<LI>
<A href="/gouwuche3/GoodsManage/GoodsInquire.jsp"
target=destination name=addProduct>查询商品</A>
</LI>
<LI>
<A href="/gouwuche3/GoodsManage/GoodsAdd.jsp" target=destination
name=delproduct>添加新商品</A>
</LI>
</UL>
<hr style="margin:5 0 5 0;">
<DIV style="font-weight:bolder;"class=title align=center>
用户管理
</DIV>
<UL >
<LI>
<A href="/gouwuche3/UserManage/UserInquire.jsp" target=destination
name=queryuser>查询用户信息</A>
</LI>
<LI>
<A href="/gouwuche3/UserSearch?username=all"
target=destination name=alluser>显示所有用户</A>
</LI>
</UL>
<hr style="margin:5 0 5 0;">
<div style="font-weight:bolder;" class=title align=center>
订单管理
</div>
<UL>
<LI>
<A href="/gouwuche3/ManagerOrder.jsp" target=destination
name=mypostreview>浏览订单</A>
</LI>
<LI>
<A href="/gouwuche3/SearchOrder.jsp" target=destination
name=mypostreview>未处理订单</A>
</LI>
<LI>
<A href="/gouwuche3/DoneOrder.jsp" target=destination
name=mypostreview>已处理订单</A>
</LI>
</UL>
<hr style="margin:5 0 5 0;">
<div align=center style="margin:3 0 3 0; "><A href="/gouwuche3/ChangePwd.jsp" target=destination
name=mypostreview >管理员修改密码</A></div>
<hr style="margin:5 0 5 0;">
<div align=center style="margin:5 0 5 0;"><input type="button" name="quit" value="退出登陆"
onClick="javascript:window.parent.location.href='/gouwuche3/exit.jsp';">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -