📄 user_list.asp
字号:
<%
'****************************************************
sub user_left()
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" class="a2"> 控 制 面 板</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35"> <img border=0 src='img/user_left_base.gif' align=absmiddle> ≡ 个性操作 ≡</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp">个人资料</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp?action=edit">资料修改</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp?action=list">会员列表</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp?action=vip">申请 VIP</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp?action=friend">我的好友</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="messager.asp?action=new">我的短信</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="user_corpus.asp">我的文集</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_main.asp?action=collect">音乐收藏</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="User_book.asp">我的书签</a>(√)</td>
</tr>
<tr>
<td height="20" align="center"><img src='img/user_base.gif' border=0> <a href="shop_myuser.asp?action=dingdan">我的定单</a>(√)</td>
</tr>
<tr>
<td height="20"> <img border=0 src='img/user_left_put.gif' align=absmiddle> ≡ 信息发布 ≡</td>
</tr>
<%if userfb="yes" then
if usernews="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=news">发布新闻</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布新闻(<font color=red>×</font>)</td>
</tr>
<%end if
if userjoke="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=joke">发布笑话</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布笑话(<font color=red>×</font>)</td>
</tr>
<%end if
if userdj="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=dj">发布歌曲</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布歌曲(<font color=red>×</font>)</td>
</tr>
<%end if
if userpic="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=pic">发布图片</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布图片(<font color=red>×</font>)</td>
</tr>
<%end if
if userdown="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=down">发布资源</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布资源(<font color=red>×</font>)</td>
</tr>
<%end if
if userweb="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=web">发布游记</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布游记(<font color=red>×</font>)</td>
</tr>
<%end if
if usershop="yes" then%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> <a href="User_put.asp?action=shop">发布产品</a>(√)</td>
</tr>
<%else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 发布产品(<font color=red>×</font>)</td>
</tr>
<%end if
else%>
<tr>
<td height="20" align="center"><img src='img/user_put.gif' border=0> 已关闭此功能</td>
</tr>
<%end if%>
<tr>
<td height="35"> <img border=0 src='img/user_left_emoney.gif' align=absmiddle> ≡ <a href="UserChkLogin.asp?hx66=logout">安全退出</a> ≡</td>
</tr>
</table>
<%
end sub
'****************************************************
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -