jh_list.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. '====================================================================
  7. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  8. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  9. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  10. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  11. '====================================================================
  12. %> <!--#include file="yksb.asp"-->
  13. <%
  14. dim dlid
  15. ltid=usb(request.QueryString("ltid"))
  16. set npp=Server.CreateObject("ADODB.Recordset")
  17. rspl="select name,shuo,pag from sclt where id="&ltid
  18. npp.open rspl,conn,1,2
  19. dlname=npp("name")
  20. dljj=npp("shuo")
  21. pag=npp("pag")
  22. npp.close
  23. set npp=nothing
  24. %>
  25. <wml>
  26. <head>
  27. <meta http-equiv='Cache-Control' content='no-cache'/>
  28. </head>
  29. <card title="<%=dlname%>">
  30. <p>
  31. <!--#include file="xxts.asp"-->
  32. <%=dljj%><br/>
  33. <a href="lt_add.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">发帖</a>|<a href="tp_add.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">投票</a>|<a href="sou.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">搜贴</a>|<a href="lt_list.asp?tt=<%=time%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">返回</a><br/>
  34. ***********<br/>
  35. <%
  36. set rsxl=Server.CreateObject("ADODB.Recordset")
  37. rspl="select * from lttz where CStr(ltid)="&ltid&" and CStr(jj)=1 order by dgtm desc"
  38. rsxl.open rspl,conn,1,2
  39. if rsxl.eof then
  40.    Response.write "本版暂无精华帖子!<br/>"
  41. Else
  42. page=cint(request.QueryString("page"))
  43. if page="" or page<1 then page=1
  44. maxpage=int((rsxl.recordcount-1)/pag)+1
  45. if page>maxpage then page=maxpage
  46. rsxl.Move((page-1)*pag)
  47. dim j
  48. j=1
  49. do while ((not rsxl.EOF) and j <=cint(pag))
  50. mtjg=rsxl("mtjg")%>
  51. <%=((page-1)*pag+j)%>.<a href='lt_view.asp?tid=<%=rsxl("id")%>&amp;pagegg=<%=page%>&amp;cnscu=<%=cnscu%>'><%if rsxl("dgtm")="2100-10-10 12:12:12" then response.write("[顶]")
  52.     if rsxl("jj")="1" then response.write("[精]")
  53.     if rsxl("st")="1" then response.write("[锁]")
  54.     if rsxl("dgtm")="2000-10-10 12:12:12" then response.write("<img src='/sc/img/tzgd.gif' alt='[沉]'/>")
  55.     if rsxl("dj")="1" then response.write("<img src='/sc/img/xxmd.gif' alt='[醒目灯]'/>")
  56.     if rsxl("dj")="2" then response.write("[狼]")
  57.     if rsxl("mtjg")<>"0" then response.write("[卖"&mtjg&"分]")
  58. tzhf=left(ubb(rsxl("name")),8)
  59. if len(ubb(rsxl("name")))>8 then
  60. tzhf=tzhf+"。。"
  61. end if
  62. fdid=rsxl("fid")
  63. set zzzl=Server.CreateObject("ADODB.Recordset")
  64. rsplzzzl="select nini,id,gllt from cnscu_gr where CStr(id)="&fdid
  65. zzzl.open rsplzzzl,conn,1,2
  66. %><%=tzhf%></a><br/>
  67. <%if rsxl("dj")="4" then%>
  68. [蒙面人][阅<%=ubb(rsxl("rc"))%>/<%if rsxl("hfs")="0" then%>复<%=ubb(rsxl("hfs"))%><%end if%><%if rsxl("hfs")>"0" then%><a href="ckhf.asp?cnscu=<%=cnscu%>&amp;tid=<%rsxl("id")%>">复<%=ubb(rsxl("hfs"))%></a><%end if%>]<br/>
  69. <%else%>
  70. <%if zzzl("gllt")=rsxl("ltid") then%><img src='/sc/img/bz.gif' alt='斑竹'/><%end if%><a href="gr_zl.asp?id=<%=ubb(zzzl("id"))%>&amp;cnscu=<%=cnscu%>"><%=ubb(zzzl("nini"))%></a>[阅<%=ubb(rsxl("rc"))%>/<%if rsxl("hfs")="0" then%>复<%=ubb(rsxl("hfs"))%><%end if%><%if rsxl("hfs")>"0" then%><a href="ckhf.asp?cnscu=<%=cnscu%>&amp;tid=<%=rsxl("id")%>">复<%=ubb(rsxl("hfs"))%></a><%end if%>]
  71. <br/>
  72. <%end if%>
  73. <%
  74. rsxl.Movenext  
  75. j=j+1
  76. loop
  77. if page*pag<rsxl.recordcount then response.write("<a href='jh_list.asp?cnscu=" & cnscu & "&amp;dlid=" & dlid & "&amp;page=" & page+1 & "'>下一页</a>")
  78. if page>1 then response.write("<a href='jh_list.asp?cnscu=" & cnscu & "&amp;dlid=" & dlid & "&amp;page=" & page-1 & "'>上一页</a>")
  79. if page*pag<rsxl.recordcount or page>1 then response.write("<br/>")
  80. if page*pag<rsxl.recordcount then response.write("----------<br/>(第"& page & "页/共" & (int(rsxl.recordcount/pag+1)) &"页/总" & rsxl.recordcount & "条)<br/>")
  81. end if
  82. %>
  83. +++++++++<br/>
  84. <!--#include file="w.asp"-->
  85. </p>
  86. </card>
  87. </wml>