?? incnewdishlist.jsp.svn-base
字號(hào):
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/new_product_top.gif" width="163" height="37"></td>
</tr>
<tr>
<td width="1" bgcolor="#D9D9D9"></td>
<td width="161">
<table width="100%" border="0" cellspacing="5" cellpadding="0">
<c:forEach var="newDishItem" items="${newDishList}" begin="0" end="3">
<tr>
<td width="52%" height="50" align="center">
<c:forEach var="imageItem" items="${newDishItem.images}" begin="0" end="0">
<a href="<c:url value="/upload/"/><c:out value="${imageItem.newname}"/>" class="thickbox" title="${newDishItem.name}"><img src="<c:url value="/upload/"/><c:out value="${imageItem.newname}"/>" width="80" height="62" class="image_border" onMouseOver="this.className='image_border_over'" onMouseOut="this.className='image_border'" border="0"></a>
</c:forEach>
</td>
<td width="48%" height="50"><a href="<c:url value="/viewDish.jspx"/>?dishId=<c:out value="${newDishItem.id}"/>"><c:out value="${newDishItem.name}"/></a><br><span class="price_normal">¥<c:out value="${newDishItem.price}"/></span></td>
</tr>
</c:forEach>
</table>
</td>
<td width="1" bgcolor="#D9D9D9"></td>
</tr>
<tr>
<td colspan="3"><img src="images/new_product_bottom.gif" width="163" height="9"></td>
</tr>
</table>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -