📄 user_lmenu.asp
字号:
<!--#include file="user_popedom.asp"-->
<div class="groupblock">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="ltl"><script type="text/javascript">ico()</script></td><td class="ltc"><span class="tt">会员登录</span></td><td class="ltr"></td></tr></table>
<div class="lmc"><%Call publiclogonModule()%></div>
</div>
<div class="groupblock">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="ltl"><script type="text/javascript">ico()</script></td><td class="ltc"><span class="tt">操作面板</span></td><td class="ltr"></td></tr></table>
<div class="lmc"><%Call operateFace()%></div>
</div>
<div class="groupblock">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="ltl"><script type="text/javascript">ico()</script></td><td class="ltc"><span class="tt">好友在线</span></td><td class="ltr"></td></tr></table>
<div class="lmc"><%Call friendOnline()%></div>
</div>
<%
Sub friendOnline()%>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td style="padding:12px;line-height:14px;">
<%
sql="select u.user_name,o.ip,o.onwhere,o.startTime,o.lasttime from ms_user as u,ms_online as o,ms_user_friend as f where u.user_name=o.UserName and o.UserName=f.user_friend and u.user_name='"&userInfo(1)&"' and f.user_name='"&userInfo(1)&"'"
Set fors=conn.execute(sql)
if not fors.eof and not fors.bof then
do while not fors.eof
response.Write(fors(0)&"<br>")
fors.movenext
loop
else
response.write("当前没有好友在线")
end if
fors.close
set fors=nothing
%>
</td></tr>
</table>
<%End Sub
Sub operateFace()%>
<table width="177" border="0" cellpadding="0" cellspacing="0" class="text">
<tr>
<td width="177" height="20" valign="middle"> <img src="images/user/u_1.gif" align="absbottom" width="16" height="16" style="margin-right:4px;"><b>用户服务中心</b></td>
</tr>
<tr>
<td height="*" valign="top" style="padding-left:20px;">
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp">个人信息</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=modifyinfo">资料修改</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=sms">站内短信</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=bookmarker">网络书签</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=money">财富中心</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=friendlist">我的好友</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_center.asp?action=userlist">会员列表</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="guestbook.asp?action=writegb">发表留言</a></div>
</td>
</tr>
<tr>
<td height="20" valign="middle"> <img src="images/user/u_2.gif" align="absbottom" width="16" height="16" style="margin-right:4px;"><b>发布信息</b></td>
</tr>
<tr>
<td height="*" valign="top" style="padding-left:20px;">
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=news&action=maosin_appNews">我要发布新闻</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=news&action=NewsList">管理我发布的新闻</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=article&action=maosin_appArticle">我要发表文章</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=article&action=articleList">管理我发表的文章</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=pic&action=maosin_appPic">我要发布图片</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=pic&action=picList">管理我发表的图片</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=down&action=maosin_appDown">我要发布下载</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=down&action=downList">管理我发表的下载</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=res&action=maosin_appRes">我要发布免费资源</a></div>
<div style="border-bottom:1px dotted #cccccc;height:18px;margin-top:3px;margin-bottom:3px;"><img src="images/user/post1.gif" border="0" align="absmiddle"> <a href="user_publish.asp?channel=res&action=resList">管理我发表的免费资源</a></div>
</td>
</tr>
<tr>
<td height="20" valign="middle"> <img src="images/user/u_3.gif" align="absbottom" width="16" height="16" style="margin-right:4px;"><b><a href="logout.asp">安全退出</a></b></td>
</tr>
</table>
<%End Sub
'========================================================
'MaoSin CMS 1.1 Power by maosin.com
'Email: maosin@163.com , maosin@maosin.com
'Web: http://www.maosin.com http://www.maosin.net
'Copyright (C) 2006 maosin.com All Rights Reserved.
'========================================================
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -