hs_gl.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:4k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  5. <!--#include file="conn.inc"-->
  6. <!--#include file="cnscu_sb.asp"-->
  7. <wml><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  15. <meta http-equiv="Cache-Control" content="no-Cache"/>
  16. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <card id="main" title="管理会员" >
  20. <p>
  21. <%id=usb(request("id"))
  22. cz=usb(request("cz"))
  23. set rs=Server.CreateObject("ADODB.Recordset")
  24. rspl="select * from lttz where id="&id
  25. rs.open rspl,conn,1,2
  26. if rs.eof then 
  27. response.write("没有该帖子!<a href='http://wap.cnscu.cn'>掌上校园</a>收集整理cnscu.cn!")
  28. else
  29. if rs("jj")="1" then jjjj="是|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=1'>去精</a>"
  30. if rs("jj")="0" then jjjj="否|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=2'>加精</a>"
  31. if rs("st")="1" then ssss="是|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=3'>解除</a>"
  32. if rs("st")="0" then ssss="否|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=4'>封锁</a>"
  33. if rs("dgtm")<>"2100-10-10 12:12:12" then dddd="否|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=5'>置顶</a>"
  34. if rs("dgtm")="2100-10-10 12:12:12" then dddd="是|<a href='zttz.asp?sb="&sb&"&amp;id="&id&"&amp;cz=6'>解除</a>"
  35. %>
  36. 帖子编号:<%=usb(rs("id"))%><br/>
  37. 帖子标题:<%=usb(rs("name"))%><br/>
  38. 作者ID:<%=usb(rs("fid"))%><br/>
  39. 作者昵称:<%=usb(rs("fname"))%><br/>
  40. 发贴时间:<%=usb(rs("tm"))%><br/>
  41. ----------<br/>
  42. 是否置顶:<%=dddd%><br/>
  43. 是否精华:<%=jjjj%><br/>
  44. 是否锁定:<%=ssss%><br/>
  45. ----------<br/>
  46. <%=usb(rs("txt"))%><br/>
  47. ----------<br/>
  48. 恢复帖子到<%
  49. response.write "<select name='idp'><option onpick='选择版块'>选择版块</option>"
  50. set rse=server.createobject("ADODB.Recordset")
  51. aql="select id,name,pid from sclt order by pid asc"
  52. rse.open aql,conn,1,2
  53. j=1
  54. do while not rse.eof
  55.  dim name
  56. nam=rse("name")
  57. if len(nam)>8 then nam=left(nam,8)
  58. Response.write "<option onpick='tzzy.asp?yid="&id&"&amp;zyid="&rse("id")&"&amp;sb="&sb&"'>" & ubb(nam) & "</option>"
  59. j=j+1
  60. rse.movenext
  61. loop
  62. rse.close
  63. set rse=nothing
  64. Response.write "</select>"
  65. %><br/>
  66. <a href="zttz.asp?sb=<%=sb%>&amp;id=<%=usb(id)%>&amp;fid=<%=rs("fid")%>&amp;cz=9">加黑作者</a>◆<a href="zttz.asp?sb=<%=sb%>&amp;id=<%=usb(id)%>&amp;cz=7">删除贴子</a><br/>
  67. <a href="hhff.asp?sb=<%=sb%>&amp;fid=<%=rs("id")%>&amp;id=<%=id%>&amp;cz=5">批量清除作者的回复</a><br/>
  68. <a href="zttz.asp?sb=<%=sb%>&amp;fid=<%=rs("id")%>&amp;id=<%=id%>&amp;cz=11">批量清除作者的发贴</a><br/>
  69. <a href="zttz.asp?sb=<%=sb%>&amp;fid=<%=rs("id")%>&amp;id=<%=id%>&amp;cz=13">批量封锁作者的发贴</a><br/>
  70. <a href="zttz.asp?sb=<%=sb%>&amp;fid=<%=rs("id")%>&amp;id=<%=id%>&amp;cz=15">批量解锁作者的发贴</a>
  71. <%end if%>
  72. <br/>————————<br/>
  73. <a href="hhyy.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回会员管理</a><br/>
  74. <a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区管理</a><br/>
  75. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  76. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  77. 报时:<%=time%>
  78. </p>
  79. </card>
  80. </wml>