⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ts_lm.asp

📁 wap系统程序源码 用户名密码:admin
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="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="66hc-sb.asp"-->
<wml>
<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>
<%

set rs=Server.CreateObject("ADODB.Recordset")
rsppl="select * from wap_lm where lx<>500 and did=0 and lx=1 or lx=3 or lx=9 order by pid asc"
rs.open rsppl,conn,1,2
if rs.eof then 
response.write("暂无内容<br/>")
else
rs.Move(0)
dim j
j=1
do while ((not rs.EOF) and j <=500000)

if rs("lx")="1" then mmlx="文本菜单"
if rs("lx")="2" then mmlx="链接菜单"
if rs("lx")="3" then mmlx="图片菜单"
if rs("lx")="4" then mmlx="图片链接"
if rs("lx")="5" then mmlx="页面菜单"
if rs("lx")="6" then mmlx="页面内容"
if rs("lx")="7" then mmlx="WML页面"
if rs("lx")="8" then mmlx="UBB标签"
if rs("lx")="9" then mmlx="WML标签"
if rs("lx")="10" then mmlx="自助WML"
%>
<a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>">[管理]</a>[<%=mmlx%>]<%=rs("pid")%>.<%=rs("nxn")%><br/>
<%
rs.MoveNext
j=j+1
loop
end if
%>
<a href="66hc_LM.asp?sb=<%=sb%>&amp;fs=1">返回设计中心</a><br/>
<a href="d_i.asp?sb=<%=sb%>&amp;fs=2">返回管理首页</a><br/>
<a href="/index.asp?sb=<%=sb%>">返回网站首页</a><br/>
<a href="bg.asp?sb=<%=sb%>">提出建议</a>|<a href="bg.asp?sb=<%=sb%>">报告错误</a>
<!--#include file="bq.gif"-->
</p></card></wml>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -