📄 sellauc.asp
字号:
.Write" <tr> "& vbcrlf
.Write" <td colspan=2 width=100% align=center height=2 class=menutdbg_1></td> "& vbcrlf
.Write" </tr> "& vbcrlf
.Write" <tr height=32> "& vbcrlf
.Write" <td width=100% colspan=2 background=""../Skins/"& SKINS_FOLDER &"/GrayBg.gif""> <img src=""../Skins/"& Skins_Folder &"/Go.gif"" border=""0""><a href=""index.asp"" class=menuColor_1><b>首页</b></a>>>> <a href=""Search_Auction.asp"" class=menuColor_1><b>管理商品信息</b></a>>>> <a href=""###"" class=menuColor_1><b>更新商品信息</b></a> </td>"& vbcrlf
.Write" </tr>"& vbcrlf
.Write"</table>" & Vbcrlf
End With
%>
<table align="center" border="0" cellpadding="2" cellspacing="2" width="<%=SYS_BodyCenterWidth%>" class="td">
<tbody>
<tr>
<td width="100%" align="center">
<table align="center" border="0" cellpadding="2" cellspacing="2" width="758">
<form name=regform method=post action="<%=EditActionStr%>">
<tbody>
<tr>
<td colspan="3" width="100%" height="20" align="Left"><img src="../images/Spacer.gif" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3" width="100%" height="20" align="Left"><img src="../Skins/<%=Skins_Folder%>/NavReg.gif" border="0" alt=""> <Span Style="Font-Size: 14px; Font-weight: bold;">填写商品相关信息</Span>(带<img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt="">为必填项)</td>
</tr>
<tr>
<td colspan="3" width="100%" height="10" align="Left"><img src="../images/Spacer.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="20%" height="38" align="Right">拍 卖 方 式:</td>
<td width="30%"><input type=hidden name=stype value=<%=sType%>><B><%=TempTypeName%></B> <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td width="50%">当前商品拍卖方式。</td>
</tr>
<tr>
<td height="38" align="Right">商 品 名 称:</td>
<td><input name=sName Type=text maxlength=50 title="请填写你的商品名称" value="<%=eName%>"> <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>2-50个字符,一个汉字为两个字符。</td>
</tr>
<tr>
<td height="38" align="Right">商 品 分 类:</td>
<td colspan=2><!--#include file="../js/search_Class.asp"--> <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""> 请选择商品类型</td>
</tr>
<%
if sType=1 then
%>
<tr>
<td height="38" align="Right">起 拍 价:</td>
<td><input name=sStartPrice Type=text title="请填写你的商品起拍价格" value="<%=eAucStartPRice%>"> 元 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写你的商品起拍价格,必须填写为数字。</td>
</tr>
<tr>
<td height="38" align="Right">加 价 幅 度:</td>
<td><input name=sMiniIncrement Type=text title="请填写你的商品价格加价幅度" value="<%=eAucMiniIncrement%>"> 元 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写你的商品价格加价幅度,必须填写为数字。</td>
</tr>
<tr>
<td height="38" align="Right">保 留 价:</td>
<td><input name=sReservePrice Type=text title="请填写你的商品保留价格" value="<%=eAucReservePrice%>"> 元 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写你的商品保留价格,现价必须高于此价格才能成交,必须填写为数字。</td>
</tr>
<%
elseif sType=2 then
%>
<tr>
<td height="38" align="Right">一 口 价:</td>
<td><input name=sYkj Type=text title="请填写你的一口价价格" value="<%=eAucBuyPrice%>"> 元 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写你的一口价价格,必须填写为数字。</td>
</tr>
<%
else
Call AlertInfo("操作失败,请先选择正确的商品拍卖方式!","Sell.asp",1)
end if
%>
<tr>
<td height="38" align="Right">新 旧 程 度:</td>
<td>
<select name=sOldNew>
<%=AucOldNew(eAucOldNew,1)%>
</select>
<img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请选择商品的新旧程度。</td>
</tr>
<tr>
<td height="38" align="Right">商 品 数 量:</td>
<td>
<select name=sAmount>
<%
if sType=2 then
for i=1 to 1000
Response.Write"<option value="& i
if i=eAucNum then Response.Write" Selected"
Response.Write">"&i&"</option>"& Vbcrlf
next
else
Response.Write"<option value=1>1</option>"
end if
%>
</select>
件 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写商品数量,必须填写为数字。</td>
</tr>
<tr>
<%
if isNum(AucID) and eEditAct=1 then
Response.Write"<td height=38 align=Right>延 长 时 间:</td>"& Vbcrlf
else
Response.Write"<td height=38 align=Right>拍 卖 时 间:</td>"& Vbcrlf
end if
%>
<td>
<select name=sDays>
<%
for i=1 to 365
Response.Write"<option value="& i &">"&i&"</option>"& Vbcrlf
next
%>
</select> 天 <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请选择商品拍卖的时间周期,单位为(天)。</td>
</tr>
<tr>
<td height="38" align="Right">付 款 方 式:</td>
<td>
<select name=sAucPayStyle>
<%=AucPayStyle(eAucPayStyle,1)%>
</select> <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请选择商品支持的付款方式。</td>
</tr>
<tr>
<td height="38" align="Right">运 费 支 付:</td>
<td>
<select name=sPayForTM>
<%=PayForTm(ePayForTM,1)%>
</select> <img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请选择商品运费支付人。</td>
</tr>
<tr>
<td height="38" align="Right">平 邮 费 用:</td>
<td>
<select name=sAucTM1>
<%
for i=0 to 100
Response.Write"<option value="& i
if i=eAucTM1 then Response.Write" Selected"
Response.Write">"&i&"</option>"& Vbcrlf
next
%>
</select> 元
<img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写商品平邮费用。单位为(元)</td>
</tr>
<tr>
<td height="38" align="Right">快 递 费 用:</td>
<td>
<select name=sAucTM2>
<%
for i=0 to 100
Response.Write"<option value="& i
if i=eAucTM2 then Response.Write" Selected"
Response.Write">"&i&"</option>"& Vbcrlf
next
%>
</select> 元
<img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt=""></td>
<td>请填写商品快递费用。单位为(元)</td>
</tr>
<tr>
<td colspan=3 align="left">
商 品 描 述:<BR>
<textarea name="sContent" style="display:none"><%=eContent%></textarea>
<IFRAME ID="eWebEditor1" src="../editor/ewebeditor.asp?id=sContent&style=standard1" frameborder="0" scrolling="no" width="100%" height="350"></IFRAME>
<BR><img src="../Skins/<%=Skins_Folder%>/notSpace.gif" border="0" alt="">
</td>
</tr>
<tr>
<td colspan="3" width="100%" height="20" align="Left"><img src="../images/Spacer.gif" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3" width="100%" height="38" height="20" align="center"><input name=submitreg type=button value="同意以下服务协议并发布此商品" class="buttoninput" style="height: 32px;" onClick="document.regform.submitreg.disabled=true; document.regform.action='SellAuc.asp'; document.regform.target='_self'; document.regform.submit();"></td>
</tr>
<tr>
<td colspan="3" width="100%" height="20" align="Left"><img src="../images/Spacer.gif" border="0" alt=""></td>
</tr>
<input name=AucID type=hidden value=<%=AucID%>>
<input name=regStep type=hidden value=<%=RegStep+1%>>
<input name=regAct type=hidden value=<%=RegStep%>>
<input name=EditAct type=hidden value=<%=eEditAct%>>
</form>
</tbody>
</table>
</td>
</tr>
</table>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -