📄 xpuser.asp
字号:
<!--#include file="conn_xp/xp.asp"-->
<!--#include file="conn_xp/shopxp.asp"-->
<html><head><title><%=webname%>--我的专区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img_shopxp/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {font-family: "新宋体"}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="xptop.asp"-->
<TABLE width=996 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<td width="1" background="img_shopxp/xiao/bgbg.gif"></td>
<TD width="900" vAlign=top class=b><table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="179" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table-you">
<!--#include file="usershopxp/userinfo.asp"--></td>
<td width="712" valign="top" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<%xAction=lcase(request("action"))
select case xAction
case ""
%>
<TR>
<td height="33"> </td>
</tr>
<%
case "sqvip"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 请VIP会员 </td>
</tr>
<%
case "myinfo"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 我的信息</td>
</tr>
<%
case "userziliao"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 个人资料</td>
</tr>
<%
case "savepass"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 修改密码</td>
</tr>
<%
case "dindan"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 我的订单</td>
</tr>
<%
case "shoucang"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 我的收藏</td>
</tr>
<%
case "myvip"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 我的vip</td>
</tr>
<%
case "jifen"
%>
<TR>
<td height="33" bgcolor="#ffffff"> 我的积分</td>
</tr>
<%
case "viphd"
%>
<TR>
<td height="33" bgcolor="#ffffff"> VIP 活动</td>
</tr>
<%
case else
%>
<TR>
<td height="33" bgcolor="#ffffff"> 专区首页</td>
</tr>
<%end select%>
</table>
<table width="50%" height="5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<!--#include file="usershopxp/user_inc.asp"-->
<%xAction=lcase(request("action"))
select case xAction
case ""
call myinfo()
case "myinfo"
call myinfo()
case "userziliao"
call userziliao()
case "savepass"
call savepass()
case "dindan"
call dindan()
case "myvip"
call myvip()
case "shoucang"
call shoucang()
case "jifen"
call jifen()
case "viphd"
call viphd()
case "sqvip"
call sqvip()
case else
%>
<%end select%>
</td>
</tr>
</table></TD>
<td width="1" background="img_shopxp/xiao/bgbg.gif"></td>
</TR>
</TBODY>
</TABLE>
<!--#include file="copyright_shopxp.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -