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

📄 mgritem.jsp

📁 Spring2.0宝典
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="org.yeeku.business.*" errorPage="error.jsp" %>
<%@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="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="pic"/></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">&nbsp;</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">物&nbsp;品&nbsp;名:
              <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">验&nbsp;证&nbsp;码: <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">验&nbsp;证&nbsp;码: <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 + -