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

手机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 and lx=1 or lx=3 or lx=9 order by pid asc"
  24. rs.open rsppl,conn,1,2
  25. if rs.eof then 
  26. response.write("暂无内容<br/>")
  27. else
  28. rs.Move(0)
  29. dim j
  30. j=1
  31. do while ((not rs.EOF) and j <=500000)
  32. if rs("lx")="1" then mmlx="文本菜单"
  33. if rs("lx")="2" then mmlx="链接菜单"
  34. if rs("lx")="3" then mmlx="图片菜单"
  35. if rs("lx")="4" then mmlx="图片链接"
  36. if rs("lx")="5" then mmlx="页面菜单"
  37. if rs("lx")="6" then mmlx="页面内容"
  38. if rs("lx")="7" then mmlx="WML页面"
  39. if rs("lx")="8" then mmlx="UBB标签"
  40. if rs("lx")="9" then mmlx="WML标签"
  41. if rs("lx")="10" then mmlx="自助WML"
  42. %>
  43. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>">[管理]</a>[<%=mmlx%>]<%=rs("pid")%>.<%=rs("nxn")%><br/>
  44. <%
  45. rs.MoveNext
  46. j=j+1
  47. loop
  48. end if
  49. %>
  50. <a href="cnscu_lm.asp?sb=<%=sb%>&amp;fs=1">返回设计中心</a><br/>
  51. <a href="admin_index.asp?sb=<%=sb%>&amp;fs=2">返回管理首页</a><br/>
  52. <a href="../index.asp?sb=<%=sb%>">返回网站首页</a><br/>
  53. <a href="bg.asp?sb=<%=sb%>">提出建议</a>|<a href="bg.asp?sb=<%=sb%>">报告错误</a>
  54. <!--#include file="bq.gif"-->
  55. </p></card></wml>