<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InfoCashScore.aspx.cs" Inherits="CY.WebForm.Pages.front.InfoCashScore" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head id="Head1" runat="server">
|
<title>现金积分</title>
|
<uc:frontquote id="FrontQuote1" runat="server" />
|
<link href="../../libs/skins/blue/style.css" rel="stylesheet" type="text/css" />
|
<style type="text/css">
|
.tableStyle { text-align: center; }
|
.tableStyle .th { text-align: center; }
|
</style>
|
</head>
|
<body>
|
<uc:fronthead id="FrontHead1" runat="server" />
|
<form id="form1" runat="server">
|
<div class="w1000 mainbox">
|
<div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="顶部横幅广告">
|
</div>
|
<div class="path">
|
<strong>当前位置:</strong><a href="/">网站首页</a> > 现金积分</div>
|
<div class="nypartL fl mt10">
|
<div class="leftMemubox">
|
<h2 class="mtitle">
|
会员相关</h2>
|
<div class="leftMemu">
|
<div class="lNav InquiryMoney" id="InquiryMoney" runat="server">
|
<div class='list InquiryChild' id='divFirmType' style="display: block;">
|
<ul>
|
<li><a href="/infom/level.html">会员级别</a></li>
|
<li><a class="LiClick" href="/infom/score.html">现金积分</a></li>
|
<li><a href="/infom/credit.html">信誉等级</a></li>
|
</ul>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="信息(左上)">
|
</div>
|
<div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="信息(左下)">
|
</div>
|
</div>
|
<!--nypartL over-->
|
<div class="nypartR fr mt10">
|
<div class="nypartR_t">
|
<b id="oneTitle" runat="server">现金积分</b>
|
</div>
|
<div class="nyrC">
|
<div class="content" id="divContent" runat="server" style="padding: 5px; width: 98%;">
|
<asp:repeater id="RepRuleConfigList" runat="server">
|
<headertemplate>
|
<table class="tableStyle AddTab" style="margin: 0px auto 5px;width: 98%; ">
|
<tr>
|
<th class="th">
|
类型
|
</th>
|
<th class="th">
|
个人现金收益
|
</th>
|
<th class="th">
|
个人积分收益
|
</th>
|
<th class="th">
|
推荐人现金收益
|
</th>
|
</tr>
|
</headertemplate>
|
<itemtemplate>
|
<tr>
|
<td>
|
<%#Eval("SourceType.Name")%>
|
</td>
|
<td>
|
<%#Eval("PopularizeNoteMoney").ToString().TrimEnd('0').TrimEnd('.') == "0" ? "" : Eval("PopularizeNoteMoney").ToString().TrimEnd('0').TrimEnd('.')%>
|
<%# true.Equals(Eval("IsRatio"))?"":"元"%>
|
</td>
|
<td>
|
<%#Eval("PopularizeScore").ToString().TrimEnd('0').TrimEnd('.') == "0" ? "" : (true.Equals(Eval("IsRatio"))?"金额 × ":"")+Eval("PopularizeScore").ToString().TrimEnd('0').TrimEnd('.')%>
|
</td>
|
<td>
|
<%#Eval("SuperiorNoteMoney").ToString().TrimEnd('0').TrimEnd('.') == "0" ? "" : (true.Equals(Eval("IsRatio")) ? "金额 × " : "") + Eval("SuperiorNoteMoney").ToString().TrimEnd('0').TrimEnd('.') + (true.Equals(Eval("IsRatio")) ? "" : "元")%>
|
</td>
|
</tr>
|
</itemtemplate>
|
<footertemplate>
|
</table>
|
</footertemplate>
|
</asp:repeater>
|
<table class="tableStyle AddTab" style="margin: 0px auto 5px; width: 98%;">
|
<tr>
|
<td colspan="2">
|
<div style="text-justify: auto; text-align: justify; vertical-align: top; padding-left: 10px;">
|
说明:以下收益项中,如出现“金额 乘以” 字样,代表此项产生的金额乘以此项系数,即此项收益。 “金额” 特指线上交易金额。
|
</div>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
</div>
|
<!--nypartR over-->
|
<p class="clear">
|
</p>
|
</div>
|
</form>
|
<uc:frontfoot id="FrontFoot1" runat="server" />
|
</body>
|
</html>
|