sc_lm.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机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=usb(request("id"))
- cz=usb(request("cz"))%>
- <%
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from wap_lm where id="&id
- rs.open rspl,conn,1,2
- if rs("lx")="1" then mmlx="文本菜单<br/>本菜单不支持UBB语法、WML语法"
- if rs("lx")="2" then mmlx="链接菜单<br/>即超级链接"
- if rs("lx")="3" then mmlx="图片菜单<br/>即显示图片"
- if rs("lx")="4" then mmlx="图片菜单<br/>即图片型超级链接"
- if rs("lx")="5" then mmlx="页面菜单<br/>即新的页面菜单。"
- if rs("lx")="6" then mmlx="页面内容<br/>简便型的文章,支持UBB语法。"
- if rs("lx")="7" then mmlx="WML页面<br/>支持WML语法的页面。"
- if rs("lx")="8" then mmlx="UBB标签<br/>支持UBB语法,不支持WML语法,"
- if rs("lx")="9" then mmlx="WML标签<br/>支持WML语法,不支持UBB语法。"
- if rs("lx")="10" then mmlx="自助WML<br/>添加自助的WML页面,请注意语法"
- if rs("lx")>10 or rs("lx")<0 then mmlx="未知类型<br/>可能是传递数据错误!"
- ok=rs("lx")
- %>
- <%if cz="" then%>
- 项目编号:<%=id%><br/>
- 项目名称:<%=ubb(rs("nxn"))%><br/>
- 创建时间:<%=rs("sj")%><br/>
- ----------<br/>
- 您确认要删除当前项目?<br/>
- <a href="sc_lm.asp?fs=<%=fs%>&sb=<%=sb%>&id=<%=id%>&cz=2">确认删除</a><br/>
- <a href="lm_gl.asp?fs=<%=fs%>&sb=<%=sb%>&id=<%=id%>">暂不删除</a><br/>
- 注意:删除栏目会同时删除属于本栏目下的子栏目<br/>
- <%else%>
- <%
- sql="delete from wap_lm Where CStr(id)='" & id & "'"
- conn.Execute(sql)
- sql="delete from wap_lm Where CStr(did)='" & id & "'"
- conn.Execute(sql)
- %>
- 删除成功<br/>
- <%end if%>
- 报时:<%=time%>
- </table>
- </body>
- </html>