?? viewdetail.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>
<logic:present name="errMsg" scope="request">
<div align="center" class="error">
<bean:write name="errMsg"/>
</div>
</logic:present>
<logic:messagesPresent>
<div align="center" class="error">
<bean:message key="errors.header"/>
<html:messages id="error">
<li><bean:write name="error"/></li>
</html:messages>
</div>
</logic:messagesPresent>
<table width=80% border=0 align="center" cellpadding=0 cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#e1e1e1" >
<td colspan="2"><div class="mytitle">您瀏覽的物品詳細信息</div></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品名</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="name"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品描述</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="desc"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品備注</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="remark"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品種類</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="kind"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品所有者</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="owner"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品起拍價</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="initPrice"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品最高價</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="maxPrice"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品起拍時間</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="addTime"/></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF">物品結束時間</td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="endTime"/></td>
</tr>
<tr class="pt9" height="32">
<td bgcolor="#FFFFFF" colspan=2> </td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF" colspan=2>如果您有興趣參與該物品競價,請輸入價格后提交。請注意,您的價格應大于物品的最高價</td>
</tr>
<html:form action="/bid.do" onsubmit="return validateBidForm(this);">
<tr class="pt9" height="32">
<td bgcolor="#FFFFFF">競拍價:
<input type="hidden" name="itemId" value='<bean:write name="item" property="id"/>'/>
<input type="hidden" name="maxPrice" value='<bean:write name="item" property="maxPrice"/>'/></td>
<td bgcolor="#FFFFFF"><html:text property="bidPrice" size="15"/></td>
</tr>
<tr class="pt9" height="32">
<td bgcolor="#FFFFFF">驗證碼:</td>
<td bgcolor="#FFFFFF"><input name="vercode" type="text" size=15 maxlength="6"></td>
</tr>
<tr class="pt9" height="32">
<td bgcolor="#FFFFFF">驗證碼:</td>
<td bgcolor="#FFFFFF"><img name="d" src="authImg"></td>
</tr>
<tr class="pt9" height="32">
<td bgcolor="#FFFFFF"><input type="submit" value="競價"/></td>
<td bgcolor="#FFFFFF"><input type="submit" value="清除"/></td>
</tr>
</html:form>
<html:javascript formName="bidForm"/>
</table>
</TD>
</TR>
</TABLE>
<%@include file="footer.jsp"%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -