user.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:1k
源码类别:

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="users.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="../md5.asp" -->
  4. <!--#include file="cookies.asp" -->
  5. <%
  6. if rs4("boolUser")=False then
  7. Response.Redirect "index.asp"
  8. end if
  9. end if
  10. rs.close
  11. set rs=nothing
  12. end if
  13. %>
  14. <!--#include file="function.asp" -->
  15. <!--#include file="code.asp" -->
  16. <!--#include file="first.asp" -->
  17. <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
  18. <tr>
  19. <td width=185 valign=top>
  20. <!--#include file="inc.asp" -->
  21. </td>
  22. <td width=550 valign=top>
  23. <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#000000">
  24. <%
  25. if request.form("userid")<>"" then
  26. UserPost()
  27. else
  28. ShowAllUser()
  29. end if
  30. %>
  31. </table>
  32. <br>
  33. <img src="../images/1.gif" width="16" height="15">超级管理员 
  34. <img src="../images/2.gif" width="16" height="15">普通管理员 
  35. <img src="../images/3.gif" width="16" height="15">分类管理员 
  36. <img src="../images/4.gif" width="16" height="15">影片添加员 
  37. <img src="../images/5.gif" width="16" height="15">普通用户 
  38. <img src="../images/6.gif" width="16" height="15">自定义 
  39. </td>
  40. </tr>
  41. </table>
  42. <br><hr width=735>
  43. <center>