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

手机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. set rs=Server.CreateObject("ADODB.Recordset")
  23. rspl="select * from wap_jb where id=1"
  24. rs.open rspl,conn,1,2
  25. if rs("wap_zl")="0" then mmzl="显示 <a href='zl_cl.asp?sb="&sb&"&amp;pp=1'>隐藏</a>"
  26. if rs("wap_zl")="1" then mmzl="隐藏 <a href='zl_cl.asp?sb="&sb&"&amp;pp=0'>显示</a>"
  27. if rs("wap_jr")="0" then mmjr="显示 <a href='jr_cl.asp?sb="&sb&"&amp;pp=1'>隐藏</a>"
  28. if rs("wap_jr")="1" then mmjr="隐藏 <a href='jr_cl.asp?sb="&sb&"&amp;pp=0'>显示</a>"
  29. if rs("wap_zr")="0" then mmzr="显示 <a href='zr_cl.asp?sb="&sb&"&amp;pp=1'>隐藏</a>"
  30. if rs("wap_zr")="1" then mmzr="隐藏 <a href='zr_cl.asp?sb="&sb&"&amp;pp=0'>显示</a>"
  31. if rs("wap_dq")="0" then mmdq="显示 <a href='dq_cl.asp?sb="&sb&"&amp;pp=1'>隐藏</a>"
  32. if rs("wap_dq")="1" then mmdq="隐藏 <a href='dq_cl.asp?sb="&sb&"&amp;pp=0'>显示</a>"
  33. if rs("ym_zt")="0" then mmym="显示 <a href='sz_cl.asp?sb="&sb&"&amp;pp=1'>隐藏</a>"
  34. if rs("ym_zt")="1" then mmym="隐藏 <a href='sz_cl.asp?sb="&sb&"&amp;pp=0'>显示</a>"
  35. if rs("wap_bm")="left" then mmbm="居左"
  36. if rs("wap_bm")="center" then mmbm="居中"
  37. if rs("wap_bm")="right" then mmbm="居右"
  38. if rs("wap_zt")="0" then mmzt="开放 <a href='zt_cl.asp?sb="&sb&"&amp;pp=1'>关闭</a>"
  39. if rs("wap_zt")="1" then mmzt="关闭 <a href='zt_cl.asp?sb="&sb&"&amp;pp=0'>开放</a>"
  40. if rs("mmop")="0" then mmop="没有限制 <a href='mn_cl.asp?sb="&sb&"&amp;pp=1'>必须手机</a>"
  41. if rs("mmop")="1" then mmop="必须手机 <a href='mn_cl.asp?sb="&sb&"&amp;pp=0'>没有限制</a>"
  42. if len(rs("wap_logo"))<3 then loool="暂无"
  43. if len(rs("wap_logo"))>=3  then loool="<img src='"&ubb(rs("wap_logo"))&"' alt='logo'/>"
  44. %>
  45. 网站名称:<%=ubb(rs("wap_name"))%><br/>
  46. 网站域名:<%=ubb(rs("wap_ym"))%><br/>
  47. 网站Logo:<%=loool%><br/>
  48. 对齐方式:<%=mmbm%>对齐<br/>
  49. <a href="xgsz.asp?sb=<%=sb%>">修改设置</a><br/>
  50. ----------<br/>
  51. 首页显示域名:<%=mmym%><br/>
  52. 只限手机访问:<%=mmop%><br/>
  53. 网站开放状态:<%=mmzt%><br/>
  54. ------------<br/>
  55. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  56. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  57. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a>
  58. <!--#include file="bq.gif"-->
  59. <br/>
  60. 报时:<%=time%></p></card></wml>