📄 user.asp
字号:
<!--
┌─ shopxp.cn──────────────┐
│ 免费版难免存在不足,建议你使用正式版 │
│ 正式版用户提供免费升级24小时内排除故障│
│ 请到www.shopxp.cn进行前台和后台的测试 │
│ 热线:010-69209701-801 QQ:83107971 │
└────────────────────┘
-->
<!--#include file="conn/conn.asp"-->
<!--#include file="conn/webconfig.asp"-->
<html><head><title><%=webname%>--我的专区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img/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="webtop.asp"-->
<table width="88%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/xiao/user.gif" width="905" height="180"></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=905 border=0>
<TBODY>
<TR>
<td width="1" background="img/xiao/bgbg.gif"></td>
<TD width="900" align=left 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="user/userinfo.asp"-->
<!--#include file="info/info_gouwuche.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 "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="user/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 "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/xiao/bgbg.gif"></td>
</TR>
</TBODY>
</TABLE>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -