MyAccount.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:4k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="lib/UserCheck.asp" -->
  7. <%
  8. User_GetParm
  9. %>
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <title>我的帐户-网站内容管理系统</title>
  12. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  14. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  15. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  16. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  17. <head>
  18. <body>
  19. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  20.   <tr>
  21.     <td>
  22.       <!--#include file="top.asp" -->
  23.     </td>
  24.   </tr>
  25. </table>
  26. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  27.   
  28.     <tr class="back"> 
  29.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
  30.     </tr>
  31.     <tr class="back"> 
  32.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  33.           <!--#include file="menu.asp" -->
  34.         </div></td>
  35.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  36.           <tr class="hback"> 
  37.             
  38.           <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> &gt;&gt; 
  39.             <a href="main.asp">会员首页</a> &gt;&gt; 我的帐户</td>
  40.           </tr>
  41.         </table>
  42.         
  43.       <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  44.         <tr class="hback"> 
  45.           <td width="15%" class="hback_1"><div align="center"><strong>我的金币</strong></div></td>
  46.           <td width="21%"><div align="left"><%=formatNumber(Fs_User.NumFS_Money,2,-1)%>&nbsp;<%=p_MoneyName%></div></td>
  47.           <td width="64%"><a href="change_pm.asp?action=changepoint">兑换成积分?</a>   <a href="../help?lable=changePoint" target="_blank" style="cursor:help">帮助</a></td>
  48.         </tr>
  49.         <tr class="hback"> 
  50.           <td height="32"  class="hback_1"><div align="center"><strong>我的积分</strong></div></td>
  51.           <td class="hback"><div align="left"><%=FormatNumber(Fs_User.NumIntegral,2,-1)%>点     </div></td>
  52.           <td class="hback"><a href="change_pm.asp?action=changemoney">兑换成金币?</a>   <a href="../help?lable=changeMoney" target="_blank" style="cursor:help">帮助</a></td>
  53.         </tr>
  54.       </table>
  55.       <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  56.         <tr class="hback"> 
  57.           <td width="100%" height="32" class="hback"> <a href="onlinepay.asp">冲值帐户(在线银行)</a>   <a href="card.asp">冲值帐户(点卡冲值)</a>   <a href="history.asp">交易记录</a>   <span class="top_user"><a href="award.asp?action=myaward">抽奖</a>   <a href="award.asp?action=Change">兑换礼物</a></span></td>
  58.         </tr>
  59.       </table></td>
  60.     </tr>
  61.     <tr class="back"> 
  62.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  63.           <!--#include file="Copyright.asp" -->
  64.         </div></td>
  65.     </tr>
  66.  
  67. </table>
  68. </body>
  69. </html>
  70. <%
  71. Set Fs_User = Nothing
  72. %>
  73. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->