shopview.asp

来自「安全性好,适用于制作论坛和进行资源下载的个人和大型网站使用!」· ASP 代码 · 共 59 行

ASP
59
字号
<!--#include file="mdb.asp"-->
<!--#Include File="Check_hx.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/syscode_shop.asp"-->
<%
call head()
call menu()
%>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
 <TR>
   <TD height="25"><%call main_shop()%></td>
  </tr>
</table>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
  <tr>
    <TD width=175 vAlign=top align=center>
  <table border="0" width=165 align="center" cellpadding="0" cellspacing="1" class="b5" style="border-collapse: collapse">
   <tr>
    <td height="26" class="a5">&nbsp;&nbsp; 会 员 登 录</td>
   </tr>
   <tr>
    <td height="22"><%call userlogin()%></td>
   </tr>
   <tr>
    <td height="26" class="a2">&nbsp;&nbsp; 购 物 信 息</td>
   </tr>
   <tr>
    <td height="23"><%call my_shop()%></td>
   </tr>
   <tr>
    <td height="26" class="a2">&nbsp;&nbsp; 销 售 排 行</td>
   </tr>
   <tr>
    <td><%call top_shop(10,16,False)%></td>
   </tr>
</table><br>
</td>
<td width="*" valign="top" align="right">
      <table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
        <tr>
          <td height="26" class="a2">&nbsp;&nbsp;查 看 产 品</td>
        </tr>
        <tr>
          <td valign="top"><%call content_shop()%></TD>
        </tr>
        <tr>
          <td height="50" align="center"><font color=#FF0000>·</font>购物步骤:选购商品-> 加入购物车-> 去收银台-> 填写信息-> 付款方式-> 完成支付-> 购物完成</td>
        </tr>
      </TABLE><br>
   </TD>
  </TR>
</TABLE>
<%
call footer()
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?