📄 shop_cash.asp
字号:
<!--#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"-->
<%
start="产品中心 >> 收银台"
call head()
call menu()
%>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF" class="table-hx66s">
<tr>
<td height="23"> 你的位置:<a href='index.asp'><%=webname%></a> >> <a href="shop.asp"><%=start%></a></td>
</tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" 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"> 会 员 登 录</td>
</tr>
<tr>
<td height="22"><%call userlogin()%></td>
</tr>
<tr>
<td height="26" class="a2"> 购 物 信 息</td>
</tr>
<tr>
<td height="23"><%call my_shop()%></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="a4"> 产 品 中 心</td>
</tr>
<tr>
<td valign="top"><%call cash_shop()%></td>
</tr>
</table><BR>
</td>
</tr>
</table>
<%
call footer()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -