⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 matrix3_killlist.asp

📁 这是ASP的OA
💻 ASP
字号:
<!-- #include file="const.asp" -->
<%
call opendb()
checkadmin()
dim sql,rs
%>
<html>
<head>
<title><%=sitename%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="18" align="center" valign="top"> <!-- #include file="topbar.asp" --> <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td><img src="images/blank.gif" width="1" height="1"></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td align="center" valign="top"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="12" bgcolor="#ECE9D9">&nbsp;</td>
          <td width="1" bgcolor="#E8BC3C"></td>
          <td width="10">&nbsp;</td>
          <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="30" class=v8b> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td class="v7b"><img src="images/btn_face.gif" width="10" height="7"> 
                        <a href="index.asp"><%=sitename%></a><FONT face=Webdings color="#660000">8</FONT> 
                        <a href="matrix3_admin.asp">BBS管理</a> <FONT face=Webdings color="#660000">8</FONT> 
                       封杀列表</td>
                      <td width="100" align="center" nowrap class="v7b">&nbsp;</td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td height="2" bgcolor="#ECE9D9"></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td align="right"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
                          <tr bgcolor="#FFFFFF"> 
                            <td width="130" nowrap bgcolor="#bac296"><span class="v7b">&nbsp;&nbsp;<img src="images/fang-1.gif" width="7" height="7" align="absmiddle">&nbsp;<font color="#FFFFFF">列表</font></span></td>
                            <td valign="top" bgcolor="#cccccc">&nbsp;</td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td><table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#EAEAEA">
  <tr align="center" bgcolor="#ECE9D9"> 
                            <td width="30%" height="20">帐号或IP</td>
                            <td width="30%" height="20">操作时间</td>
                            <td width="30%" height="20">管理员</td>                        <td width="10%" height="20">解封</td>
  </tr>
  <%
  call opendb()
 sql="select * from m3_kill order by id desc"
 set rs=server.CreateObject("adodb.recordset")
 rs.open sql,conn,1,1
 if not (rs.eof and rs.bof) then
 do while not rs.eof
 %>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td width="30%" height="28"><%=rs("killstr")%></td>
    <td width="30%" height="28"><%=rs("ktime")%></td>
    <td width="30%"><%=rs("admin")%></td>
    <td width="10%"><a href="matrix3_kill_do.asp?action=free&id=<%=rs("id")%>">解封</a></td>
  </tr>
  <%
  rs.movenext
  loop%>
  <%else%>
  <tr align="center" bgcolor="#FFFFFF"> 
    <td width="30%" height="28"><%response.write"&nbsp;&nbsp;暂无被封的帐号或IP ..."%></td>
    <td width="30%" height="28">-----</td>
    <td width="30%">-----</td>
    <td width="10%">-----</td>
  </tr>
  <%end if
  rs.close
  set rs=nothing

  %>
</table></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td><img src="images/blank.gif" width="1" height="2"></td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <br>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td align="right"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
                          <tr bgcolor="#FFFFFF"> 
                            <td width="130" nowrap bgcolor="#990000"><span class="v7b">&nbsp;&nbsp;<img src="images/fang-1.gif" width="7" height="7" align="absmiddle">&nbsp;<font color="#FFFFFF">进行封杀</font></span></td>
                            <td valign="top" bgcolor="#cccccc">&nbsp;</td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td>
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <form name="form1" method="post" action="matrix3_kill_do.asp"><tr bgcolor="#F0F0F0"> 
                              <td width="37%" height="30">&nbsp;&nbsp;帐号或IP: 
                                <input name="kill" type="text" id="kill" maxlength="20" class="input1"></td>
      <td width="63%" height="30"><input type="hidden" name="action" value="kill">
        <input type="submit" name="Submit" value="  封杀  " class="input"></td>
    </tr></form>
  </table>
</td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td><img src="images/blank.gif" width="1" height="2"></td>
                    </tr>
                  </table></td>
              </tr>
            </table> </td>
          <td width="10">&nbsp;</td>
          <td width="1" bgcolor="#E8BC3C"></td>
          <td width="100" bgcolor="#ECE9D9" valign="top"> <!-- #include file="matrix3_right.asp" --></td>
        </tr>
      </table>
      
    </td>
  </tr>
  <tr> 
    <td height="10" align="center" valign="middle">
      <!-- #include file="bottombar.asp" -->
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -