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

手机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. <%
  22. set rs=Server.CreateObject("ADODB.Recordset")
  23. rsppl="select * from wap_lm where lx<>500 and did=0 order by pid asc"
  24. rs.open rsppl,conn,1,2
  25. %>
  26. <a href="tjlm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">添加页面项目</a><br/>
  27. <a href="wz_sz.asp?sb=<%=sb%>">网站设置</a>◆<a href="../index.asp?sb=<%=sb%>">访问本页</a><br/>
  28. <%if fs="0" then%>
  29. <a href="cnscu_lm.asp?fs=2&amp;sb=<%=sb%>">列表分页</a>◆<a href="cnscu_lm.asp?fs=1&amp;sb=<%=sb%>">预览方式</a><br/>
  30. ----------<br/>
  31. <%
  32. if rs.eof then 
  33. response.write("暂无内容<br/>")
  34. else
  35. rs.Move(0)
  36. dim j
  37. j=1
  38. do while ((not rs.EOF) and j <=500000)
  39. if rs("lx")="1" then mmlx="文本菜单"
  40. if rs("lx")="2" then mmlx="链接菜单"
  41. if rs("lx")="3" then mmlx="图片菜单"
  42. if rs("lx")="4" then mmlx="图片链接"
  43. if rs("lx")="5" then mmlx="页面菜单"
  44. if rs("lx")="6" then mmlx="页面内容"
  45. if rs("lx")="7" then mmlx="WML页面"
  46. if rs("lx")="8" then mmlx="UBB标签"
  47. if rs("lx")="9" then mmlx="WML标签"
  48. if rs("lx")="10" then mmlx="文章菜单"
  49. if rs("lx")="11" then mmlx="文件"
  50. if rs("lx")="12" then mmlx="文件菜单"
  51. if rs("lx")="13" then mmlx="图片菜单"
  52. %>
  53. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>">[管理]</a>[<%=mmlx%>]<%=rs("pid")%>.<%=rs("nxn")%><br/>
  54. <%
  55. rs.MoveNext
  56. j=j+1
  57. loop
  58. end if
  59. %>
  60. <%elseif fs="1" then%>
  61. <!--预览方式-->
  62. <a href="cnscu_lm.asp?fs=2&amp;sb=<%=sb%>">列表分页</a>◆<a href="cnscu_lm.asp?fs=0&amp;sb=<%=sb%>">列表方式</a><br/>
  63. ----------<br/>
  64. 对于无法在预览下管理的菜单。进入下面链接管理<br/>
  65. <a href="ts_lm.asp?sb=<%=sb%>">特殊栏目管理</a><br/><br/>
  66. <%if rs.eof then 
  67. response.write("暂无内容<br/>")
  68. else
  69. rs.Move(0)
  70. dim i
  71. i=1
  72. do while ((not rs.EOF) and i <=500000)%>
  73. <%if rs("lx")<>1 and rs("lx")<>8 and rs("lx")<>3 and rs("lx")<>4 then%>
  74. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>"><%=rs("nxn")%></a>
  75. <%elseif rs("lx")=3 then%>
  76. <img src="" alt=""/>
  77. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>"><%elseif rs("lx")=4 then%></a>
  78. <img src="<%=rs("txt")%>" alt=""/>
  79. <%elseif rs("lx")=7 then%>
  80. <%=rs("nxn")%>
  81. <%elseif rs("lx")=1 then%>
  82. <%=ubb(rs("txt"))%>
  83. <%end if%>
  84. <%if rs("brr")="1" then%>
  85. <br/>
  86. <%end if%>
  87. <%
  88. rs.MoveNext
  89. i=i+1
  90. loop
  91. end if
  92. %>
  93. <%elseif fs="2" then%>
  94. <!--列表分页-->
  95. <a href="cnscu_lm.asp?fs=0&amp;sb=<%=sb%>">列表方式</a>◆<a href="cnscu_lm.asp?fs=1&amp;sb=<%=sb%>">预览方式</a><br/>
  96. ----------<br/>
  97. <%if rs.eof then 
  98. response.write("暂无内容<br/>")
  99. else
  100. pag=10
  101. dim page,maxpage
  102. page=cint(request.QueryString("page"))
  103. if page="" or page<1 then page=1
  104. maxpage=int((rs.recordcount-1)/pag)+1
  105. if page>maxpage then page=maxpage
  106. rs.Move((page-1)*pag)
  107. dim l
  108. l=1
  109. do while ((not rs.EOF) and l <=cint(pag))
  110. if rs("lx")="1" then mmlx="文本菜单"
  111. if rs("lx")="2" then mmlx="链接菜单"
  112. if rs("lx")="3" then mmlx="图片菜单"
  113. if rs("lx")="4" then mmlx="图片链接"
  114. if rs("lx")="5" then mmlx="页面菜单"
  115. if rs("lx")="6" then mmlx="页面内容"
  116. if rs("lx")="7" then mmlx="WML页面"
  117. if rs("lx")="8" then mmlx="UBB标签"
  118. if rs("lx")="9" then mmlx="WML标签"
  119. if rs("lx")="10" then mmlx="文章菜单"
  120. if rs("lx")="11" then mmlx="文件"
  121. if rs("lx")="12" then mmlx="文件菜单"
  122. if rs("lx")="13" then mmlx="图片菜单"
  123. %>
  124. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>">[管理]</a>[<%=mmlx%>]<%=rs("pid")%>.<%=rs("nxn")%><br/>
  125. <%
  126. rs.MoveNext
  127. l=l+1
  128. loop
  129. end if
  130. if page*pag<rs.recordcount then response.write("<a href='cnscu_lm.asp?fs="&fs&"&amp;sb="&sb&"&amp;page=" & page+1 & "'>下一页</a>")
  131. if page>1 then response.write("<a href='cnscu_lm.asp?fs="&fs&"&amp;sb="&sb&"&amp;page=" & page-1 & "'>上一页</a>")
  132. %>
  133. <%end if
  134. rs.close
  135. set rs=nothing
  136. %>
  137. <br/>----------<br/>
  138. <a href="xipx.asp?sb=<%=sb%>&amp;fs=<%=fs%>">重新排序</a><br/>
  139. ----------<br/>
  140. <a href="admin_index.asp?sb=<%=sb%>">返回管理首页</a><br/>
  141. <a href="../index.asp?sb=<%=sb%>">返回网站首页</a><br/>
  142. <a href="bg.asp?sb=<%=sb%>">提出建议</a>|<a href="bg.asp?sb=<%=sb%>">报告错误</a>
  143. <!--#include file="bq.gif"-->
  144. </p></card></wml>