⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 productdetail.jsp

📁 Easy_Buy是一个在线销售系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="pool" scope="application" class="PoolBean"/>
<jsp:useBean id="list" scope="session" class="ProductListBean"/>
<jsp:setProperty name="list" property="*"/>
<% 
	Product prod=list.getProduct();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>商品详细信息</title>
<link href="../css/product.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.yc {
	font-size: 12px;
}
.style1 {color: #000000}
-->
</style>
</head>

<body>
<div align="center">
  <table width="58%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><div align="center"><img src="img/lostPassword_r1_c1.jpg" width="799" height="94"></div></td>
    </tr>
    <tr>
      <td bgcolor="#7BB2CE"><div align="center">
	  <center>
  <p class="yc"><br>
    商品详细信息
</p>
  <table width="751" height="248" border="1" cellpadding="0" cellspacing="0" bgcolor="#FFFFCC" class="yc">
    <tr>
      <td width="194" height="119" rowspan="5" align="center" background="img/book.gif"><div align="center" class="yc">该书暂时没有图片</div></td>
      <td width="150" height="19" class="yc"><div align="right"><font color="#000099">商品名称: </font></div></td>
      <td width="399" height="19" class="yc"><div align="left"><%= prod.productName %>&nbsp;</div></td>
    </tr>
    <tr>
      <td width="150" height="19" class="yc"><div align="right"><font color="#000099">编  码: </font></div></td>
      <td width="399" height="19" class="yc"><div align="left"><%= prod.coding %>&nbsp;</div></td>
    </tr>
    <tr>
      <td width="150" height="19" class="yc"><div align="right"><font color="#000099">分  类: </font></div></td>
      <td width="399" height="19" class="yc"><div align="left"><%= prod.categoryID %>&nbsp;</div></td>
    </tr>
    <tr>
      <td width="150" height="19" class="yc"><div align="right"><font color="#000099">市 场 价: </font></div></td>
      <td width="399" height="19" class="yc"><div align="left"><font class="lineThrough"><%= prod.marketPrice %></font>&nbsp;</div></td>
    </tr>
    <tr>
      <td width="150" height="26" class="yc"><div align="right"><font color="#000099">优 惠 价: </font></div></td>
      <td width="399" height="26" class="yc"><div align="left"><%= prod.price %>&nbsp;</div></td>
    </tr>
    <tr>
      <td colspan="3" height="42"><div align="left" class="yc"><font color="#000099"> 描述</font></div></td>
    </tr>
    <tr>
      <td colspan="3" height="90"><div align="left"> <%= prod.description %>&nbsp;</div></td>
    </tr>
  </table>
  <p><span class="yc"><a href="purchase.jsp?productID=<%= prod.productID %>">购买</a>&nbsp;&nbsp;<a href="JavaScript:window.close()">关闭窗口</a></span><br>
  </p>
</center>
	  </div></td>
    </tr>
    <tr>
      <td><div align="center"><img src="img/admin_r3_c1.jpg" width="802" height="26"><br>
          <span class="yc">版权所有:ABCD<br>
EasyBuy工作组:ABCD<br>
最后修改日期:2005.7.11 </span> </div></td>
    </tr>
  </table>
  <br>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -