lm_gl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:4k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html>
- <!--#include file="admin_sb.asp"-->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head><body><body bgcolor="#fcefff">
- <%
- id=dlubb(request("id"))
- if id="" then id="0"
- set rs=Server.CreateObject("ADODB.Recordset")
- rsppl="select * from wap_lm where id="&id
- rs.open rsppl,conn,1,2
- if rs.eof then
- response.write("无此栏目<br/>可能以被删除<br/>")
- else
- 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")="11" then mmlx="文件菜单"
- if rs("lx")="10" then mmlx="文章系统"
- if rs("brr")="0" then hhhh="不换行"
- if rs("brr")="1" then hhhh="自动换行"
- if rs("yc")="0" then gkfs="正常显示"
- if rs("yc")="1" then gkfs="隐藏显示"
- if rs("yc")="2" then gkfs="密码显示"
- if rs("logo")="1" then xmtb="暂无"
- if rs("logo")<>"1" then xmtb="<img src='"&rs("logo")&"' alt='图标'/>"
- %>
- 项目编号:<%=rs("id")%><br/>
- 项目类型:<%=mmlx%><br/>
- 项目名称:<%=ubb(rs("nxn"))%><br/>
- 后面换行:<%=hhhh%><br/>
- 排列顺序:<%=rs("pid")%><br/>
- 项目图标:<%=xmtb%><br/>
- 公开方式:<%=gkfs%><br/>
- 创建时间:<%=rs("sj")%><br/>
- 文本内容:<%=ubb(rs("txt"))%><br/>
- ----------<br/>
- <%if rs("lx")="5" or rs("lx")="10" then%>
- <a href="tjlm.asp?sb=<%=sb%>&did=<%=rs("id")%>">添加页面项目</a><br/>
- <%end if%>
- <%if rs("lx")="12" then%>
- <a href="tjlmok.asp?sb=<%=sb%>&did=<%=rs("id")%>&ok=11">直接添加文件</a><br/>
- <%end if%>
- <a href="bj_lm.asp?sb=<%=sb%>&id=<%=rs("id")%>&fs=<%=fs%>">编辑项目</a>◆<a href="sc_lm.asp?sb=<%=sb%>&id=<%=rs("id")%>&fs=<%=fs%>">删除项目</a><br/>
- <a href="yd_lm.asp?sb=<%=sb%>&id=<%=rs("id")%>&fs=<%=fs%>">移动项目</a><br/>
- ----------<br/>
- <%end if%>
- <%if rs("lx")="5" or rs("lx")="12" or rs("lx")="10" then%>
- <%set rsl=Server.CreateObject("ADODB.Recordset")
- rsppll="select * from wap_lm where lx<>500 and did="&id&" order by pid asc"
- rsl.open rsppll,conn,1,2
- if rsl.eof then
- response.write("暂无下级菜单<br/>")
- else
- rsl.Move(0)
- dim l
- l=1
- do while ((not rsl.EOF) and l <=500000)
- if rsl("lx")="1" then mmlxl="文本菜单"
- if rsl("lx")="2" then mmlxl="链接菜单"
- if rsl("lx")="3" then mmlxl="图片菜单"
- if rsl("lx")="4" then mmlxl="图片链接"
- if rsl("lx")="5" then mmlxl="页面菜单"
- if rsl("lx")="6" then mmlxl="页面内容"
- if rsl("lx")="7" then mmlxl="WML页面"
- if rsl("lx")="8" then mmlxl="UBB标签"
- if rsl("lx")="9" then mmlxl="WML标签"
- if rsl("lx")="10" then mmlxl="文章菜单"
- if rsl("lx")="11" then mmlxl="文件"%>
- <a href="lm_gl.asp?id=<%=rsl("id")%>&sb=<%=sb%>&fs=<%=fs%>">[管理]</a>[<%=mmlxl%>]<%=rsl("pid")%>.<%=rsl("nxn")%><br/>
- <%
- rsl.MoveNext
- l=l+1
- loop
- end if
- %>
- -----------<br/>
- <%end if%>
- 报时:<%=time%>
- </table>
- </body>
- </html>