📄 user01.asp
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="home1.asp"-->
<!--#include file="security.asp"-->
<html><!--#include file="../checkpost.asp"-->
<%if session("flag")>4 then
response.write "<script>alert('您的操作权限不够!');history.back();</script>"
response.end
end if
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="css/css.css">
<title>flash管理页</title>
</head>
<style type=text/css>
body { background:#336699; margin:0px; font:9pt 宋体; }
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover { color:#000000;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
<%
MaxPerPage=30
dim totalPut
dim CurrentPage
dim TotalPages
dim i,j
dim typename
typename=""
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
dim sql
dim rs
dim rstype
dim typesql
dim typeid,typename1
if not isEmpty(request("oklook")) then
oklook=request("oklook")
else
oklook=""
end if
%>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"></td>
</tr>
</table>
<%
if request("nos")=0 then
sql="select * from users where nos=0 order by id desc"
end if
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align='center'><br><br>还 没 有 任 何 会 员!</p>"
else
totalPut=rs.recordcount
totalPut=rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*MaxPerPage>totalput then
if (totalPut mod MaxPerPage)=0 then
currentpage= totalPut \ MaxPerPage
else
currentpage= totalPut \ MaxPerPage + 1
end if
end if
if currentPage=1 then
showpage totalput,MaxPerPage,"user01.asp"
showContent
showpage totalput,MaxPerPage,"user01.asp"
else
if (currentPage-1)*MaxPerPage<totalPut then
rs.move (currentPage-1)*MaxPerPage
dim bookmark
bookmark=rs.bookmark
showpage totalput,MaxPerPage,"user01.asp"
showContent
showpage totalput,MaxPerPage,"user01.asp"
else
currentPage=1
showpage totalput,MaxPerPage,"user01.asp"
showContent
showpage totalput,MaxPerPage,"user01.asp"
end if
end if
end if
sub showContent
dim i
i=0
%>
<body leftmargin="0" topmargin="0">
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" height="30">
<tr>
<td bgcolor=f3f3f3 align="center" height="30">
<form method="POST" action="user.asp" align=" center">
<b>用户名:</b><input type="text" name="userid123" size="20">
<input type="submit" value="查询"> <a href="DELuser.ASP">删除一个星期未登录过的会员</a></form>
<form method="POST" action="user02.asp" align=" center">
<b>Email:</b><input type="text" name="email" size="20" >
<input type="submit" value="查询"> <a href="DELuser01.ASP">删除3天均未登录过的会员</a></form>
</td>
</tr>
</table>
<div align="center">
<center>
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0" height="30">
<tr>
<td bgcolor=ffffff align="center" height="30">
<a href="USER.ASP">全部会员</a>|<a href="USER.ASP?oklook=0">电影游客</a>|<a href="USER.ASP?oklook=1">普通会员</a>|<a href="USER.ASP?oklook=2">白银会员</a>|<a href="USER.ASP?oklook=3">黄金会员</a>
|<a href="USER.ASP?oklook=4">钻石会员</a>|<a href="USER01.ASP?nos=0">未登录过的会员</a>
</td>
</tr>
</table>
<table border="0" cellspacing="1" width="600" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellpadding="0" height="33" style="border-collapse: collapse" bordercolor="#111111">
<tr bgcolor="#f3f3f3">
<td align="center" height="25"><b>编号</b></td>
<td align="center" height="25"><b>用户名</b></td>
<td align="center" height="25"><b>会员等级</b></td>
<td align="center" height="25"><b>姓名</b></td>
<td align="center" height="25"><b>注册时间</b></td>
<td align="center" height="25">
<p align="center"><b>到期时间</b></td>
<td align="center" height="25"><b>登陆次数</b></td>
<td align="center" height="25"><b>详细信息</b></td>
<td align="center" height="25"><b>删除</b></td>
</tr>
<%do while not rs.eof%>
<tr>
<td height="25" bgcolor="#FFFFFF">
<p align="center"><%=rs("id")%></td>
<td height="25" bgcolor="#FFFFFF">
<p align="center"><%=rs("userid")%> </td>
<td height="25" bgcolor="#FFFFFF" align="center">
<%if rs("oklook")=0 then
oklook="电影游客"
elseif rs("oklook")=1 then
oklook="计点会员"
elseif rs("oklook")=2 then
oklook="包月会员"
elseif rs("oklook")=3 then
oklook="包季会员"
elseif rs("oklook")=4 then
oklook="包年会员"
elseif rs("oklook")=5 then
oklook="终生会员"
end if%><%=oklook%></td>
<td height="25" bgcolor="#FFFFFF" align="center"><%=rs("name")%></td>
<td height="25" bgcolor="#FFFFFF" align="center"><%=rs("date")%></td>
<td height="25" bgcolor="#FFFFFF" align="center"><%=rs("money")%></td>
<td height="25" bgcolor="#FFFFFF" align="center"><%=rs("nos")%></td>
<td height="25" bgcolor="#FFFFFF">
<p align="center"><font color="#000000">
<a href="useredit.asp?userid=<%=rs("userid")%>" >进入</a></font></td>
<td height="25" bgcolor="#FFFFFF">
<p align="center"><a href="deleteuser.asp?id=<%=rs("id")%>">
<font color="#000000">删除</font></a></td>
</tr>
<% i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
%>
</table>
</center>
</div>
<%
end sub
function showpage(totalnumber,maxperpage,filename)
dim n
if totalnumber mod maxperpage=0 then
n= totalnumber \ maxperpage
else
n= totalnumber \ maxperpage+1
end if
%>
<table border="0" align="center" bgcolor="FFF772" cellspacing="0" height="25" width="600">
<form method=Post action="<%=filename%>?typeid=<%=typeid%>&oklook=<%=oklook%>">
<tr><td>
<center>共有<font color="#ff0000"><b><%=totalnumber%></b></font>个会员 当前:第<strong><font color="#ff0000"><%=CurrentPage%></font></strong>页/共<strong><font color="#ff0000"><%=n%></font></strong>页</center>
<td><div align="right">
<%if CurrentPage<2 then%>
<font color='888888'>首页 上一页</font>
<%else%>
<a class=left href="<%=filename%>?typeid=<%=typeid%>&page=1&oklook=<%=oklook%>">首页</a>
<a class=left href="<%=filename%>?typeid=<%=typeid%>&page=<%=CurrentPage-1%>&oklook=<%=oklook%>">上一页</a>
<%
end if
if n-currentpage<1 then
%>
<font color='888888'>下一页 尾页</font>
<%else%>
<a class=left href="<%=filename%>?typeid=<%=typeid%>&page=<%=(CurrentPage+1)%>&oklook=<%=oklook%>">下一页</a>
<a class=left href="<%=filename%>?typeid=<%=typeid%>&page=<%=n%>&oklook=<%=oklook%>">尾页</a>
<%end if%>
<td align="center"><select name="page" onchange="javascript:submit()">
<%for i = 1 to n%>
<option value="<%=i%>" <%if cint(CurrentPage)=cint(i) then%> selected <%end if%>>第<%=i%>页</option>
<%next%></select></td></div></td></td>
</tr></form></table>
<%
end function
%>
<%
sub gotopage
end sub
%>
<p></p>
</body>
</html>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -