?? payed.asp
字號(hào):
<% 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%> – <%=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">客戶等級(jí): <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>已付款產(chǎn)品管理</strong></font></td>
</tr>
<tr bgcolor="#F5F5F5">
<td width="72" height="17"><div align="center"><strong>產(chǎn)品編號(hào)</strong></div></td>
<td width="156"><div align="center"><strong>產(chǎn)品名稱</strong></div></td>
<td width="108"><div align="center"><strong>定購時(shí)間</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>狀態(tài)</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="點(diǎn)擊查看產(chǎn)品詳細(xì)資料,進(jìn)行續(xù)費(fèi)管理。。"><%= 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 %> 頁 當(dāng)前: <%= 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> </p></td>
</tr>
</table>
<hr width="95%" size="1">
<p> <font color="#FF0000">注:</font>這里顯示的產(chǎn)品是您已經(jīng)付款的產(chǎn)品,其中狀態(tài) <img src="images/3.jpg" width="16" height="16"> 表示此產(chǎn)品已經(jīng)開通,<img src="images/4.jpg" width="16" height="16">表示產(chǎn)品還未開通,正在等侍管理員開通.您可以點(diǎn)擊產(chǎn)品名稱查看您所提供的產(chǎn)品的詳細(xì)資料,和產(chǎn)品的續(xù)費(fèi)管理。</p>
<p> </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
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -