📄 control.asp
字号:
</tr>
<tr>
<td height="6" align="left"><div align="right">◆◆身份状态◆◆:</div></td>
<td height="6" align="left"><% if rs("rz")=true then
response.write "<font color=#0033CC>★★认证会员★★</font>"
else
response.write "<font color=#0033CC>●●非认证会员●●</font>"
end if
%>
[会员认证是免费的,<a href="rz.html" target="_blank">详情</a>] </td>
</tr>
<tr>
<td height="259" align="left" colspan="3"> <b>提示:只有所有必填信息填写完毕后您的资料才可能被教员所搜索</b><br>
<span class="STYLE2"><span class="STYLE7"><img src="images/jtou.gif" width="16" height="16"><a href="yfcb_gr.html" target="_blank"><font color=#ff0000>升级成VIP会员,享受本站超值服务!</font></a></span></span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div> </td>
</tr>
<tr>
<td valign="top" align="center" bgcolor="#FEFBF4"><p class="STYLE2"> </p>
</td>
</tr>
</table>
</div>
<%
else
%>
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3" height="272">
<tr>
<td height="27">
<p align="left">
会员中心 → 首页用户</td>
<td height="27"><div align="center"><span class="STYLE5">提示:为了你的资料安全,退出会员中心一定要点“<span class="STYLE6">退出会员中心</span>”</span></div></td>
</tr>
<tr>
<td width="26%" rowspan="2" valign="top">
<!--#include file="en_menu.asp"--> </td>
<td width="74%" valign="top" align="center" bgcolor="#FEFBF4">
<div align="center">
<table width="500" border="1" cellspacing="0" bordercolor="#993333">
<tr>
<td><table border="0" width="90%" cellspacing="0" cellpadding="0" id="table5" height="242">
<tr>
<td valign="top"><table border="0" width="470" cellspacing="0" cellpadding="0" id="table6" height="629">
<tr>
<td height="30" colspan="3"><font color="#000000"><b> </b></font><b> <font color="#0A5DF6">亲爱的教员用户:<%=Request.Cookies("ac")%>,您好!欢迎加入北京蒲公英家教网,我们将为您提供最贴切的服务!</font></b></td>
</tr>
<tr>
<td height="30" colspan="3"><p align="left"><b> 以下是您的站内基本信息:</b>【<img src="images/jtou.gif" width="16" height="16"><a href="yfcb_dw.html" target="_blank">了解普通用户与VIP用户差别</a>】</td>
</tr>
<tr>
<td height="29" width="156" align="left"><p align="right">用户类别:</td>
<td height="29" width="18" align="left"> </td>
<td height="29" width="296"><font color="#FF0000">
<%
if Request.Cookies("vip")="true" then
response.write "VIP高级"
else
response.write "普通级别"
end if
%>
</font>教员用户
会员编号:<font color=#ff0000><strong>
<%
if Request.Cookies("user")="1" then
response.write "ST"&Request.Cookies("id")
else
response.write "TE"&Request.Cookies("id")
end if
%>
</strong></font></td>
</tr>
<tr>
<td height="29" width="156" align="left"><p align="right"> 您的站内信息:</td>
<%
sql="select id from message where ttype='"&Request.Cookies("user")&"' and tid="&Request.Cookies("id")
rs.open sql,conn,1,1
%>
<td height="29" width="18" align="left"> </td>
<td height="29" width="296"><%=rs.recordcount%>条</td>
</tr>
<tr>
<td height="31" width="156" align="left"><p align="right">您的学员收藏:</td>
<%
rs.close
sql="select id from endepot where enid="&Request.Cookies("id")
rs.open sql,conn,1,1
%>
<td height="31" width="18" align="left"> </td>
<td height="31" width="296"><%=rs.recordcount%>个</td>
</tr>
<tr>
<td height="30" width="156" align="left"><p align="right"> 您的资料被阅:</td>
<%
rs.close
sql="select clicks from en_user where id="&Request.Cookies("id")
rs.open sql,conn,1,1
if rs.eof or rs.bof then
rs.close
response.redirect "nodata.html"
end if
%>
<td height="30" width="18" align="left"> </td>
<td height="30" width="296"><%=rs("clicks")%>次</td>
</tr>
<tr>
<td height="12" align="left"><div align="right"><font color=#ff00000>推荐服务开始时间:</font></div></td>
<td height="12" align="left"> </td>
<td height="12" align="left"><%
rs.close
sql="select picdays,picdate,rz from en_user where id="&Request.Cookies("id")
rs.open sql,conn,1,1
if not(isnull(rs("picdate"))) then
response.write rs("picdate")
else
response.write "你暂没有申请推荐/图片服务!!"
end if %> </td>
</tr>
<tr>
<td height="12" align="left"><div align="right"><font color=#ff00000>推荐服务总天数:</font></div></td>
<td height="12" align="left"> </td>
<td height="12" align="left"><%
if not(isnull(rs("picdays"))) then
response.write rs("picdays")
response.write"天"
else
response.write "你暂没有申请付费服务!!"
end if %></td>
</tr>
<tr>
<td height="12" align="left"><div align="right" ><font color=#ff00000>已提供服务天数:</font></div></td>
<td height="12" rowspan="2" align="left"> </td>
<td height="12" align="left"><% if date()-rs("picdate")>rs("picdays")then
response.write "你申请付费服务已到期!!"
else
response.write date()-rs("picdate")&"天" end if
%></td>
</tr>
<tr>
<td height="12" align="left"><div align="right">◆◆身份状态◆◆:</div></td>
<td align="left"><% if rs("rz")=true then
response.write "<font color=#0033CC>★★认证会员★★</font>"
else
response.write "<font color=#0033CC>●●非认证会员●●</font>"
end if
%>
[会员认证是免费的,<a href="rz.html" target="_blank">详情</a>] </td>
</tr>
<tr>
<td height="36" align="left" colspan="3">
<p><b>提示:只有所有必填信息填写完毕您的资料才可能被学员所搜索</b></p>
<p align="center" class="STYLE7"><img src="images/jtou.gif" width="16" height="16"><a href="yfcb_dw.html" target="_blank"><font color=#ff0000>升级成VIP会员,享受本站超值服务!!</font></a></p>
<p align="center" class="STYLE10">为庆祝本站改版成功,(2007年10月-2008年3月)优惠期内升级VIP会员费用实行半价优惠[仅需50元],期满后将恢复原价!</p></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div> </td>
</tr>
<tr>
<td valign="top" align="center" bgcolor="#FEFBF4"> </td>
</tr>
</table>
</div><%
end if
%>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -