admin_gdel.asp
资源名称:txl.zip [点击查看]
上传用户:comthink
上传日期:2021-05-06
资源大小:1280k
文件大小:5k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
HTML/CSS
- <!--#include file="conn.asp"-->
- <!-- #include file="inc/const.asp" -->
- <title><%=txl_info(0)%>--管理页面</title>
- <!--#include file="inc/admin_css.asp"-->
- <meta NAME=GENERATOR Content="Microsoft FrontPage 3.0" CHARSET=GB2312>
- <BODY leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#DDEEFF">
- <%
- if not supermaster or session("flag")="" then
- Errmsg=Errmsg+"<br>"+"<li>本页面为管理员专用,请<a href=admin_index.asp target=_top>登陆</a>后进入。<br><li>您没有管理本页面的权限。"
- call txl_error()
- response.end
- end if
- if request("action")="savedel" then
- call savedel()
- elseif request("action")="timedel" then
- call timedel()
- else
- call main()
- end if
- sub main()
- %>
- <table cellpadding="2" cellspacing="1" border="0" width="95%" class="tableBorder" align=center>
- <tr>
- <th colspan=5 height=23>留言批量删除</th>
- </tr>
- <tr>
- <td class=txlrow colspan=5>注意事项:①点删除按钮将删除所选定的留言,此操作是不可逆的,请谨慎操作;<br>
English
