?? mgritem.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="7" ><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>
<td bgcolor="#FFFFFF"><b>物品狀態</b></td>
<td bgcolor="#FFFFFF"><b>贏取者</b></td>
</tr>
<logic:iterate id="item" name="items" indexId="index">
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF"><bean:write name="item" property="name"/></td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="kind"/></td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="maxPrice"/></td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="remark"/></td>
<td bgcolor="#FFFFFF"><bean:write name="item" property="state"/></td>
<td bgcolor="#FFFFFF">
<a href='findUser.do?userName=<bean:write name="item" property="winer"/>'><bean:write name="item" property="winer"/></a>
</td>
</tr>
</logic:iterate>
</table>
</TD>
</TR>
<tr>
<td><br>
<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>
<html:form action="/processAddItem.do" onsubmit="return validateItemForm(this);">
<table width="420" height="257" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="380" height="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td height="5" bgcolor="#cccccc"></td>
<td colspan="2" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" rowspan="13" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td height="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td height="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td height="27" class="pt9">添加新物品</td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td height="13"> </td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9">物 品 名:
<html:text property="name"size="15"/></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" rowspan="2" bgcolor="#eeeeee"></td>
<td width="5" rowspan="2" bgcolor="#cccccc"></td>
<td width="5" rowspan="2" bgcolor="#888888"></td>
<td class="pt9">物品描述:
<html:text property="desc"size="15"/></td>
<td width="5" rowspan="2" bgcolor="#888888"></td>
<td width="5" rowspan="2" bgcolor="#aaaaaa"></td>
<td width="5" rowspan="2" bgcolor="#cccccc"></td>
<td width="5" rowspan="2" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td class="pt9">物品備注:
<html:text property="remark"size="15"/></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9"> 起拍價格:
<html:text property="initPrice"size="15"/></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9">有效時間:
<html:select property="avail" style="width:150">
<option value="1" selected>一天</option>
<option value="2">二天</option>
<option value="3">三天</option>
<option value="4">四天</option>
<option value="5">五天</option>
<option value="6">一個星期</option>
<option value="7">一個月</option>
<option value="8">一年</option>
</html:select></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9">物品種類:
<html:select property="kind" style="width:3000">
<logic:iterate id="kind" name="kinds" indexId="index">
<option value='<bean:write name="kind" property="id"/>' selected><bean:write name="kind" property="kindName"/></option>
</logic:iterate>
</html:select>
</td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9">驗 證 碼: <input name="vercode" type="text" size="15" maxlength="6"> </td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td class="pt9">驗 證 碼: <img name="d" src="authImg"> </td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#888888"></td>
<td>
<input type="submit" value="添加" name="Submit">
<input type="reset" name="Submit2" value="清除"> </td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td height="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#888888"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td height="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#aaaaaa"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td height="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#cccccc"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td height="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
<td width="5" bgcolor="#eeeeee"></td>
</tr>
</table>
</html:form>
<html:javascript formName="itemForm"/> </TD>
</TR>
</TABLE>
<%@include file="footer.jsp"%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -