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

手机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="yksb.asp"--><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <%
  14. dim dlid
  15. ltid=usb(request.QueryString("ltid"))
  16. session("ltid")=request("ltid")
  17. if ltid="" then ltid="0"
  18. set npp=Server.CreateObject("ADODB.Recordset")
  19. rspl="select name,shuo,pag,id,ltlogo from sclt where id="&ltid
  20. npp.open rspl,conn,1,2
  21. if npp.eof then
  22.    Response.write "<wml><card title='出错了'><p>无此论坛!<br/>"
  23. Else
  24. dlname=npp("name")
  25. dljj=npp("shuo")
  26. pag=lll
  27. ltlogo=npp("ltlogo")
  28. %>
  29. <wml>
  30. <head>
  31. <meta http-equiv='Cache-Control' content='no-cache'/>
  32. </head>
  33. <card title="<%=dlname%>">
  34. <p>
  35. <%
  36. response.write "<select name='idp'><option>版主列表</option>"
  37. set rsez=server.createobject("ADODB.Recordset")
  38. aqlz="select nini,id,gllt,gllt1 from cnscu_gr where gllt="&ltid&" order by gllt1 desc"
  39. rsez.open aqlz,conn,1,2
  40. z=1
  41. do while not rsez.eof
  42.  dim nini
  43. nam=rsez("nini")
  44. if len(nam)>8 then nam=left(nam,8)
  45. if rsez("gllt1")<>"0" then zzww="[主版]"
  46. if rsez("gllt1")="0" then zzww="[副版]"
  47. Response.write "<option onpick='gr_zl.asp?id="&rsez("id")&"&amp;cnscu="&cnscu&"'>" & ubb(zzww) & "" & ubb(nam) & "</option>"
  48. z=z+1
  49. rsez.movenext
  50. loop
  51. rsez.close
  52. set rsez=nothing
  53. Response.write "</select>"%>
  54. <br/>
  55. <!--#include file="xxts.asp"-->
  56. <%if len(ltlogo)>7 then%>
  57. <img src="<%=ubb(ltlogo)%>" alt="论坛LOGO。。"/><br/>
  58. <%end if%>
  59. <%if len(dljj)>3 then%>
  60. <%=ubb(dljj)%><br/>
  61. <%end if%>
  62. <a href="lt_add.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">发帖</a>|<a href="jh_list.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">精帖</a>|<a href="czjl.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">版务</a>|<a href="lt_list.asp?tt=<%=time%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">刷新</a><br/>
  63. <%
  64. if ltmybz1=npp("id") and ltmybz=npp("id") or mycjbz<>"0" then response.write("总版:<a href='bz_gl.asp?cnscu="&cnscu&"&amp;ltid="&ltid&"'>管理版面</a><br/>")
  65. response.write("------------<br/>")
  66. set rsxl=Server.CreateObject("ADODB.Recordset")
  67. rspl="select * from lttz where CStr(ltid)="&ltid&" order by dgtm desc"
  68. rsxl.open rspl,conn,1,2
  69. if rsxl.eof then
  70.    Response.write "暂无帖子!<br/>"
  71. Else
  72. page=cint(request.QueryString("page"))
  73. if page="" or page<1 then page=1
  74. maxpage=int((rsxl.recordcount-1)/pag)+1
  75. if page>maxpage then page=maxpage
  76. if page>1 then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=1'>首页</a>&nbsp;")
  77. if page*pag<rsxl.recordcount then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=" & page+1 & "'>下页</a>&nbsp;") 
  78. if page>1 then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=" & page-1 & "'>上页</a>")
  79. if (int(rsxl.recordcount/pag+1))>1 then response.write("<br/>")
  80. rsxl.Move((page-1)*pag)
  81. dim j
  82. j=1
  83. do while ((not rsxl.EOF) and j <=cint(pag))
  84. mtjg=rsxl("mtjg")%>
  85. <%=((page-1)*pag+j)%>.<%if rsxl("dgtm")="2100-10-10 12:12:12" then response.write("[顶]")
  86.     if rsxl("jj")="1" then response.write("[精]")
  87.     if rsxl("st")="1" then response.write("[锁]")
  88.     if rsxl("yc")="1" and myid<>rsxl("fid") then response.write("[隐]")
  89.     if rsxl("dgtm")="2000-10-10 12:12:12" then response.write("[沉]")
  90.     if rsxl("dj")="1" then response.write("<img src='xxmd.gif' alt='[醒目灯]'/>")
  91.     if rsxl("dj")="2" then response.write("[狼]")
  92.     if rsxl("mtjg")<>"0" then response.write("[卖"&mtjg&"分]")
  93. tzhf=left(ubb(rsxl("name")),25)
  94. if len(ubb(rsxl("name")))>25 then
  95. tzhf=tzhf+"。。"
  96. end if
  97. fdid=rsxl("fid")
  98. set zzzl=Server.CreateObject("ADODB.Recordset")
  99. rsplzzzl="select nini,id,gllt from cnscu_gr where CStr(id)="&fdid
  100. zzzl.open rsplzzzl,conn,1,2
  101. %>
  102. <%if rsxl("yc")="1" and ltmybz="0" and rsxl("fid")<>myid and myxcy="0" and mycjbz="0" then%>
  103. 此帖被管理员隐藏了..<br/>
  104. <%else%>
  105. <a href='lt_view.asp?tid=<%=rsxl("id")%>&amp;ppage=<%=page%>&amp;cnscu=<%=cnscu%>'><%=tzhf%></a>
  106. <%if rsxl("dj")="4" then%>
  107. [蒙面人](<%=ubb(rsxl("rc"))%>/<%if rsxl("hfs")="0" then%><%=ubb(rsxl("hfs"))%><%end if%><%if rsxl("hfs")>"0" then%><a href="hf_view.asp?cnscu=<%=cnscu%>&amp;tid=<%=rsxl("id")%>&amp;ltid=<%=ltid%>"><%=ubb(rsxl("hfs"))%></a><%end if%>)<br/>
  108. <%else%>
  109. <%if zzzl("gllt")=rsxl("ltid") then%><img src='img/bz.gif' alt='斑竹'/><%end if%><%=ubb(zzzl("nini"))%>(<%=ubb(rsxl("rc"))%>/<%if rsxl("hfs")="0" then%><%=ubb(rsxl("hfs"))%><%end if%><%if rsxl("hfs")>"0" then%><a href="hf_view.asp?cnscu=<%=cnscu%>&amp;tid=<%=rsxl("id")%>&amp;ltid=<%=ltid%>"><%=ubb(rsxl("hfs"))%></a><%end if%>)
  110. <br/>
  111. <%end if%>
  112. <%
  113. end if
  114. rsxl.Movenext  
  115. j=j+1
  116. loop
  117. if page>1 then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=1'>首页</a>&nbsp;")
  118. if page*pag<rsxl.recordcount then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=" & page+1 & "'>下一页</a>")
  119. if page>1 then response.write("<a href='lt_list.asp?cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;page=" & page-1 & "'>上一页</a>")
  120. if page*pag<rsxl.recordcount or page>1 then response.write("")
  121. if page*pag<rsxl.recordcount then response.write("("& page & "/" & (int(rsxl.recordcount/pag+1)) &"/" & rsxl.recordcount & ")<br/>")
  122. end if
  123. %>
  124. 跳到第<input name="i<%=minute(now)%><%=second(now)%>" title="页码" type="text" format="*N" emptyok="true" size="3" value="<%response.write(page+1)%>" maxlength="3"/>页
  125. <anchor>[GO]
  126.     <go href="lt_list.asp?cnscu=<%=cnscu%>&amp;tid=<%=tid%>&amp;ltid=<%=ltid%>" accept-charset='utf-8'>
  127.         <postfield name="page" value="$(i<%=minute(now)%><%=second(now)%>)"/>
  128.     </go>
  129. </anchor><br/>
  130. <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><br/>
  131. <%end if
  132. npp.close
  133. set npp=nothing
  134. %>
  135. ------------<br/>
  136. <!--#include file="w.asp"-->
  137. </p>
  138. </card>
  139. </wml>