102 lines
4.0 KiB
Plaintext
102 lines
4.0 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="Member_JiangJin_Log.aspx.cs" Inherits="Mtxfw.shop.Member_JiangJin_Log" %>
|
|
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
|
|
<%@ Register src="Controls/Left.ascx" tagname="Left" tagprefix="uc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
|
|
<link href="css/member.css" rel="stylesheet" type="text/css" />
|
|
<%
|
|
Response.Buffer=true;
|
|
Response.Expires=0;
|
|
Response.ExpiresAbsolute=DateTime.Now.AddDays(-1);
|
|
Response.CacheControl="no-cache";
|
|
%>
|
|
<script type="text/javascript">
|
|
|
|
function payonchange() {
|
|
if ($("#ctl00_MyContent_Text_PayType").val() == "2" || $("#ctl00_MyContent_Text_PayType").val() == "3") {
|
|
$("#tr_bank").hide();
|
|
} else {
|
|
$("#tr_bank").show();
|
|
}
|
|
if ($("#ctl00_MyContent_Text_PayType").val() == "2") {
|
|
$("#tr_bank2").show();
|
|
} else {
|
|
$("#tr_bank2").hide();
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
<script src="/Scripts/setdate.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var ifshow = 1;
|
|
var search2 = function () {
|
|
|
|
var SJ = document.getElementById('text_SJ');
|
|
var SJ2 = document.getElementById('text_SJ2');
|
|
location.href = 'Member_CurrencyRecharge.aspx?SJ=' + SJ.value + '&SJ2=' + SJ2.value;
|
|
|
|
};
|
|
|
|
|
|
</script>
|
|
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
|
<form id="Form1" runat="server">
|
|
<div id="main">
|
|
<div id="Location">当前位置: <a href="/" class="red">首页</a> > <a href="/Member_Index.aspx">会员中心</a> > 获得收入记录</div>
|
|
<div id="member" class="f_clear">
|
|
<uc1:Left ID="Left1" runat="server" />
|
|
<div class="right">
|
|
|
|
<div id="membertab">
|
|
<h2>获得收入记录</h2>
|
|
<table width="100%" border="0" class="data_table" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
<td colspan="7">日期从
|
|
<input id="text_SJ" type="text" value='<%=Request.QueryString["SJ"]%>' onfocus="ca_show('text_SJ', this, '-');"/>到<input id="text_SJ2" type="text" value='<%=Request.QueryString["SJ2"]%>' onfocus="ca_show('text_SJ2', this, '-');"/><input id="Member_search" type="button" value="查询" onclick="search2()" class="results_btn" />
|
|
</td>
|
|
<tr bgcolor="#f7f7f7">
|
|
<th><b>会员</b></th>
|
|
<th><b>金额</b></th>
|
|
<th><b>时间</b></th>
|
|
</tr>
|
|
<asp:Repeater ID="Repeater1" runat="server">
|
|
<ItemTemplate>
|
|
<tr <%#(Container.ItemIndex + 1)%2==0?"bgColor=\"#f4f4f4\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#f4f4f4\"'":"bgColor=\"#ffffff\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#ffffff\"'"%>>
|
|
<td>><%#Eval("MemberName")%></td>
|
|
<td><%#Convert.ToDouble(Eval("Totalmoney")).ToString("f2")%></td>
|
|
|
|
|
|
<td style=" width:70px;"><%#Eval("addtime")%></td>
|
|
|
|
</tr>
|
|
</ItemTemplate>
|
|
</asp:Repeater>
|
|
<tr>
|
|
<td colspan="7"> <webdiyer:AspNetPager ID="MyPager" AlwaysShow="true" runat="server"
|
|
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
|
|
CustomInfoHTML="共 <font color="red">%RecordCount%</font> 条记录 当前 <font color="red">%CurrentPageIndex%/%PageCount%</font> 页"
|
|
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Left"
|
|
SubmitButtonText="Go" TextAfterPageIndexBox="页" ShowBoxThreshold="100"
|
|
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
|
|
TextBeforePageIndexBox="转到" UrlPaging="True">
|
|
</webdiyer:AspNetPager></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("#ap_category").hide();
|
|
|
|
</script>
|
|
</asp:Content>
|