📄 showuser.asp
字号:
<!--#include file="Inc/syscode.asp"-->
<%
'请勿改动下面这三行代码
const ChannelID=2
Const ShowRunTime="Yes"
dim OrderType
MaxPerPage=20
SkinID=0
OrderType=trim(request("OrderType"))
if OrderType="" then
OrderType=1
else
OrderType=Clng(OrderType)
end if
PageTitle="用户列表"
strFileName="ShowUser.asp?OrderType=" & OrderType
%>
<html>
<head>
<link rel="stylesheet" href="1.css" type="text/css">
<title><%=strPageTitle & " >> " & PageTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="inc/Skin_CSS.asp"-->
<% call MenuJS() %>
</head>
<body <%=Body_Label%> onmousemove='HideMenu()'>
<!--#include file="Top.asp"--> <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="border2">
<tr> <td width="180" align="left" valign="top" class="tdbg_leftall" bgcolor="#FFFFFF"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border="0" style="word-break:break-all">
<TR class="title_left"> <TD align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td class="title_lefttxt"><IMG SRC="images/4.gif"></td></tr> </table></TD></TR>
<TR> <TD height="80" valign="top" class="tdbg_left"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr> <td valign="top" bgcolor="#FFFFFF"> <% call ShowUserLogin() %> </td></tr> </table></TD></TR>
</table><br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border="0" style="word-break:break-all">
<TR class="title_left"> <TD align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td class="title_lefttxt"><IMG SRC="images/9.gif"></td></tr> </table></TD></TR>
<TR> <TD height="80" valign="top" class="tdbg_left"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr> <td valign="top" bgcolor="#FFFFFF"> <% call ShowHot(5,14) %> </td></tr> </table></TD></TR>
</table><br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border="0" style="word-break:break-all">
<TR class="title_left"> <TD align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td class="title_lefttxt"><IMG SRC="images/8.gif" WIDTH="191" HEIGHT="38"></td></tr>
</table></TD></TR> <TR> <TD height="80" valign="top" class="tdbg_left"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr> <td valign="top" bgcolor="#FFFFFF"> <% call ShowElite(5,14) %> </td></tr> </table></TD></TR>
</table><br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border="0" style="word-break:break-all">
<TR class="title_left"> <TD align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td class="title_lefttxt"><IMG SRC="images/11.gif" WIDTH="191" HEIGHT="38"></td></tr>
</table></TD></TR> <TR> <TD height="80" valign="top" class="tdbg_left"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr> <td valign="top" bgcolor="#FFFFFF"> <% call ShowPicArticle(0,2,20,1,1,140,80,200,true,false) %>
</td></tr> </table></TD></TR> </table></td><td width="5" align="left" valign="top"> </td><td valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="title_main">
<tr> <td width="40"> </td><td><table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr> <td class="title_maintxt">用户列表</td></tr> </table></td></tr> </table><table width="100%" border="0" cellspacing="0" cellpadding="0" class="border">
<tr> <td valign="top"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr> <td valign="top"> <% call ShowAllUser() %> </td></tr> </table></td></tr>
<tr class="tdbg"> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class="tdbg_leftall"> <td> <%
if TotalPut>0 then
call showpage(strFileName,totalPut,MaxPerPage,true,true,"个用户")
end if
%> </td></tr> </table></td></tr> </table><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr> <td height="15" align="center" valign="top"> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr> <td height="13" Class="tdbg_left2"></td></tr> </table></td></tr> </table></td></tr>
</table><table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr> <td height="13" align="center" valign="top"><table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
<tr> <td height="13" Class="tdbg_left2"></td></tr> </table></td></tr> </table><% call Bottom() %>
<% call PopAnnouceWindow(400,300) %>
</body>
</html>
<%
call CloseConn()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -