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

📄 payed.asp

📁 一个用asp.net编写的dns域名服务网站
💻 ASP
字号:
<% if not session("sel") then
Response.redirect "usdl.asp"
end if 
 %>
<!--#include file="conn.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE><%=page_name%>&nbsp;&ndash;&nbsp;<%=page_title%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK 
href="images/style.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
</HEAD>
<BODY leftMargin=0 background=images/bg.jpg topMargin=0 marginheight="0" 
marginwidth="0">
<!--#include file="head.asp" -->
<TABLE height=288 cellSpacing=0 cellPadding=0 width=760 align=center 
bgColor=#ffffff border=0>
  <TBODY>
    <TR>
      <TD width=171 height=288 vAlign=top background="images/bg_l_n.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><div align="center"><img src="images/domain_image.gif" width="174" height="119"></div></td>
          </tr>
          <tr>
            <td height="17" bgcolor="#EEEEEE"><div align="center">欢迎: <font color="#FF0000"><strong><%= session("us") %></strong></font> 光临</div></td>
          </tr>
          <tr>
            <% us=session("us")
			sql="select * from user where userid='"&us&"'"
			rs.open sql,conn,1,1

			 %>
            <td><p>您的账面存款:</p>
              <p align="center"><font color="#FF0000">¥ <%= rs("je") %></font></p>
              <p align="center">客户等级: <font color="#FF0000"><%= rs("sf") %>
                <% rs.close  
			  %>
                </font></p></td>
          </tr>
          <tr>
            <td height="1" background="images/2.jpg"></td>
          </tr>
        </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><div align="center">
                <!--#include file="user_inc.asp" -->
              </div></td>
          </tr>
          <tr>
            <td><p></td>
          </tr>
          <tr>
            <td height="1" background="images/2.jpg"></td>
          </tr>
        </table></TD>
      <td height="288" valign="top"><table width="573" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="573"><img src="images/mameger.gif" width="437" height="43"></td>
          </tr>
          <tr>
            <td valign="top"><table width="560" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr bgcolor="#EFEFEF">
                  <td height="25" colspan="6"><font color="#FF0000"> <strong>已付款产品管理</strong></font></td>
                </tr>
                <tr bgcolor="#F5F5F5">
                  <td width="72" height="17"><div align="center"><strong>产品编号</strong></div></td>
                  <td width="156"><div align="center"><strong>产品名称</strong></div></td>
                  <td width="108"><div align="center"><strong>定购时间</strong></div></td>
                  <td width="47"><div align="center"><strong>年限</strong></div></td>
                  <td width="74"><div align="center"><strong>已付金额 </strong></div></td>
                  <td width="103"><div align="center"><strong>状态</strong></div></td>
                </tr>
                <%
			 
		
			  rs.open "select * from shop where jf=true  and userid='"&us&"'",conn,1,1
			  pp=20
  

if not rs.eof then
  count=rs.recordcount
    if count=empty then
      count=0
    end if
    if count/pp>(count\pp) then
        totalpage=(count\pp)+1
  else
   totalpage=(count\pp)
    end if
end if 
 pagecount=cint(request.querystring("topage"))                              
 if pagecount<=0 then pagecount=1
 if pagecount>totalpage then pagecount=totalpage
 
 
 
if not rs.eof then
  rs.movefirst
 rs.move (pagecount-1)*pp
 i=0
 while not rs.eof and i<pp
 i=I+1
			  if rs("sx") then
			  im="images/3.jpg"
			  else 
			  im="images/4.jpg"
			  end if
			    %>
                <tr bgcolor="#F7F7F7">
                  <td height="21"><div align="center"><a href="my_<%=rs("ll")%>.asp?bh=<%=rs("bh")%>"><%= rs("bh") %></a></div></td>
                  <td><div align="center"><a href="my_<%=rs("ll")%>.asp?bh=<%=rs("bh")%>" title="点击查看产品详细资料,进行续费管理。。"><%= rs("mc") %> </a></div></td>
                  <td><div align="center"><font color="#FF0000"><%= rs("dat") %></font></div></td>
                  <td><div align="center"><%= rs("sl") %></div></td>
                  <td><div align="center"><%= rs("je") %></div></td>
                  <td><div align="center"><img src="<%= im %>" width="16" height="16"></div></td>
                </tr>
                <% rs.movenext
			  wend
			  rs.close
			  end if %>
              </table>
              <table width="560" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td width="46%" bgcolor="#F2F2F2">一共有:<%= count %> 条 一共:<%= totalpage %> 页 当前: <%= pagecount %> 页</td>
                  <td width="54%" bgcolor="#F2F2F2"><% 
	  if totalpage>1 then
	     if totalpage-pagecount>0 then
	  %>
                    <a href="user8.asp?topage=<%=pagecount+1%>"><font color="#990000">下一页</font></a>
                    <% 
	   
	  end if
	  if pagecount<>1 and totalpage-pagecount>0 then 
	   response.write "<font color=#FFFFFF>/</font>"
	   end if
	   
	   if pagecount<>"1" then %>
                    <a href="user8.asp?topage=<%=pagecount-1%>"><font color="#990000">上一页</font></a> 
                    <% 
	  end if
	  end if
	  %>
                    </td>
                </tr>
              </table>
              <p>&nbsp;</p></td>
          </tr>
        </table>
        <hr width="95%" size="1">
        <p>  <font color="#FF0000">注:</font>这里显示的产品是您已经付款的产品,其中状态 <img src="images/3.jpg" width="16" height="16"> 表示此产品已经开通,<img src="images/4.jpg" width="16" height="16">表示产品还未开通,正在等侍管理员开通.您可以点击产品名称查看您所提供的产品的详细资料,和产品的续费管理。</p>
        <p>&nbsp; </p></td>
    </TR>
  </TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
  <TBODY>
    <TR>
      <TD bgColor=#999999><IMG height=1 src="images/spacer.gif" 
  width=1></TD>
    </TR>
  </TBODY>
</TABLE>
<!--#include file="foot.asp" -->
<%conn.close
set conn= nothing
%>

⌨️ 快捷键说明

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