?? viewdetail.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%@taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>物品詳細(xì)信息</title>
</head>
<body>
<table width="780" align="center" CELLSPACING=0 background="images/bodybg.jpg">
<tr>
<td>
<table width=80% align="center" cellpadding=0 cellspacing="1" style="border:1px solid black">
<tr bgcolor="#e1e1e1" >
<td colspan="2"><div class="mytitle">您瀏覽的物品詳細(xì)信息</div></td>
</tr>
<tr class="pt9" height="24">
<td>物品名</td>
<td><s:property value="item.name"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品描述</td>
<td><s:property value="item.desc"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品備注</td>
<td><s:property value="item.remark"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品種類</td>
<td><s:property value="item.kind"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品所有者</td>
<td bgcolor="#FFFFFF"><s:property value="item.owner"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品起拍價</td>
<td><s:property value="item.initPrice"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品最高價</td>
<td><s:property value="item.maxPrice"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品起拍時間</td>
<td><s:property value="item.addTime"/></td>
</tr>
<tr class="pt9" height="24">
<td>物品結(jié)束時間</td>
<td><s:property value="item.endTime"/></td>
</tr>
<tr class="pt9" height="32">
<td colspan=2> </td>
</tr>
<tr class="pt9" height="24">
<td colspan="2">
如果您有興趣參與該物品競價,請輸入價格后提交。請注意,您的價格應(yīng)大于物品的最高價
<s:actionerror/>
</td>
</tr>
<tr class="pt9" height="32">
<td colspan="2">
<s:form action="bid.action">
<input type="hidden" name="itemId" value="<s:property value='item.id'/>"/>
<input type="hidden" name="maxPrice" value="<s:property value='item.maxPrice'/>"/>
<s:textfield name="bidPrice" label="競拍價"/>
<s:textfield name="vercode" label="驗(yàn)證碼"/>
<s:submit/>
</s:form>
驗(yàn)證碼:<img name="d" src="authImg">
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -