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

📄 item.jsp

📁 简单的Jdon实现
💻 JSP
字号:
<%@include file="../common/IncludeTop.jsp"%>

<bean:define id="product" name="itemForm" property="product" />
<bean:define id="item" name="itemForm" />


<table align="left" bgcolor="#008800" border="0" cellspacing="2" cellpadding="2">
<tr><td bgcolor="#FFFF88">
<html:link paramId="productId" paramName="product" paramProperty="productId" page="/shop/viewProduct.shtml"><b><font color="BLACK" size="2">&lt;&lt; <bean:write name="product" property="name" /></font></b></html:link>
</td></tr>
</table>

<p>


<table align="center" bgcolor="#008800" cellspacing="2" cellpadding="3" border="0" width="60%">
<tr bgcolor="#FFFF88">
<td bgcolor="#FFFFFF">
<bean:write filter="false" name="product" property="description"/>
</td>
</tr>
<tr bgcolor="#FFFF88">
<td width="100%" bgcolor="#cccccc">
  <b><bean:write name="item" property="itemId" /></b>
</td>
</tr><tr bgcolor="#FFFF88">
<td>
  <b><font size="4">
     <bean:write name="item" property="attribute1" />
     <bean:write name="item" property="attribute2" />
     <bean:write name="item" property="attribute3" />
     <bean:write name="item" property="attribute4" />
     <bean:write name="item" property="attribute5" />
     <bean:write name="item" property="product.name" />
  </font></b>
</td></tr>
<tr bgcolor="#FFFF88"><td>
  <font size="3"><i><bean:write name="product" property="name" /></i></font>
</td></tr>
<tr bgcolor="#FFFF88"><td>
  <logic:lessEqual name="item" property="quantity" value="0">
    <font color="RED" size="2"><i>Back ordered.</i></font>
  </logic:lessEqual>
  <logic:greaterEqual name="item" property="quantity" value="1">
    <font size="2"><bean:write name="item" property="quantity" /> in stock.</font>
  </logic:greaterEqual>
</td></tr>
<tr bgcolor="#FFFF88"><td>
  <bean:write name="item" property="listPrice" format="$#,##0.00" />
</td></tr>

<tr bgcolor="#FFFF88"><td>
<html:link paramId="workingItemId" paramName="item" paramProperty="itemId" page="/shop/addItemToCart.shtml?action=create">
  <img border="0" src="../images/button_add_to_cart.gif" /></html:link>
</td></tr>
</table>


<%@include file="../common/IncludeBottom.jsp"%></p></p>


⌨️ 快捷键说明

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