📄 sell_resultten.jsp~1~
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>电子商城</title>
</head>
<link href="css/css.css" rel="stylesheet" type="text/css">
<body>
<table width="755" height="150%" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="119"><div align="center">
<jsp:include page="topOne.jsp"/></div> </td>
</tr>
<tr>
<td height="50" align="center" valign="middle"><jsp:include page="topTwo.jsp"/></td>
</tr>
<tr>
<td height="847"><table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" height="638" rowspan="2" valign="top">
<jsp:include page="left.jsp"/>
</td>
<td width="75%" height="35" align="center" valign="middle">商品信息排行 TOP10</td>
</tr>
<tr>
<td valign="top" height="613">
<br>
<table width="99%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#819BBC">
<tr>
<td width="36%" rowspan="4" height="120"><div align="center">
<input name="pricture<%=i%>" type="image" src="<%=newGoods.getPicture()%>" width="110" height="100">
</div></td>
<td width="64%" height="30"><div align="center"><%=newGoods.getName()%></div></td>
</tr>
<tr>
<td height="30"><div align="center">单价:<%=newGoods.getNowPrice()%>元</div></td>
</tr>
<tr>
<td height="30"><div align="center"><%=newGoods.getIntroduce()%></div></td>
</tr>
<tr>
<%if(session.getAttribute("form")!=null||session.getAttribute("id")!=null){%>
<td height="45"><div align="center"><a href="#" onClick="window.open('goodsAction.do?action=16&id=<%=newGoods.getId()%>','','width=500,height=200');">查看详细内容</a></div>
<%}else{%>
<div align="center">登录后才能购买</div></td>
<%}%>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="100"><p align="center"><a href="background/managerCheck.jsp">电子商城客户服务热线:</a>0431-4978981,4978982 传真:0431-4972266<br>
CopyRight © 2005 www.mingrisoft.com 吉林省明日科技有限公司<br>
本站请使用IE6.0或以上版本 1024*768为最佳显示效果</p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -