list.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:1k
源码类别:
多媒体编程
开发平台:
ASP/ASPX
- <!--#include file="users.asp" -->
- <!--#include file="config.asp" -->
- <!--#include file="../md5.asp" -->
- <!--#include file="cookies.asp" -->
- <%
- end if
- rs.close
- set rs=nothing
- end if
- if request("act")="logout" then
- response.cookies("nicedown")("admin")=""
- response.cookies("nicedown")("pws")=""
- Response.Redirect "index.asp"
- end if
- %>
- <!--#include file="function.asp" -->
- <!--#include file="code.asp" -->
- <!--#include file="first.asp" -->
- <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
- <tr>
- <td width=185 valign=top>
- <!--#include file="inc.asp" -->
- </td>
- <td width=550 height=233 valign=top>
- <table border=0 cellpadding=3 cellspacing=0 style='border-collapse:collapse' width=100%>
- <tr>
- <td width=100% align=left class=shadow2>影片列表</td>
- <tr>
- <td width=100% align=center><%list_show()%></td>
- </tr>
- </table>
- <br>
- </td>
- </tr>
- </table>
- <br><hr width=735>
- <center>
- </center>
- </body>
- </html>