📄 orderresult.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java"%>
<%@ taglib prefix="c" uri="/WEB-INF/c.tld" %>
<%@ taglib prefix="fmt" uri="/WEB-INF/fmt.tld" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<title>首页</title>
</head>
<script language="javascript" type="text/javascript">
function exitSys(obj){
location.href="/lmhshop/servlet/ExitSysServlet?tag="+obj;
}
</script>
<body>
<table width="100%" border="1">
<tr>
<th height="97" scope="row">
<a href="/lmhshop/font/show.jsp">首页</a>
<a href="/lmhshop/font/user/userInfo.jsp">会员中心</a>
<a href="/lmhshop/font/cartManager.jsp" >进入购物车</a>
<c:if test="${empty userBean}" >
<a href="<c:url value='/font/login.jsp' />">登录</a>
</c:if>
<c:if test="${!empty userBean}" >
<a href="#" onClick="exitSys('Font');">退出</a>
</c:if>
<a href="/lmhshop/font/reguser.jsp">注册</a>
<a href="<c:url value='/font/adminLogin.jsp'/>">后台管理</a>
</th>
</tr>
</table>
<table width="100%" border="1">
<tr>
<th height="56" align="center" scope="row">
恭喜${userBean.suser}用户,你的订单已经生成成功!
<br>
工作人员将在2个工作日审核你的订单。
请在此之后查看你的订单反馈信息!
</th>
</tr>
</table>
<br>
<table width="100%" border="1">
<tr>
<th scope="row">
</th>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -