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

📄 incnewdishlist.jsp.svn-base

📁 spring+hibernate做的网上订餐系统
💻 SVN-BASE
字号:
<%@ 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>

⌨️ 快捷键说明

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