www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/eoff.asp

    <%CheckAdmin3%>
<!--#include file="const.asp"-->
<!--#include file="inc/char.inc"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="images/style.css">
<title>中国DJ舞曲网-www.55kiss.cn</title>
</head>
<body bgcolor="#CCCCCC" >
<div align="center"> 
  <center>
  </center>
</div>
<TABLE width="36%" height="169" border=0 align=center cellPadding=3 cellSpacing=1 class=tableBorder>
  <TR> 
    <TH class=tableHeaderText colSpan=10 height=25><b><font size="2">舞 曲 错 误 报 
      告</font></b></TH>
  </TR>
  <tr> 
    <td align="right" class=TableRow2> 
      <%
   MaxPerPage=20
   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("typeid")) then
	typeid=request("typeid")
   else
	typeid=""
   end if
   if request("page")="" then
   page=0
   end if
%>
      <center>
        <%
sql="select * from totalk order by id desc"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
  if rs.eof and rs.bof then
       response.write "<p align='center'> 还 没 有 任 何 舞 曲 错 误 报 告</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,"eoff.asp"
            showContent
            showpage totalput,MaxPerPage,"eoff.asp"
       else
          if (currentPage-1)*MaxPerPage<totalPut then
            rs.move  (currentPage-1)*MaxPerPage
            dim bookmark
            bookmark=rs.bookmark
           showpage totalput,MaxPerPage,"eoff.asp"
            showContent
             showpage totalput,MaxPerPage,"eoff.asp"
        else
	        currentPage=1
           showpage totalput,MaxPerPage,"eoff.asp"
           showContent
           showpage totalput,MaxPerPage,"eoff.asp"
	      end if
	   end if
   end if
   sub showContent
       dim i
	   i=0
  %>
        <p><br>
        </p>
        <p>舞曲错误报告区 </p>
        <p><a href="DELeoff.ASP">删除三天前的数据</a> </p>
        <%do while not rs.eof%>
        <table border="0" cellspacing="1" width="100%" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellpadding="2" height="48" style="border-collapse: collapse" bordercolor="#111111">
          <tr bgcolor="#CCCCCC"> 
            <td width="999" bgcolor="#CCCCCC" height="21" colspan="4"><b><%=rs("title")%></b></td>
          </tr>
          <tr> 
            <td height="12" width="88" bgcolor="#FFFFFF"> <p align="center">报告时间:</td>
            <td width="406" height="12" bgcolor="#FFFFFF"><%=rs("times")%></td>
            <td width="75" height="12" bgcolor="#FFFFFF">报告会员:</td>
            <td width="415" height="12" bgcolor="#FFFFFF"> <p align="center"> 
                <a href="admin_UserModify.asp?userid=<%=rs("user")%>" target="_blank"><%=rs("user")%></a></td>
          </tr>
          <tr> 
            <td height="11" width="88" bgcolor="#FFFFFF"> <p align="center">错误原因:</td>
            <td width="906" height="11" bgcolor="#FFFFFF" colspan="3"><%=rs("conten")%></td>
          </tr>
        </table>
        <% i=i+1
	      if i>=MaxPerPage then exit do
	      rs.movenext
	   loop
		  %>
        <%
   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
  response.write "<form method=Post action="&filename&"?typeid="&typeid&">"
    if CurrentPage<2 then
    response.write "<font color='#000080'>首页 上一页</font>&nbsp;"
  else
    response.write "<a href="&filename&"?page=1&typeid="&typeid&">首页</a>&nbsp;"
    response.write "<a href="&filename&"?page="&CurrentPage-1&"&typeid="&typeid&">上一页</a>&nbsp;"
  end if
  if n-currentpage<1 then
    response.write "<font color='#000080'>下一页 尾页</font>"
  else
    response.write "<a href="&filename&"?page="&(CurrentPage+1)&"&typeid="&typeid&">"
    response.write "下一页</a> <a href="&filename&"?page="&n&"&typeid="&typeid&">尾页</a>"
  end if
   response.write "<font color='#000080'>&nbsp;页次:</font><strong><font color=red>"&CurrentPage&"</font><font color='#000080'>/"&n&"</strong>页</font> "
    response.write "<font color='#000080'>&nbsp;共<b>"&totalnumber&"</b>个舞曲 <b>"&maxperpage&"</b>个舞曲/页</font> "
   response.write " <font color='#000080'>转到:</font><input type='text' name='page' size=4 maxlength=10 class=smallInput value="&currentpage&">"
   response.write " <input class=buttonface type='submit'  value='Goto'  name='cndok'></span></p></form>"
end function
    rs.close
    set rs=nothing  
   conn.close
   set conn=nothing
  %>
      </center>
      <div align="center">
        <center>
        </center>
      </div>
      <div align="center"> 
        <center>
        </center>
      </div>
</table>
</body>
</html>