favorite.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:13k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="lib/UserCheck.asp" -->
  7. <!--#include file="../FS_Inc/Func_Page.asp" -->
  8. <%
  9. if request("Action")="del" then
  10. if Request("id")="" then
  11. strShowErr = "<li>错误的参数!</li>"
  12. Response.Redirect("lib/error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  13. Response.end
  14. else
  15. User_Conn.execute("Delete from FS_ME_Favorite where FavoID in ("&NoSqlHack(Request("id"))&")")
  16. strShowErr = "<li>删除成功!</li>"
  17. Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../Favorite.asp")
  18. Response.end
  19. end If
  20. Elseif Request("Action")="sort" Then
  21. if Request("id")="" Or Request("classID")="" then
  22. strShowErr = "<li>错误的参数!</li>"
  23. Response.Redirect("lib/error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  24. Response.end
  25. Else
  26. User_Conn.execute("Update FS_ME_Favorite set FavoClassID="&NoSqlHack(Request("ClassID"))&" where FavoID in ("&NoSqlHack(Request("id"))&")")
  27. strShowErr = "<li>转移成功</li>"
  28.     Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../Favorite.asp")
  29. Response.end
  30. end If
  31. end if
  32. Dim int_RPP,int_Start,int_showNumberLink_,str_nonLinkColor_,toF_,toP10_,toP1_,toN1_,toN10_,toL_,showMorePageGo_Type_,cPageNo,strpage,rs,i
  33. int_RPP=20 '设置每页显示数目
  34. int_showNumberLink_=5 '数字导航显示数目
  35. showMorePageGo_Type_ = 1 '是下拉菜单还是输入值跳转,当多次调用时只能选1
  36. str_nonLinkColor_="#999999" '非热链接颜色
  37. toF_="<font face=webdings title=""首页"">9</font>"   '首页 
  38. toP10_=" <font face=webdings title=""上十页"">7</font>" '上十
  39. toP1_=" <font face=webdings title=""上一页"">3</font>" '上一
  40. toN1_=" <font face=webdings title=""下一页"">4</font>" '下一
  41. toN10_=" <font face=webdings title=""下十页"">8</font>" '下十
  42. toL_="<font face=webdings title=""最后一页"">:</font>"
  43. strpage=request("page")
  44. if len(strpage)=0 Or strpage<1 or trim(strpage)=""Then:strpage="1":end if
  45. %>
  46. <html xmlns="http://www.w3.org/1999/xhtml">
  47. <title>User Manage Center-网站内容管理系统</title>
  48. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  49. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  50. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  51. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  52. <head>
  53. </head>
  54. <body>
  55. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  56.   <tr>
  57.     <td>
  58.       <!--#include file="top.asp" -->
  59.     </td>
  60.   </tr>
  61. </table>
  62. <form name="myForm" method="post" action="">
  63. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  64.     <tr class="back"> 
  65.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" -->
  66.     </td>
  67.     </tr>
  68.     <tr class="back"> 
  69.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  70.           <!--#include file="menu.asp" -->
  71.         </div></td>
  72.       <td width="82%" valign="top" class="hback">
  73.   <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  74.         <tr class="hback"> 
  75.           <td  valign="top">你的位置:<a href="../">网站首页</a> &gt;&gt; <a href="main.asp">会员首页</a> 
  76.             &gt;&gt; <a href="Favorite.asp">收藏夹管理</a> &gt;&gt; </td>
  77.         </tr>
  78.         <tr class="hback"> 
  79.           <td  valign="top"><a href="Favorite.asp">全部</a>┆<a href="Favorite.asp?Type=0">新闻</a>┆<%if IsExist_SubSys("DS") Then%><a href="Favorite.asp?Type=1">下载</a>┆<%end if%><a href="Favorite.asp?Type=2">企业会员</a>┆<%if IsExist_SubSys("SD") Then%><a href="Favorite.asp?Type=3">供求信息</a>┆<%end if%><%if IsExist_SubSys("MS") Then%><a href="Favorite.asp?Type=4">商品</a>┆<%end if%><%if IsExist_SubSys("HS") Then%><a href="Favorite.asp?Type=5">房产信息</a>┆<%end if%><%if IsExist_SubSys("AP") Then%><a href="Favorite.asp?Type=6">招聘</a>┆<%end if%><a href="Favorite.asp?Type=7">日志</a>┆<a href="Favorite_Class.asp">收藏夹(分类)管理</a></td>
  80.         </tr>
  81.         <tr class="hback">
  82.           <td>
  83.           <%
  84.   response.Write(" <table width=""98%"" align=center cellpadding=""2"" cellspacing=""1""><tr>")
  85.   dim t_k
  86.   t_k=0
  87.   set rs = Server.CreateObject(G_FS_RS)
  88.   rs.open "select ClassID,ClassCName,UserNumber From FS_ME_FavoriteClass where UserNumber='"&Fs_User.UserNumber&"'",User_Conn,1,1
  89.   do while not rs.eof 
  90.    Response.Write("<td width=""24%"" valign=bottom><input type=""radio"" name=""classID"" value="""&rs("ClassID")&"""/><a href=""Favorite.asp?classid="&rs("ClassID")&""">"&rs("ClassCName")&"</a></td>")
  91.   rs.movenext
  92.   t_k = t_k+1
  93.   if t_k mod 4 =0 then
  94.    Response.Write(" </tr>")
  95.   end if
  96.   loop
  97.   response.Write(" </table>")
  98.   rs.close:set rs=nothing
  99.   %>
  100.           </td>
  101.         </tr>
  102.       </table>
  103.      
  104.         
  105.       <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  106.        <%
  107.    dim o_type,o_class
  108.    select case NoSqlHack(Request.QueryString("type"))
  109. case "1"
  110. o_type = " and FavoriteType=1"
  111. case "2"
  112. o_type = " and FavoriteType=2"
  113. case "3"
  114. o_type = " and FavoriteType=3"
  115. case "4"
  116. o_type = " and FavoriteType=4"
  117. case "5"
  118. o_type = " and FavoriteType=5"
  119. case "6"
  120. o_type = " and FavoriteType=6"
  121. case "7"
  122. o_type = " and FavoriteType=7"
  123. case "0"
  124. o_type = " and FavoriteType=0"
  125. case else
  126. o_type = ""
  127. end select
  128. if Request.QueryString("ClassId")<>"" then
  129. o_class=" and FavoClassID="&NoSqlHack(Request.QueryString("ClassId"))&""
  130. else
  131. o_class=""
  132. end if
  133. set rs = Server.CreateObject(G_FS_RS)
  134. rs.open "select * from FS_ME_Favorite where UserNumber='"& Fs_User.UserNumber&"' "& o_type & o_class &" order by FavoID desc",User_Conn,1,1
  135. if rs.eof then
  136.    rs.close
  137.    set rs=nothing
  138.    set conn=nothing
  139.    set User_Conn=nothing
  140.    set Fs_User=nothing
  141.    Response.Write"<tr  class=""hback""><td colspan=""6""  class=""hback"" height=""40"">没有记录。</td></tr>"
  142. else
  143. %>
  144.           <tr> 
  145.             <td width="4%" class="hback_1"><div align="center"> 
  146.                 <input name="chkall" type="checkbox" id="chkall" onClick="CheckAll(this.form);" value="checkbox" title="点击选择所有或者撤消所有选择">
  147.               </div></td>
  148.             <td class="hback_1"><div align="left"><strong>信息标题</strong></div></td>
  149.             <td width="7%" class="hback_1"><div align="center"><strong>类型</strong></div></td>
  150.             <td width="17%" class="hback_1"><div align="center"><strong>日期</strong></div></td>
  151.             <td width="15%" class="hback_1"><div align="center"><strong>分类</strong></div></td>
  152.             <td width="12%" class="hback_1"><div align="center"><strong>操作</strong></div></td>
  153.           </tr>
  154.           <%
  155. rs.PageSize=int_RPP
  156. cPageNo=NoSqlHack(Request.QueryString("Page"))
  157. If cPageNo="" Then cPageNo = 1
  158. If not isnumeric(cPageNo) Then cPageNo = 1
  159. cPageNo = Clng(cPageNo)
  160. If cPageNo>rs.PageCount Then cPageNo=rs.PageCount 
  161. If cPageNo<=0 Then cPageNo=1
  162. rs.AbsolutePage=cPageNo
  163. for i=1 to rs.pagesize
  164. if rs.eof Then exit For 
  165.   %>
  166.           <tr  onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  167.             <td class="hback"><div align="center"> 
  168.                 <input name="id" type="checkbox" id="id" value="<%=rs("FavoID")%>">
  169.               </div></td>
  170.             <td class="hback"> 
  171.               <%
  172. dim f_rs
  173. select case rs("FavoriteType")
  174. case 0
  175. set f_rs=Conn.execute("select id,NewsTitle From FS_NS_News where id="&NoSqlHack(rs("FID")))
  176. if f_rs.eof then:Response.Write("<span class=tx>信息已经被管理员删除</span>"):else:response.Write"<a href=Public_info.asp?type=NS&Url="&rs("FID")&" target=_blank>"&f_rs("NewsTitle")&"</a>":end if
  177. f_rs.close:set f_rs=nothing
  178. case 1
  179. set f_rs=Conn.execute("select id,Name From FS_DS_List where id="&NoSqlHack(rs("FID")))
  180. if f_rs.eof then:Response.Write("<span class=tx>信息已经被管理员删除</span>"):else:response.Write"<a href=Public_info.asp?type=DS&Url="&rs("FID")&" target=_blank>"&f_rs("Name")&"</a>":end if
  181. f_rs.close:set f_rs=nothing
  182. case 2
  183. response.Write"<a href=Public_info.asp?type=AP_1&Url="&rs("FID")&" target=_blank>查看</a>"
  184. case 3
  185. response.Write"<a href=../Supply/Supply.asp&id="&rs("FID")&" target=_blank>查看</a>"
  186. case 4
  187. response.Write"<a href=Public_info.asp?type=MS&Url="&rs("FID")&" target=_blank>查看</a>"
  188. case 5
  189. response.Write"<a href=../House/house.asp?ID="&rs("FID")&" target=_blank>查看</a>"
  190. case 6
  191. response.Write"<a href=Public_info.asp?type=AP_2&Url="&rs("FID")&" target=_blank>查看</a>"
  192. case 7
  193. response.Write"<a href=../Blog/Blog.asp?id="&rs("FID")&" target=_blank>查看</a>"
  194. case else
  195. end select
  196. %>
  197.             </td>
  198.             <td class="hback"><div align="center"> 
  199.                 <%
  200. select case rs("FavoriteType")
  201. case 0
  202. response.Write"<a href=Favorite.asp?type=0>新闻</a>"
  203. case 1
  204. response.Write"<a href=Favorite.asp?type=1>下载</a>"
  205. case 2
  206. response.Write"<a href=Favorite.asp?type=2>企业</a>"
  207. case 3
  208. response.Write"<a href=Favorite.asp?type=3>供求</a>"
  209. case 4
  210. response.Write"<a href=Favorite.asp?type=4>商品</a>"
  211. case 5
  212. response.Write"<a href=Favorite.asp?type=5>房产</a>"
  213. case 6
  214. response.Write"<a href=Favorite.asp?type=6>招聘</a>"
  215. case 7
  216. response.Write"<a href=Favorite.asp?type=6>日志</a>"
  217. case else
  218. response.Write"<a href=Favorite.asp>-</a>"
  219. end select
  220. %>
  221.               </div></td>
  222.             <td class="hback"><div align="center"><%=rs("AddTime")%></div></td>
  223.             <td class="hback"> <div align="center">
  224. <%
  225. if rs("FavoClassID")=0 then
  226. response.Write"<a href=Favorite.asp?ClassID=0>未分类</a>"
  227. else
  228. dim crs
  229. set crs=user_Conn.execute("select ClassID,ClassCName,UserNumber From FS_ME_FavoriteClass where ClassID="&rs("FavoClassID"))
  230. Response.Write "<a href=""Favorite.asp?ClassID="&crs("ClassID")&""">"&crs("ClassCName")&"</a>"
  231. end if
  232. %> 
  233.                 </div></td>
  234.             <td class="hback"><div align="center">
  235. <a href="Favorite.asp?Action=del&id=<%=rs("FavoID")%>" onClick="{if(confirm('确定要删除吗?')){return true;}return false;}">删除</a>
  236. | <a href="#" onclick="sort('<%=rs("FavoID")%>')">转移</>
  237. </div></td>
  238.           </tr>
  239.           <%
  240.   rs.movenext
  241.   next
  242.   %>
  243.           <tr  class="hback"> 
  244.             <td height="31" colspan="6">
  245. <div align="right"> 
  246.             <%
  247. response.Write "<p>"&  fPageCount(rs,int_showNumberLink_,str_nonLinkColor_,toF_,toP10_,toP1_,toN1_,toN10_,toL_,showMorePageGo_Type_,cPageNo)
  248. %>
  249.                 <input name="Action" type="hidden" id="Action">
  250.                 <input type="button" name="Submit" value="删除"  onClick="document.myForm.Action.value='del';{if(confirm('确定清除您所选择的记录吗?')){this.document.myForm.submit();return true;}return false;}">
  251.  <input type="button" name="Submit" value="转移"  onClick="document.myForm.Action.value='sort';this.document.myForm.submit();">
  252.               </div></td>
  253.           </tr>
  254.           <% 
  255.   rs.close:set rs=nothing
  256.   end if
  257.   %>
  258.         </form>
  259.       </table>
  260.     </td>
  261.     </tr>
  262.     <tr class="back"> 
  263.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  264.           <!--#include file="Copyright.asp" -->
  265.         </div></td>
  266.     </tr>
  267. </table>
  268. </body>
  269. </html>
  270. <script language="JavaScript" type="text/JavaScript">
  271. function CheckAll(form)  
  272.   {  
  273.   for (var i=0;i<form.elements.length;i++)  
  274.     {  
  275.     var e = myForm.elements[i];  
  276.     if (e.name != 'chkall')  
  277.        e.checked = myForm.chkall.checked;  
  278.     }  
  279. }
  280. function sort(id)
  281. {
  282. var elements=document.all("classID")
  283. var classid="";
  284. if(elements.length=='undefined')
  285. {
  286. classid=elements.value;
  287. }
  288. else
  289. {
  290. for(var i=0;i<elements.length;i++)
  291. {
  292. if (elements[i].checked)
  293. {
  294. classid=elements[i].value;
  295. }
  296. }
  297. }
  298. if (classid=="")
  299. {
  300. alert("请选择目标分类!");
  301. return false;
  302. }
  303. location.href="Favorite.asp?Action=sort&id="+id+"&classiD="+classid;
  304. }
  305. </script>
  306. <%
  307. Set Fs_User = Nothing
  308. %>
  309. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->