📄 index.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GB2312"
pageEncoding="GB2312"%>
<%@ include file="../include/header.jsp"%>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=760 align="center">
<TBODY>
<tr>
<td align="left" height=25>当前位置:<a href="../index.jsp">首页</a> ->
后台管理</td>
<%@ include file="../include/date.jsp"%>
</tr>
<TR bgColor=#3399ff>
<TD height=1 colspan="2"><IMG height=1 src="images/spacer.gif"
width=16></TD>
</TR>
<tr>
<td height=10 colspan="2"><IMG height=1 src="images/spacer.gif"
width=16></td>
</tr>
</TBODY>
</TABLE>
<table align="center" border="0" width="760" cellspacing="0"
cellpadding="0" height="355">
<tr>
<td width="150" height="355" valign="top"><%@ include
file="../include/top_banner.jsp"%></td>
<td width="10" height="100%"></td>
<td width="1" height="100%" bgcolor="#3399ff"></td>
<td width="10" height="100%"></td>
<td width="589" height="331" valign="top" background="images/bg1.gif">
<table border="0" width="80%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="121" width="" height="50" bgcolor="">
<a href="post.jsp">发布商品</a>
</td>
</tr>
<tr>
<td colspan="121" width="" height="50" bgcolor="">
<a href="/ECommerce/OrderAdminServlet">订单管理</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%@ include file="../include/footer.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -