📄 sqjb.asp
字号:
<!--#include file="../../BBSLib.asp"-->
<%
if Request.QueryString("ACT") = "1" then
if Request.QueryString("LB") = "0" then
buf = Command("110|"&Request.QueryString("ID")&"|"&Request.QueryString("NC"))
if GetPart(buf,1) <> "0" then
Response.Write("<SCRIPT>window.alert('"&GetPart(buf,2)&"')</SCRIPT>")
end if
end if
if Request.QueryString("LB") = "1" then
buf = Command("127|"&Request.QueryString("ID")&"|"&Request.QueryString("NC"))
if GetPart(buf,1) <> "0" then
Response.Write("<SCRIPT>window.alert('"&GetPart(buf,2)&"')</SCRIPT>")
end if
end if
end if
if Request.QueryString("LB") = "" then
LB = 0
else
LB = Request.QueryString("LB")
end if
if Request.QueryString("PAGE") = "" then
PAGE = 1
else
PAGE = Int(Request.QueryString("PAGE"))
end if
ret = CommandEx("126|"&LB&"|"&PAGE)
%>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>社区禁闭人员名单</title>
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
.TButton { font-family: "宋体"; font-size: 9pt;cursor:hand;width:66px;height:22px}
A:link{font-size:9pt;COLOR:black;TEXT-DECORATION: none}
A:visited {font-size:9pt;COLOR:black;TEXT-DECORATION: none}
A:hover {font-size:9pt;COLOR: red; TEXT-DECORATION: underline}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
var PAGE = <%=PAGE%>;
var LB = <%=LB%>;
function ShowGRZL(nc) {
l = screen.width/2-500/2;
t = screen.height/2-250/2;
window.open('grzl.asp?NC='+nc,'fGRZL','scrollbar=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,width=500,height=250,left='+l+',top='+t);
}
function bFIRST_onclick() {
window.location.replace('sqjb.asp?PAGE=1&LB='+LB);
}
function bXY_onclick() {
window.location.replace('sqjb.asp?PAGE='+(PAGE+1)+'&LB='+LB);
}
function bSY_onclick() {
window.location.replace('sqjb.asp?PAGE='+(PAGE-1)+'&LB='+LB);
}
function bLAST_onclick() {
window.location.replace('sqjb.asp?PAGE=-1&LB='+LB);
}
function bGB_onclick() {
window.close();
}
function sXZJBQY_onchange() {
if (sXZJBQY.value == '0') {
window.location.replace('sqjb.asp?PAGE=1&LB=0');
LB = 0;
}
if (sXZJBQY.value == '1') {
window.location.replace('sqjb.asp?PAGE=1&LB=1');
LB = 1;
}
}
function jcjb(id,nc) {
window.location.replace('sqjb.asp?PAGE='+PAGE+'&LB='+LB+'&ID='+id+'&NC='+nc+'&ACT=1');
}
function window_onload() {
if (LB == "1") {
sXZJBQY.selectedIndex = 1;
}
}
function window_onresize() {
window.resizeTo(550,300);
window.moveTo(screen.width/2-550/2,screen.height/2-300/2);
}
//-->
</SCRIPT>
</HEAD>
<BODY style="BORDER: medium none;margin:0px" LANGUAGE=javascript onload="return window_onload()" onresize="return window_onresize()">
<table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr class="p9">
<td bgcolor="#CDE1ED">
<div align="center">昵称</div>
</td>
<td bgcolor="#CDE1ED" height="20" width="25%">
<div align="center">禁闭时间</div>
</td>
<%
if LB <> 1 then
Response.Write("<td bgcolor=#CDE1ED height=20 width=30% ><div align=center>论坛禁闭区域</div></td>")
else
Response.Write("<td bgcolor=#CDE1ED height=20 width=30% ><div align=center>聊天室禁闭区域</div></td>")
end if
Response.Write("<td bgcolor=#CDE1ED height=20 width=15% ><div align=center>解除禁闭</div></td></tr>")
if GetPart(ret(0),1) = "0" then
for i=1 to 20
if GetPart(ret(i),1) = "" then exit for
if i mod 2 = 0 then
Response.Write("<tr bgcolor=#F7F7F7>")
else
Response.Write("<tr bgcolor=#EFEFEF>")
end if
Response.Write("<td width=30% class=p9 height=18><div align=center>"&GetPart(ret(i),3)&"</div></td>")
Response.Write("<td width=25% class=p9 height=18><div align=center>"&GetPart(ret(i),4)&"</div></td>")
Response.Write("<td width=30% class=p9 height=18><div align=center>"&GetPart(ret(i),2)&"</div></td>")
Response.Write("<td width=15% class=p9 height=18><div align=center><A href=javascript:jcjb('"&GetPart(ret(i),1)&"','"&GetPart(ret(i),3)&"')>释放</A></div></td>")
Response.Write("</tr>")
next
end if
%>
<tr bgcolor="#CDE1ED">
<td colspan="4" height="35" class=p9>
<div align="center">
选择区域 <select id="sXZJBQY" name="sXZJBQY" class=p9 LANGUAGE=javascript onchange="return sXZJBQY_onchange()">
<option value="0" selected>社区论坛</option>
<!-- <option value="1">社区聊天</option> //-->
</select>
<input type="button" name="bFIRST" id="bFIRST" value="首页" class="TButton" style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bFIRST_onclick()">
<input type="button" name="bSY" id="bSY" value="上页" class="TButton" style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bSY_onclick()">
<input type="button" name="bXY" id="bXY" value="下页" class="TButton" style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bXY_onclick()">
<input type="button" name="bLAST" id="bLAST" value="末页" class="TButton" style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bLAST_onclick()">
<input type="button" name="bGB" id="bGB" value="关闭" class="TButton" style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bGB_onclick()">
</div>
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -