📄 sell.asp
字号:
<!-- #include file="top_cnbbr.asp" -->
<%
Dim RegStep
RegStep=CheckStr(Trim(Request.Form("RegStep")))
if Not isNum(RegStep) then
RegStep=1
else
RegStep=Clng(RegStep)
if RegStep>2 or RegStep<1 then RegStep=1
end if
Response.Write Cnbbr_Head
Dim SiteMenu_Width,SiteMenu_Left,SiteMenu_Right
SiteMenu_Width=SYS_BodyCenterWidth
SiteMenu_Left="SellAuc.asp|[menu]|商品发布||[menu]||###|[menu]|选择商品拍卖方式"
SiteMenu_Right=""
Response.Write CnbbrSiteMenu(SiteMenu_Width,SiteMenu_Left,SiteMenu_Right)
%>
<table width=<%=Sys_BodyCenterWidth%> cellpadding=0 cellspacing=0 border=0 align=center>
<tr>
<td colspan=2 height=38 align=right>
<!-- 商品信息发布导航条 -->
<table align="center" border="0" cellpadding="2" cellspacing="2" width="<%=SYS_BodyCenterWidth%>" class="td">
<tbody>
<tr>
<td width="55%"><img src="Images/Spacer.gif" border="0" alt=""></td>
<%
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>
</td>
</tr>
<tr>
<td width=70% align=center>
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<tr>
<td colspan=4 align=left class="td">
<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>
</tr>
<tr>
<td colspan=4 align=center height=2 class="td"><img src="skins/default/spacer.gif" border="0" alt=""></td>
</tr>
<form name=sellauc method=get action=>
<tr class="td" height=88>
<td width=98 align=center><img src="images/icon_60x60_buynow.gif" border=0 alt="一口价:设定固定价格,让买家可以立刻购买。"></td>
<td align=center>设定固定价格,让买家可以立刻购买。<BR> <input type=button name=Bykj value="一 口 价" onClick="location.href='SellAuc.asp?sType=2&RegStep=2';"> </td>
<td width=98 align=center><img src="images/icon_60x60_bid.gif" border=0 alt="拍卖:无底价起拍,让买家竞价购买。"></td>
<td align=center>无底价起拍,让买家竞价购买。<BR> <input type=button name=BBid value=" 拍 卖 " onClick="location.href='SellAuc.asp?sType=1&RegStep=2';"> </td>
</tr>
</form>
</table>
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<tr>
<td colspan=3 align=center height=1 class="grayspace"><img src="skins/default/spacer.gif" border="0" alt=""></td>
</tr>
<tr class="td" height=28>
<td width=3 align=center class="grayspace"><img src="skins/default/spacer.gif" border="0" alt=""></td>
<td align=center><b>提醒:</b>从2006年5月1日起,本站将起用<a href="Help.asp">{新商品发布规则}</a>,敬请广大用户关注!</td>
<td width=3 align=center class="grayspace"><img src="skins/default/spacer.gif" border="0" alt=""></td>
</tr>
<tr>
<td colspan=3 align=center height=1 class="grayspace"><img src="skins/default/spacer.gif" border="0" alt=""></td>
</tr>
</table>
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<tr class="td" height=168>
<td align=left valign=top>
<!-- 卖家宝典位置 -->
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<TR>
<TD height=2 class="td"><img src="skins/default/spacer.gif" border="0" alt=""></TD>
</TR>
</table>
<TABLE cellSpacing=1 width="98%" border="0" class="Table1pxBorder">
<TBODY>
<TR>
<TD width="100" class="Table1pxTitleLeft">卖家宝典</TD>
<TD class="Table1pxTitleRight"><img src="Skins/<%=Skins_Folder%>/More.gif" border="0" alt=""></TD>
</TR>
<!--
<TR>
<TD colSpan="2" class="Table1pxSecondTitle"></TD>
</TR>
-->
<TR>
<TD colSpan="2" height="28" Valign="center">
<table width="98%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left">列表</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
<!-- 卖家宝典结束 -->
</td>
<td align=right valign=top>
<!-- 批发进货位置 -->
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<TR>
<TD height=2 class="td"><img src="skins/default/spacer.gif" border="0" alt=""></TD>
</TR>
</table>
<TABLE cellSpacing=1 width="98%" border="0" class="Table1pxBorder">
<TBODY>
<TR>
<TD width="100" class="Table1pxTitleLeft">批发进货</TD>
<TD class="Table1pxTitleRight"><img src="Skins/<%=Skins_Folder%>/More.gif" border="0" alt=""></TD>
</TR>
<!--
<TR>
<TD colSpan="2" class="Table1pxSecondTitle"></TD>
</TR>
-->
<TR>
<TD colSpan="2" height="28" Valign="center">
<table width="98%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left">列表</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
<!-- 批发进货结束 -->
</td>
</tr>
</table>
</td>
<td width=30% align=right valign=top>
<!-- 最新公告位置 -->
<table width=100% cellpadding=0 cellspacing=0 border=0 align=center>
<TR>
<TD height=2 class="td"><img src="skins/default/spacer.gif" border="0" alt=""></TD>
</TR>
</table>
<TABLE cellSpacing=1 width="96%" border="0" class="Table1pxBorder">
<TBODY>
<TR>
<TD width="100" class="Table1pxTitleLeft">最新公告</TD>
<TD class="Table1pxTitleRight3"><img src="Skins/<%=Skins_Folder%>/More.gif" border="0" alt=""></TD>
</TR>
<!--
<TR>
<TD colSpan="2" class="Table1pxSecondTitle"></TD>
</TR>
-->
<TR>
<TD colSpan="2" height="28" Valign="center">
<table width="98%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height=198 valign=top align="left"><%=Cnbbr_SYSNews%></td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
<!-- 最新公告结束 -->
</td>
</tr>
</table>
<%
Response.Cookies("BBRRndSellCode")=""
Response.Write Cnbbr_Bottom
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -