wz_sz.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscu_sb.asp"-->
- <wml><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <head>
- <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
- </head>
- <card id="main" title="网站设置" >
- <p>
- <%id=usb(request("id"))
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from wap_jb where id=1"
- rs.open rspl,conn,1,2
- if rs("wap_zl")="0" then mmzl="显示 <a href='zl_cl.asp?sb="&sb&"&pp=1'>隐藏</a>"
- if rs("wap_zl")="1" then mmzl="隐藏 <a href='zl_cl.asp?sb="&sb&"&pp=0'>显示</a>"
- if rs("wap_jr")="0" then mmjr="显示 <a href='jr_cl.asp?sb="&sb&"&pp=1'>隐藏</a>"
- if rs("wap_jr")="1" then mmjr="隐藏 <a href='jr_cl.asp?sb="&sb&"&pp=0'>显示</a>"
- if rs("wap_zr")="0" then mmzr="显示 <a href='zr_cl.asp?sb="&sb&"&pp=1'>隐藏</a>"
- if rs("wap_zr")="1" then mmzr="隐藏 <a href='zr_cl.asp?sb="&sb&"&pp=0'>显示</a>"
- if rs("wap_dq")="0" then mmdq="显示 <a href='dq_cl.asp?sb="&sb&"&pp=1'>隐藏</a>"
- if rs("wap_dq")="1" then mmdq="隐藏 <a href='dq_cl.asp?sb="&sb&"&pp=0'>显示</a>"
- if rs("ym_zt")="0" then mmym="显示 <a href='sz_cl.asp?sb="&sb&"&pp=1'>隐藏</a>"
- if rs("ym_zt")="1" then mmym="隐藏 <a href='sz_cl.asp?sb="&sb&"&pp=0'>显示</a>"
- if rs("wap_bm")="left" then mmbm="居左"
- if rs("wap_bm")="center" then mmbm="居中"
- if rs("wap_bm")="right" then mmbm="居右"
- if rs("wap_zt")="0" then mmzt="开放 <a href='zt_cl.asp?sb="&sb&"&pp=1'>关闭</a>"
- if rs("wap_zt")="1" then mmzt="关闭 <a href='zt_cl.asp?sb="&sb&"&pp=0'>开放</a>"
- if rs("mmop")="0" then mmop="没有限制 <a href='mn_cl.asp?sb="&sb&"&pp=1'>必须手机</a>"
- if rs("mmop")="1" then mmop="必须手机 <a href='mn_cl.asp?sb="&sb&"&pp=0'>没有限制</a>"
- if len(rs("wap_logo"))<3 then loool="暂无"
- if len(rs("wap_logo"))>=3 then loool="<img src='"&ubb(rs("wap_logo"))&"' alt='logo'/>"
- %>
- 网站名称:<%=ubb(rs("wap_name"))%><br/>
- 网站域名:<%=ubb(rs("wap_ym"))%><br/>
- 网站Logo:<%=loool%><br/>
- 对齐方式:<%=mmbm%>对齐<br/>
- <a href="xgsz.asp?sb=<%=sb%>">修改设置</a><br/>
- ----------<br/>
- 首页显示域名:<%=mmym%><br/>
- 只限手机访问:<%=mmop%><br/>
- 网站开放状态:<%=mmzt%><br/>
- ------------<br/>
- <a href="cnscu_lm.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站设计</a><br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="../index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a>
- <!--#include file="bq.gif"-->
- <br/>
- 报时:<%=time%></p></card></wml>