discount.jsp
来自「实现一个网络购物」· JSP 代码 · 共 63 行
JSP
63 行
<mm:list nodes="$page" path="pages,posrel,articles"
><% productHref = "";
%><mm:node element="articles"
><table width="100%" cellspacing="0" cellpadding="0" class="discount">
<tr>
<td class="titlebar"><img src="media/discountborder.gif" width="1" height="15" border="0" alt=""></td>
<td class="nav" background="<mm:related path="posrel,images" max="1"
><mm:node element="images"
><mm:image template="s(100x140)"
/></mm:node
></mm:related>" style="padding:4px;">
<img src="media/spacer.gif" width="1" height="15" border="0" alt=""><br>
<mm:field name="quotetitle"
><mm:isnotempty
><mm:compare value="standaard" inverse="true"
><img style="float:right;margin-top:-11px;margin-right:5px;" src="media/<mm:write />.gif"></mm:compare
></mm:isnotempty
></mm:field
><mm:field name="title"
/><table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="60%"><mm:field name="intro" /><br>
<% // *** we have to know on which page the discount product can be found ***
%>
<mm:related path="readmore,products,posrel,productgroups,posrel,pages" fields="products.number,pages.number"
orderby="readmore.readmore" directions="UP"
><mm:field name="pages.number" jspvar="pages_number" vartype="String" write="false"
><mm:field name="products.number" jspvar="products_number" vartype="String" write="false"><%
productHref = "index.jsp?page=" + pages_number + "&u=" + products_number;
%></mm:field
></mm:field
><a href="<mm:url referids="portal" page="<%= productHref %>" />" class="bold"><mm:field name="products.title" /></a><br>
<mm:last
><mm:node element="products"
><mm:import id="smallprice"
/><%@include file="../includes/relatedprice.jsp"
%><mm:remove referid="smallprice"
/></mm:node
></mm:last>
</mm:related>
</td>
<td style="width:40%;text-align:right;vertical-align:bottom;""><a style="display:block;width:auto;height:70;" href="<mm:url referids="portal" page="<%= productHref %>"
/>" ><img src="media/spacer.gif" border="0" alt=""></a></td>
</tr>
</table>
</td>
<td class="titlebar"><img src="media/discountborder.gif" width="1" height="15" border="0" alt=""></td>
</tr>
<tr>
<td class="titlebar"><img src="media/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td class="titlebar" width="100%">
<table cellspacing="0" cellpadding="0" align="right"><tr>
<td class="nav"><a href="<mm:url referids="portal" page="<%= productHref %>" />" class="nav"><mm:field name="subtitle" /></a></td>
<td style="padding:2px;padding-left:5px;"><a href="<mm:url referids="portal" page="<%= productHref %>" />"><img src="../mmbase/style/images/next.gif" border="0" alt=""></a></td>
</tr></table>
</td>
<td class="titlebar"><img src="media/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr><td class="titlebar" colspan="3"><img src="media/spacer.gif" width="1" height="1" border="0" alt=""></td></tr>
</table>
</mm:node
></mm:list>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?