📄 orderall.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%
String path=request.getContextPath();
String basePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>查看所有订单</title>
<base href=<%=basePath%>>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body background="image/back.gif">
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td align="center"><jsp:include page="/view/top.jsp"/></td></tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" background="image/content_back.gif" width="760" height="464">
<tr><td align="right" colspan="2" height="40"><jsp:include page="/view/sub_menu.jsp"/></td></tr>
<tr>
<td width="207" align="right" valign="top"><jsp:include page="/view/left.jsp"/></td>
<td align="center">
<table border="0" width="539" height="401" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<table border="0" width="302" cellspacing="0" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white" style="margin-top:50">
<tr><td width="302" height="7" background="image/hint/tishi_top.jpg"></td></tr>
<tr><td height="15" bgcolor="#ba813c" style="text-indent:8"><font color="white"><b>友情提示!</b></font></td></tr>
<tr><td height="119" align="center" background="image/hint/tishi_back.jpg">对不起,查看所有订单 功能未实现!</td></tr>
<tr><td height="46" align="center" background="image/hint/tishi_end.jpg"></td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr><td align="center"><jsp:include page="/view/end.jsp"/></td></tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -