?? viewbid.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="org.yeeku.business.*" errorPage="" %>
<%@include file="taglibs.jsp"%>
<!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="images/css.css" rel="stylesheet" type="text/css">
</head>
<body">
<%@include file="header.jsp"%>
<table width="780" align="center" CELLSPACING=0 background="images/bodybg.jpg">
<tr>
<td>
<br>
<table width=80% border=0 align="center" cellpadding=0 cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#e1e1e1" >
<td colspan="4" ><div class="mytitle">您參與的全部競價</div></td>
</tr>
<tr class="pt9" height="30">
<td bgcolor="#FFFFFF"><b>物品名</b></td>
<td bgcolor="#FFFFFF"><b>競標價格</b></td>
<td bgcolor="#FFFFFF"><b>競標時間</b></td>
<td bgcolor="#FFFFFF"><b>競標人</b></td>
</tr>
<logic:iterate id="bid" name="bids" indexId="index">
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF"><bean:write name="bid" property="item"/></td>
<td bgcolor="#FFFFFF"><bean:write name="bid" property="price"/></td>
<td bgcolor="#FFFFFF"><bean:write name="bid" property="bidDate"/></td>
<td bgcolor="#FFFFFF"><bean:write name="bid" property="user"/></td>
</tr>
</logic:iterate>
</table>
</TD>
</TR>
</TABLE>
<%@include file="footer.jsp"%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -