buyuser01.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:11k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="../checkpost.asp"-->
  2. <!--#include file="articleconn.asp"-->
  3. <!--#include file="home1.asp"-->
  4. <!--#include file="security.asp"-->
  5. <%if session("flag")>3 then
  6.     response.write "<br><p align=center>您的操作权限不够!</p>"
  7.     response.end
  8. end if
  9. %>
  10. <html>
  11. <head>
  12. <meta http-equiv="Content-Language" content="zh-cn">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  15. <meta name="ProgId" content="FrontPage.Editor.Document">
  16. <link rel="stylesheet" type="text/css" href="inc/Admin_STYLE.CSS">
  17. <title>订单管理页</title>
  18. </head>
  19. <body leftmargin="0" topmargin="0">
  20. <script language="javascript">
  21. <!--
  22. function winopen(url)                    
  23.      {                    
  24.         window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=540,height=380,top=1,left=1");                    
  25.       }
  26. function MM_openBrWindow(theURL,winName,features) { //v2.0
  27.   window.open(theURL,winName,features);
  28. }
  29. //-->
  30. </script>
  31. <script language="javascript">
  32. <!--
  33. function emailopen(url)                    
  34.      {                    
  35.         window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=500,height=350,top=1,left=1");                    
  36.       }
  37. function MM_openBrWindow(theURL,winName,features) { //v2.0
  38.   window.open(theURL,winName,features);
  39. }
  40. //-->
  41. </script>
  42. <%
  43.    MaxPerPage=20
  44.    dim totalPut   
  45.    dim CurrentPage
  46.    dim TotalPages
  47.    dim i,j
  48.    dim money
  49.    money=0
  50.    dim typename
  51.    
  52.    typename=""
  53.    if not isempty(request("page")) then
  54.       currentPage=cint(request("page"))
  55.    else
  56.       currentPage=1
  57.    end if
  58.    dim sql
  59.    dim rs
  60.    dim rstype
  61.    dim typesql
  62.    dim typeid,typename1
  63.    if not isEmpty(Replace(request("typeid"), "'", "''")) then
  64. typeid=Replace(request("typeid"), "'", "''")
  65.    else
  66. typeid=0
  67.    end if
  68.   
  69. %>
  70. <!--#include file="top1.asp"-->
  71. <%
  72.  if request("name23")="" and request("date01")="" and request("date02")=""  then
  73.  sql="select * from buy where baoyue=1 and pay=0 order by id desc"
  74.  else if request("name23")<>"" and request("date01")="" and request("date02")="" then
  75.  sql="select * from buy where baoyue=1 and userid like '%"&request("name23")&"%'"
  76.   else if request("date01")<>"" and request("date02")<>"" then
  77.    sql="select * from buy where baoyue=1 and datetime>='"&request("date01")&"' and datetime<='"&request("date02")&"' "
  78.  end if
  79.  end if
  80.  end if
  81.  Set rs= Server.CreateObject("ADODB.Recordset")
  82.  rs.open sql,conn,1,1
  83.   if rs.eof and rs.bof then
  84.        response.write "<p align='center'> 还 没 有 任 何 购 买 会 员</p>"
  85.    else
  86.   totalPut=rs.recordcount
  87.       totalPut=rs.recordcount
  88.       if currentpage<1 then
  89.           currentpage=1
  90.       end if
  91.       if (currentpage-1)*MaxPerPage>totalput then
  92.    if (totalPut mod MaxPerPage)=0 then
  93.      currentpage= totalPut  MaxPerPage
  94.    else
  95.       currentpage= totalPut  MaxPerPage + 1
  96.    end if
  97.       end if
  98.        if currentPage=1 then
  99.            showpage totalput,MaxPerPage,"buyuser01.asp"
  100.             showContent
  101.             showpage totalput,MaxPerPage,"buyuser01.asp"
  102.        else
  103.           if (currentPage-1)*MaxPerPage<totalPut then
  104.             rs.move  (currentPage-1)*MaxPerPage
  105.             dim bookmark
  106.             bookmark=rs.bookmark
  107.            showpage totalput,MaxPerPage,"buyuser01.asp"
  108.             showContent
  109.              showpage totalput,MaxPerPage,"buyuser01.asp"
  110.         else
  111.         currentPage=1
  112.            showpage totalput,MaxPerPage,"buyuser01.asp"
  113.            showContent
  114.            showpage totalput,MaxPerPage,"buyuser01.asp"
  115.       end if
  116.    end if
  117.    end if
  118.         
  119.   
  120.    sub showContent
  121.        dim i
  122.    i=0
  123.   %> <center>
  124.   <font color=#FF0000><b>包月会员订单管理</b></font><br>
  125.   <a href="buyuser.asp"><font color=#ffffff><font color="#000000">查看全部订单</font></font></a><font color="#000000">  <a href="buyuser02.asp"> 
  126.   查看已处理订单</a></font><br>
  127.   <table border="0" cellspacing="1" width="100%" class="border" cellpadding="2" height="33" style="border-collapse: collapse" bordercolor="#111111">
  128.     <tr bgcolor="#429AEF"> 
  129.       <td width="62" height="20" align="center"><font color="#FFFFFF">用户名</font></td>
  130.       <td width="66" height="20" align="center"><font color="#FFFFFF">姓<span lang="en-us">&nbsp;&nbsp;&nbsp; 
  131.         </span>名</font></td>
  132.       <td width="39" height="20" align="center"><font color="#FFFFFF">天<span lang="en-us"> 
  133.         </span>数</font></td>
  134.       <td width="66" align="center"><font color="#FFFFFF">购买等级</font></td>
  135.       <td width="61" height="20" align="center"><font color="#FFFFFF">应收金额</font></td>
  136.       <td width="80" height="20" align="center"><font color="#FFFFFF">付款方式</font></td>
  137.       <td width="57" height="20" align="center"><font color="#FFFFFF">代理会员</font></td>
  138.       <td width="94" height="20" align="center"> <p align="center"><font color="#FFFFFF">购买时间</font></td>
  139.       <td width="50" height="20" align="center"><font color="#FFFFFF">回复会员</font></td>
  140.       <td width="42" height="20" align="center"><font color="#FFFFFF">处理</font></td>
  141.       <td width="45" height="20" align="center"><font color="#FFFFFF">操作</font></td>
  142.     </tr>
  143.     <%do while not rs.eof%>
  144.     <form method="POST" action="userbuyserver.asp?id=<%=rs("id")%>&userid=<%=rs("userid")%>&askmejoin=<%=rs("askmejoin")%>">
  145.       <tr bgcolor="#E1F4EE"> 
  146.         <td width="62" height="4" bgcolor="#E1F4EE"><p align="center"> <a href="useredit.asp?userid=<%=rs("userid")%>"> <font color="#0000FF"><u><%=rs("userid")%></u></font></a>
  147.             <input type="hidden" name="id" value="<%=rs("id")%>">
  148.         </td>
  149.         <td width="66" height="4" align="center"><%=rs("name")%></td>
  150.         <td width="39" height="4" align="center"> 
  151.           <input type="text" name="money" size="3" value="<%=rs("money")%>"></td>
  152.         <td width="66" align="center"> 
  153.         <% select case rs("oklook")
  154.     case 1
  155. response.write"普通会员"
  156. case 2
  157. response.write"白银会员"
  158. case 3
  159. response.write"黄金会员"
  160. case 4
  161. response.write"钻石会员"
  162.    end select
  163. %>        </td>
  164.         <td width="61" height="4" align="center">&yen;<%=rs("paymoney")%>
  165.           <input type="hidden" name="paymoney" value="<%=rs("paymoney")%>">
  166. 元</td>
  167.         <% money=money+rs("paymoney") %>
  168.         <td width="80" height="4" align="center"><%=rs("giveme")%></td>
  169.         <td width="57" height="4" align="center"> 
  170.           <% if rs("askmejoin")<>"" then%> <%=rs("askmejoin")%> <%else%> 没有 <%end if%>
  171.           <input type="hidden" name="askmejoin" size="1" value="<%=rs("askmejoin")%>">
  172.           <input type="hidden" name="oklook" size="1" value="<%=rs("oklook")%>"></td>
  173.         <td width="94" height="4" align="center"> <%=month(rs("datetime"))%>月<%=day(rs("datetime"))%>日<%=hour(rs("datetime"))%>时</td>
  174.         <td width="50" height="4" align="center" bgcolor="#E1F4EE"> <a href="javascript:emailopen('sendmail.asp?email=<%=rs("email")%>')">回复</a></td>
  175.         <td width="42" height="4"><p align="center"> <% if rs("pay")=0 then %>
  176.             <input type="submit" value="确认" name="add">
  177.             <% else if rs("pay")=1 then
  178. response.write"已处理"
  179. end if
  180.    end if
  181. %></td>
  182.         <td width="45" height="4"><p align="center"> <% if rs("pay")=0 then %>
  183.             <input type="submit" value="删除" name="del">
  184.             <% else if rs("pay")=1 then
  185. response.write"已付款"
  186.    end if
  187.    end if
  188. %> </td>
  189.       </tr>
  190.     </form>
  191.         <% i=i+1
  192.       if i>=MaxPerPage then exit do
  193.       rs.movenext
  194.    loop
  195.   %>
  196.   </table>
  197. </center>
  198. <%
  199.    end sub 
  200. function showpage(totalnumber,maxperpage,filename)
  201.   dim n
  202.   if totalnumber mod maxperpage=0 then
  203.      n= totalnumber  maxperpage
  204.   else
  205.      n= totalnumber  maxperpage+1
  206.   end if
  207.   response.write "<p align=""center""><form method=Post action="&filename&"?typeid="&typeid&">"
  208.     if CurrentPage<2 then
  209.     response.write "<font color='#000080'>首页 上一页</font>&nbsp;"
  210.   else
  211.     response.write "<a href="&filename&"?page=1&typeid="&typeid&">首页</a>&nbsp;"
  212.     response.write "<a href="&filename&"?page="&CurrentPage-1&"&typeid="&typeid&">上一页</a>&nbsp;"
  213.   end if
  214.   if n-currentpage<1 then
  215.     response.write "<font color='#000080'>下一页 尾页</font>"
  216.   else
  217.     response.write "<a href="&filename&"?page="&(CurrentPage+1)&"&typeid="&typeid&">"
  218.     response.write "下一页</a> <a href="&filename&"?page="&n&"&typeid="&typeid&">尾页</a>"
  219.   end if
  220.    response.write "<font color='#000080'>&nbsp;页次:</font><strong><font color=#ffffff>"&CurrentPage&"</font><font color='#000080'>/"&n&"</strong>页</font> "
  221.     response.write "<font color='#000080'>&nbsp;共<b>"&totalnumber&"</b>个订单 <b>"&maxperpage&"</b>个订单/页</font> "
  222.    response.write " <font color='#000080'>转到:</font><input type='text' name='page' size=4 maxlength=10 class=smallInput value="&currentpage&">"
  223.    response.write " <input class=buttonface type='submit'  value='Goto'  name='cndok'></span></p></form></p>"
  224.        
  225. end function
  226.    rs.close
  227.    set rs=nothing  
  228.    conn.close
  229.    set conn=nothing
  230.   %>
  231. <form method="POST" action="buyuser.asp">
  232.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  233.     <tr class="title"> 
  234.       <td align="center" height="22" valign="middle"><font color="#FF0000"><b>按用户名查询</b></font></td>
  235.     </tr>
  236.     <tr class="tdbg"> 
  237.       <td align="center" height="19" valign="middle"><font color="#000000">用户名: 
  238.         <input type="text" name="name23" size="20">
  239.         <input name="submit" type="submit" value="查询">
  240.         </font></td>
  241.     </tr>
  242.   </table>
  243.   </form>
  244. <form method="POST" action="buyuser.asp">
  245.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  246.     <tr class="title"> 
  247.       <td align="center" height="22" valign="middle"><font color="#FFFFFF"><b><font color="#FF0000">按日期查询(输入格式:年-月-日)</font></b></font></td>
  248.     </tr>
  249.     <tr class="tdbg"> 
  250.       <td align="center" height="19" valign="middle"><font color="#FFFFFF"> <font color="#000000">起始日期: 
  251.         <input type="text" name="date01" size="20">
  252.           终止日期:</font></font> <font color="#000000"> 
  253.         <input type="text" name="date02" size="20">
  254.         <input name="submit2" type="submit" value="查询">
  255.         </font></td>
  256.     </tr>
  257.   </table>
  258.   </form>
  259.  
  260. <p align="center"><font color=#00FFFF><b><font color="#FF0000">当前页面金额:</font></b></font><font color="#FF0000"><b> 
  261.  <% response.write(money) %>
  262.   元<br>
  263.   </b></font><a href="DELbuy01.ASP"><font color=#ffffff><b><font color="#3333FF">删除3天未处理的定单</font></b></font></a> 
  264. </p>
  265. <form method="POST" action="delbuy01.asp">
  266.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  267.     <tr class="title"> 
  268.       <td align="center" height="22" valign="middle"><font color=#FF0000><b>按日期删除未处理的定单(输入格式:年-月-日)</b></font></td>
  269.     </tr>
  270.     <tr class="tdbg"> 
  271.       <td align="center" valign="middle"><font color=#000000>&nbsp;</font><font color=#000000>起始日期: 
  272.         <input type="text" name="date03" size="20">
  273.           终止日期: 
  274.         <input type="text" name="date04" size="20">
  275.         <input name="submit3" type="submit" value="确定">
  276.         </font></td>
  277.     </tr>
  278.   </table>
  279.   </form>
  280. </body>
  281. </html>