Friend.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:10k
源码类别:
数据库编程
开发平台:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../FS_Inc/Const.asp" -->
- <!--#include file="../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../FS_Inc/Function.asp" -->
- <!--#include file="lib/strlib.asp" -->
- <!--#include file="lib/UserCheck.asp" -->
- <%
- Response.Buffer = True
- Response.Expires = -1
- Response.ExpiresAbsolute = Now() - 1
- Response.Expires = 0
- Response.CacheControl = "no-cache"
- if Request("Action") = "del" then
- Dim strFriendID
- strFriendID = NoSqlHack(Request.QueryString("FriendID"))
- If strFriendID = "" or isNumeric(strFriendID)=false then
- strShowErr = "<li>错误的参数</li>"
- Call ReturnError(strShowErr,"")
- Else
- User_Conn.execute("Delete From FS_ME_Friends where FriendID="&strFriendID)
- strShowErr = "<li>删除成功!</li>"
- Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
- Response.end
- End if
- End if
- %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <title>我的朋友-网站内容管理系统</title>
- <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
- <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
- <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
- <head>
- <body>
- <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
- <tr>
- <td>
- <!--#include file="top.asp" -->
- </td>
- </tr>
- </table>
- <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
- <tr class="back">
- <td colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
- </tr>
- <tr class="back">
- <td width="18%" valign="top" class="hback"> <div align="left">
- <!--#include file="menu.asp" -->
- </div></td>
- <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr class="hback">
- <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> >>
- <a href="main.asp">会员首页</a> >>
- <%
- if Request("type") = 0 then
- Response.Write("我的好友")
- Elseif Request("type") = 1 then
- Response.Write("我的陌生人")
- Elseif Request("type") = 2 then
- Response.Write("我的黑名单")
- Else
- Response.Write("错误参数")
- End if
- %>
- </td>
- </tr>
- </table>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr class="hback">
- <td colspan="4" class="hback"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="44%"> 共搜索到<strong>
- <%
- Dim RsUserFriendObj,RsUserFriendSQL
- Dim strpage,strSQLs
- strpage=request("page")
- if len(strpage)=0 Or strpage<1 or trim(strpage)="" Then strpage="1"
- Set RsUserFriendObj = Server.CreateObject(G_FS_RS)
- If cint(Request("type"))=0 or trim(Request("type"))="" then
- strSQLs = " and FriendType=0 "
- Elseif cint(Request("type"))=1 then
- strSQLs = " and FriendType=1 "
- Elseif cint(Request("type"))=2 then
- strSQLs = " and FriendType=2 "
- Else
- strSQLs = " and FriendType=0 "
- End if
- RsUserFriendSQL = "Select FriendID,UserNumber,FriendType,F_UserNumber,AddTime,Updatetime,RealName,Content,Email,Tel,Mobile,QQ,MSN From FS_ME_Friends where UserNumber='"&Fs_User.UserNumber&"' "& strSQLs &" Order by FriendID desc"
- RsUserFriendObj.Open RsUserFriendSQL,User_Conn,1,3
- Response.Write "<Font color=red>" & RsUserFriendObj.RecordCount&"</font>"
- %>
- </strong> 个
- <%
- if Request("type") = 0 then
- Response.Write("好友")
- Elseif Request("type") = 1 then
- Response.Write("陌生人")
- Elseif Request("type") = 2 then
- Response.Write("黑名单")
- Else
- Response.Write("错误参数")
- End if
- %></td>
- <form action="Friend.asp" method="post" name="myform" id="myform">
- <td width="56%"><div align="center">
- <%if request.QueryString("type") = 1 then%>
- <a href="Friend_add.asp?type=1"><strong>添加陌生人</strong></a>
- <%Elseif request.QueryString("type") = 2 then%>
- <a href="Friend_add.asp?type=2"><strong>添加黑名单</strong></a>
- <%Else%>
- <a href="Friend_add.asp?type=2"><strong>添加好友</strong></a>
- <%End if%></div></td>
- </form>
- </tr>
- </table></td>
- </tr >
- <tr class="hback">
- <td class="xingmu">用户编号</td>
- <td class="xingmu"><strong>用户名</strong></td>
- <td class="xingmu">操作</td>
- <td class="xingmu"><div align="center">备注</div></td>
- </tr>
- <%
- Dim select_count,select_pagecount,i
- if RsUserFriendObj.eof then
- RsUserFriendObj.close
- set RsUserFriendObj=nothing
- Response.Write"<TR><TD colspan=""4"" class=""hback"">没有记录。</TD></TR>"
- else
- RsUserFriendObj.pagesize = 15
- RsUserFriendObj.absolutepage=cint(strpage)
- select_count=RsUserFriendObj.recordcount
- select_pagecount=RsUserFriendObj.pagecount
- for i=1 to RsUserFriendObj.pagesize
- if RsUserFriendObj.eof Then exit For
- Dim Returvaluestr
- Returvaluestr = Fs_User.GetFriendName(RsUserFriendObj("F_UserNumber"))
- if RsUserFriendObj("F_UserNumber") = "0" then
- exit For
- Else
- %>
- <tr class="hback">
- <td width="18%" class="hback"><a href="ShowUser.asp?UserNumber=<% = RsUserFriendObj("F_UserNumber")%>">
- <% = RsUserFriendObj("F_UserNumber")%>
- </a></td>
- <td width="35%" class="hback"><div align="left"><a href="ShowUser.asp?UserNumber=<% = RsUserFriendObj("F_UserNumber")%>">
- <% = Returvaluestr%>
- </a></div></td>
- <td width="33%" class="hback"> <div align="left"> <a href="message_write.asp?ToUserNumber=<% = RsUserFriendObj("F_UserNumber")%>">发信</a>|<a href="book_write.asp?ToUserNumber=<% = RsUserFriendObj("F_UserNumber")%>&M_Type=0">留言</a>|<a href="Friend_add.asp?FriendID=<% = RsUserFriendObj("FriendID")%>">修改</a>|<a href="Friend.asp?Action=del&FriendID=<% = RsUserFriendObj("FriendID")%>" onClick="{if(confirm('确定要删除所选定的项目吗?')){this.document.inbox.submit();return true;}return false;}">删除</a></div></td>
- <td width="14%" class="hback" id=item$pval[CatID]) style="CURSOR: hand" onmouseup="opencat(sid<%=RsUserFriendObj("FriendID")%>);" language=javascript><div align="center">查看备注</div></td>
- </tr>
- <tr class="hback" style="display:none" id="sid<%=RsUserFriendObj("FriendID")%>">
- <td height="46" colspan="4" class="hback"><table width="100%" border="0" cellspacing="1" cellpadding="5" class="table">
- <tr>
- <td width="23%" class="hback_1">姓名: <% = RsUserFriendObj("RealName")%></td>
- <td width="22%" class="hback_1">电话: <% = RsUserFriendObj("Tel")%> </td>
- <td width="23%" class="hback_1">手机: <% = RsUserFriendObj("Mobile")%> </td>
- <td width="32%" class="hback_1">Email: <a href="mailto:<% = RsUserFriendObj("Email")%>"><% = RsUserFriendObj("Email")%></a> </td>
- </tr>
- <tr>
- <td class="hback_1">MSN: <% = RsUserFriendObj("MSN")%> </td>
- <td class="hback_1">QQ: <%
- if Len(Trim(RsUserFriendObj("QQ")))>4 then
- Dim sOICQ
- sOICQ ="<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin="& RsUserFriendObj("QQ") &"&Site=FoosunCMS&Menu=yes><img border=""0"" SRC=http://wpa.qq.com/pa?p=1:"& RsUserFriendObj("QQ") &":16 alt=""点击这里给"& RsUserFriendObj("QQ") &"发消息""></a>"
- Response.Write sOICQ
- Else
- Response.Write("没有")
- End if
- %> </td>
- <td colspan="2" class="hback_1">说明: <% = RsUserFriendObj("Content")%> </td>
- </tr>
- </table></td>
- </tr>
- <%
- End if
- RsUserFriendObj.MoveNext
- Next
- %>
- <tr class="hback">
- <td colspan="4" class="xingmu"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="80%"> <span class="top_navi">
- <% Response.Write("每页:"& RsUserFriendObj.pagesize &"个,")
- Response.write" 共<b>"& select_pagecount &"</b>页<b> " & select_count &"</b>条记录,本页是第<b>"& strpage &"</b>页。"
- if int(strpage)>1 then
- Response.Write" <a href=?page=1&type="&Request("type")&">第一页</a> "
- Response.Write" <a href=?page="&cstr(cint(strpage)-1)&"&type="&Request("type")&">上一页</a> "
- End if
- If int(strpage)<select_pagecount then
- Response.Write" <a href=?page="&cstr(cint(strpage)+1)&"&type="&Request("type")&">下一页</a> "
- Response.Write" <a href=?page="& select_pagecount &"&type="&Request("type")&">最后一页</a> "
- End if
- Response.Write"<br>"
- RsUserFriendObj.close
- Set RsUserFriendObj=nothing
- End if
- %>
- </SPAN></td>
- </tr>
- </table></td>
- </tr>
- </table> </td>
- </tr>
- <tr class="back">
- <td height="20" colspan="2" class="xingmu"> <div align="left">
- <!--#include file="Copyright.asp" -->
- </div></td>
- </tr>
- </table>
- </body>
- </html>
- <%
- Set Fs_User = Nothing
- %>
- <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->