📄 sellauc.asp
字号:
Dim TempRegStepStr
if RegStep=1 then
TempRegStepStr="<td width=""15%"" class=""orangeSpace"">1、选择拍卖方式</td>"& Vbcrlf &_
"<td width=""15%"" class=""graySpace"">2、填写商品信息</td>"& Vbcrlf &_
"<td width=""15%"" class=""graySpace"">3、商品发布成功</td>"& Vbcrlf
elseif RegStep=2 then
TempRegStepStr="<td width=""15%"" class=""graySpace"">1、选择拍卖方式</td>"& Vbcrlf &_
"<td width=""15%"" class=""orangeSpace"">2、填写商品信息</td>"& Vbcrlf &_
"<td width=""15%"" class=""graySpace"">3、商品发布成功</td>"& Vbcrlf
elseif RegStep=3 then
TempRegStepStr="<td width=""15%"" class=""graySpace"">1、选择拍卖方式</td>"& Vbcrlf &_
"<td width=""15%"" class=""graySpace"">2、填写商品信息</td>"& Vbcrlf &_
"<td width=""15%"" class=""orangeSpace"">3、商品发布成功</td>"& Vbcrlf
else
TempRegStepStr="<td width=""45%"" class=""graySpace"">填写商品信息</td>"& Vbcrlf
end if
Response.Write TempRegStepStr
%>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="2" cellspacing="2" width="<%=SYS_BodyCenterWidth%>" class="td">
<tbody>
<tr>
<td> </td>
<td width="758">
<div class=Div1px><img src="Skins/<%=Skins_Folder%>/ErrMsg.gif" border="0" alt="">
<%
if RegStep=1 then
Response.Write "你准备好了吗?第一步,请选择商品的拍卖方式。" & Vbcrlf
elseif RegStep=2 then
Response.Write "第二步,为保证商品交易的顺利进行,请认真填写你的商品相关信息。" & Vbcrlf
elseif RegStep=3 then
Response.Write "恭喜你,你的商品已经成功上架,祝你早日成功交易!" & Vbcrlf
else
Response.Write "出错了!" & Vbcrlf
end if
%>
</div>
</td>
<td> </td>
</tr>
</tbody>
</table>
<!-- 商品信息发布导航条结束 -->
<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%">当前你选择的商品拍卖方式。如需更换,请<a href="Sell.asp">点此更换</a>。</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" colspan="60" rows="12"><%=eContent%></textarea>
<!-- <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="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='_top'; 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>
<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>(发布商品前请认真阅读该协议,商品发布完成后即表示你已接受此协议)</td>
</tr>
<tr>
<td colspan="3" width="100%" height="20" align="center">
<textarea name="ServiceProtocol" cols="88" rows="6">
<!-- #include file="Service_SellProtocol.asp" -->
</textarea>
</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
Response.Write Cnbbr_Bottom
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -