Server IP : 103.6.199.200 / Your IP : 3.15.7.212 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/tradepan/blcoin.io/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="Web_ChgTradeList, App_Web_zq2z_uvg" %> <%@ Register Assembly="RJS.Web.WebControl.PopCalendar" Namespace="RJS.Web.WebControl" TagPrefix="rjs" %> <!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>会员首页 | WWWWWWXXXWWW</title> <META content="IE=11.0000" http-equiv="X-UA-Compatible"> <SCRIPT src="js/jquery.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/fn_nl2br.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/clipboard.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/bootstrap.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/function.v001.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/modernizr.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/selectivizr.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/flowtype.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/jquery.kinetic.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/desktop.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/fn_number_format.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/abfe43d3a3b04d5858157b6456a098d1.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/jquery.matchHeight-min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/jquery.flex-images.js" type="text/javascript"></SCRIPT> <SCRIPT src="js/simple-lightbox.js" type="text/javascript"></SCRIPT> <SCRIPT type="text/javascript"> var _gNow = new Date(); </SCRIPT> <SCRIPT type="text/javascript"> $(window).load(function(){ }); jQuery(document).ready(function() { //disable news forward if detected there is "no-forward" class in any of the element. jQuery('.readMore:not(:has(.no-forward))').click(function(){ url = jQuery(this).attr('href'); window.location.href = url; //window.open(url, '_blank'); //open in new window }); var url = $('#rUrl').html(); var rBtn = $('#rBtn'); new Clipboard('#rBtn', { text: function(trigger) { return url; }, }).on('success', function(e) { //console.info('Action:', e.action); console.info('Text:', e.text); //console.info('Trigger:', e.trigger); e.clearSelection(); }); rBtn.bind('click', function(e) { //e.preventDefault(); try { var success = document.execCommand('copy'); if (success) { rBtn.trigger('copied', ['已复制!']); } else { rBtn.trigger('copied', ['Copy with Ctrl-c']); } } catch (err) { rBtn.trigger('copied', ['Copy with Ctrl-c']); } }); rBtn.bind('copied', function(event, message) { $(this).attr('title', message) .tooltip('fixTitle') .tooltip('show') .attr('title', "复制") .tooltip('fixTitle'); }); }); </SCRIPT> <SCRIPT> $(document).ready(function(){ var sidebarTrigger = $('.nav-trigger'), sidebar = $('.side-nav'); sidebarTrigger.on('click', function(event){ event.preventDefault(); $([sidebar, sidebarTrigger]).toggleClass('nav-is-visible'); }); $(window).resize(function(){ page_layout(); }); function page_layout(){ if($(window).width() > 767){ sidebarTrigger.removeClass('nav-is-visible'); sidebar.removeClass('nav-is-visible'); } } // navigation sublevels $(".navigation li").each(function(){ if($(this).children("ul").length > 0){ $(this).addClass("openable"); } if($(this).hasClass('active')){ $(this).children('ul').css("display", "block"); } }); $(".navigation li a").on("click",function(){ var pli = $(this).parent("li"); var sub = pli.children("ul"); if(sub.length > 0){ sub.is(":visible") ? sub.slideUp(300,function(){ pli.removeClass("open"); }) : sub.slideDown(300,function(){ pli.addClass("open").siblings().removeClass("open").children("ul").slideUp(300); }); } }); // Modalbox video auto play /* Get iframe src attribute value i.e. YouTube video url and store it in a variable */ var url = $("#cartoonVideo").attr('src'); /* Remove iframe src attribute on page load to prevent autoplay in background */ $("#cartoonVideo").attr('src', ''); /* Assign the initially stored url back to the iframe src attribute when modal is displayed */ $("#videoLearning").on('shown.bs.modal', function(){ $("#cartoonVideo").attr('src', url); }); /* Assign empty url value to the iframe src attribute when modal hide, which stop the video playing */ $("#videoLearning").on('hide.bs.modal', function(){ $("#cartoonVideo").attr('src', ''); }); }); </SCRIPT> <SCRIPT type="text/javascript"> jQuery(document).ready(function($){ var _server_time = new Date(2016, 11-1, 1, 12, 6, 30), _server_time2 = new Date(2016, 11-1, 1, 12, 6, 30), _local_time = new Date(2016, 11-1, 2, 0, 6, 30), _local_time2 = new Date(2016, 11-1, 2, 0, 6, 30); _timer = setInterval(function(){ var now = new Date(); true_elapsed = Math.round((now.getTime() - _gNow.getTime()) / 1000); //synchronize & increment 1 second second = _local_time.getTime() + 1000; elapsed = Math.round((second - _local_time2.getTime()) / 1000); if(elapsed < true_elapsed){ diff = true_elapsed - elapsed; second += (diff * 1000); } _local_time.setTime(second); second = _server_time.getTime() + 1000; elapsed = Math.round((second - _server_time2.getTime()) / 1000); if(elapsed < true_elapsed){ diff = true_elapsed - elapsed; second += (diff * 1000); } _server_time.setTime(second); //update server time date_text = padNumber(_server_time.getHours())+':'+padNumber(_server_time.getMinutes())+':'+padNumber(_server_time.getSeconds()); date_text += ' ' + _server_time.getDate()+'/'+(_server_time.getMonth()+1)+'/'+_server_time.getFullYear(); $('#server_time_text').html(date_text); //update local time date_text = padNumber(_local_time.getHours())+':'+padNumber(_local_time.getMinutes())+':'+padNumber(_local_time.getSeconds()); date_text += ' ' + _local_time.getDate()+'/'+(_local_time.getMonth()+1)+'/'+_local_time.getFullYear(); $('#local_time_text').html(date_text); }, 1000); /** * @param number An integer * @return Integer padded with a 0 if necessary */ function padNumber(number) { return (number >= 0 && number < 10) ? '0' + number : number; } }); </SCRIPT> <SCRIPT type="text/javascript"> $(document).ready(function() { /*if(!$.cookie("announce")){ console.log('aaa'); //$('.fancybox').fancybox().trigger('click'); $('.fancybox').fancybox({ padding: 0, autoSize : true, autoHeight : true, autoWidth : true, autoResize : true, fitToView : false, //aspectRatio : true, onClosed : $.cookie("announce", 1, { expires : 365, path : '/', }), }).trigger('click'); }*/ }); </SCRIPT> <SCRIPT type="text/javascript"> var body = $('body'); $(window).bind("load", function() { var contentHeight = $("#wrapper"); var widgetHeight = $(".secWidget .panel-body"); // wrapperHeight(); function wrapperHeight() { //console.log("page"+contentHeight.height()); //console.log("widget"+widgetHeight.height()); //widgetHeight.css({ // height: contentHeight.height() - '250' + 'px' //}); } $(window) //.scroll(wrapperHeight) //.resize(wrapperHeight) }); jQuery(window).load(function($) { var byRow = body.hasClass('flex-body'); jQuery('.bWallet').children('li').matchHeight({ property: 'min-height', byRow: byRow }); jQuery('.flex-row').find('.body').matchHeight({ property: 'min-height', byRow: byRow }); }); </SCRIPT> <SCRIPT type="text/javascript"> $(document).ready(function($) { $('#demo1').flexImages({rowHeight: 140}); $('#demo2').flexImages({rowHeight: 120, truncate: 1, maxRows: 2}); $('#demo3').flexImages({object: 'iframe', rowHeight: 200, truncate: 1}); $('#demo4').flexImages({ truncate: 1 }); $('#demo5').flexImages({ truncate: 1 }); $('#demo6').flexImages({ truncate: 1 }); $(function(){ var $gallery = $('.gallery a').simpleLightbox(); }); $("body").on("contextmenu", "img", function(e) { return false; }); }); </SCRIPT> <SCRIPT type="text/javascript"> $(document).ready(function() { //jquery ajax pagination var feed_div = '#market-feed-div'; $(feed_div).on('click', '#pagination_go_to_page', function(e){ e.preventDefault(); var href = '?aj=1&feed_page=' + $(feed_div).find('#pagination_go_to_page_val').val(); load_page(href); }); $(feed_div).on('click', '.feed-pagination a', function(e){ e.preventDefault(); var href = $(this).attr('href'); if(!href.match(/\?aj=1/i)){ href = href.replace(/\?/, '?aj=1&'); } load_page(href); }); function load_page(href){ delay(function(){ $(feed_div).load(href, function(data){ if(data.match(/{"loggedout":"1"}/gi) !== null){ location.reload(); } else{ $(feed_div).fadeOut(300, function(){ $(feed_div).fadeIn(100); }); $('html, body').animate({ scrollTop: $(feed_div).offset().top - 0 }, '800', 'swing'); } }); }, 600, 'feed-pagi'); } }); var delay = (function(){ timers = {}; return function (callback, ms, label) { label = label || 'defaultTimer'; clearTimeout(timers[label] || 0); timers[label] = setTimeout(callback, ms); }; })(); </SCRIPT> <LINK href="css/jquery.plupload.queue.css" rel="stylesheet" type="text/css"> <LINK href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <LINK href="css/font-awesome.min.css" rel="stylesheet" type="text/css"> <LINK href="css/main.min.v062.css" rel="stylesheet" type="text/css"> <LINK href="css/simplelightbox.min.css" rel="stylesheet" type="text/css"> <LINK href="css/gallery.v001.css" rel="stylesheet" type="text/css"> <LINK href="css/zh-CN.v001.css" rel="stylesheet" type="text/css"> <LINK href="css/jquery.fancybox.css" rel="stylesheet" type="text/css"> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <META http-equiv="X-UA-Compatible" content="IE=edge"> <META name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <!-- Favicons --> <LINK href="images/favicon.png" rel="shortcut icon" type="image/x-icon"> <LINK href="images/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144"> <LINK href="images/apple-touch-icon-114-precomposed.png" rel="apple-touch-icon-precomposed" sizes="114x114"> <LINK href="images/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon-precomposed" sizes="72x72"> <LINK href="images/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed"> <LINK href="css/css.css" rel="stylesheet" type="text/css"> <META name="GENERATOR" content="MSHTML 11.00.10586.633"> </head> <body> <form id="form1" runat="server"> <DIV class="body" id="styledForm"> <DIV class="widget flex-widget"> <DIV class="body clearfix"> <% if(this.Request.QueryString["Action"] == "Manage"){%> <div class="clear"> </div> <div style="width:90%;"> <div class='form-group1'> <div class='control-label' > <font size="4pt">Selection :</font> </div> <div class='input-group' > <asp:DropDownList ID="ddwDate" BackColor="Black" runat="server" Font-Size="Larger" Width="125px" > <asp:ListItem Value="ALL">ALL</asp:ListItem> <asp:ListItem Value="D">Date</asp:ListItem> <asp:ListItem Value="P">Payment Date</asp:ListItem> <asp:ListItem Value="T">Month</asp:ListItem> </asp:DropDownList> <font size="4pt">Date</font> <asp:TextBox ID="txtDD1" BackColor="Black" runat="server" Font-Size="Larger" Width="181px" Format="dd-MMM-yyyy"></asp:TextBox> <rjs:PopCalendar ID="dtpDD1" runat="server" Control="txtDD1" Enabled="True" Format="dd mmm yyyy" /> <font size="4pt">To</font> <asp:TextBox ID="txtDD2" BackColor="Black" runat="server" Font-Size="Larger" Width="181px" Format="dd-MMM-yyyy"></asp:TextBox> <rjs:PopCalendar ID="dtpDD2" runat="server" Control="txtDD2" Enabled="True" Format="dd mmm yyyy" /> </div> </div> <div class='form-group1'> <div class='control-label' > <font size="4pt">AND</font> </div> <div class='input-group' > <asp:DropDownList ID="ddwSelect" BackColor="Black" runat="server" Font-Size="Larger" > <asp:ListItem Value="ALL">ALL</asp:ListItem> <asp:ListItem Value="M">MemberCode</asp:ListItem> </asp:DropDownList> = <asp:TextBox ID="txtSelect1" BackColor="Black" runat="server" Font-Size="Larger"></asp:TextBox> <asp:Button ID="btnSearch" runat="server" class="btn btn-sm btn-primary" OnClick="btnSearch_Click" Text="Search" Width="112px" /> <asp:Button ID="btnMonth" runat="server" class="btn btn-sm btn-primary" Visible="false" OnClick="btnMonth_Click" Text="Do Monthly Maintenance USD60" Width="212px" /> </div> </div> <div class='form-group1'> <div class='control-label' > <font size="4pt">Sort by:</font> </div> <div class='input-group' > <asp:Label ID="lblToken" runat="server" Text=""></asp:Label> <asp:Label ID="LblLUPD" runat="server" Text="" ForeColor="Red" Width="411px"></asp:Label> </div> </div> <div class='form-group1'> <div class='control-label' > </div> <div class='input-group' > <asp:Label ID="Prc01" runat="server" Text="e-Wallet ID :" ForeColor="Red" ></asp:Label> <asp:TextBox ID="txtEID" runat="server" Width="75px" ></asp:TextBox> <asp:Label ID="Prc02" runat="server" Text="USD :" ForeColor="Red" ></asp:Label> <asp:TextBox ID="txtUSD" runat="server" Width="175px" ></asp:TextBox> </div> </div> <div class='form-group1'> <div class='control-label' > </div> <div class='input-group' > <asp:Button ID="butProcess" class="btn btn-sm btn-primary" runat="server" OnClick="btnProcess_Click" Text="Accept" BorderColor="BlueViolet" Width="112px" /> </div> </div> <div class="clear"> </div> <br /> <div class='form-group1'> <div style="font-size:small; "> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" TypeName="eTradeDB" OldValuesParameterFormatString="original_{0}" SelectMethod="GetInfo" DataObjectTypeName="eWallet" /> <asp:GridView ID="gvPay" runat="server" class='table table-bordered table-stripded nm' TypeName="eTradeDB" HorizontalAlign ="Center" Width ="100%" DataSourceID="ObjectDataSource1" DataKeyNames ="eWalletid" AutoGenerateColumns ="false" PageSize="40" AllowPaging="True" ShowFooter="false" PagerSettings-Visible="false" OnSelectedIndexChanged="gvPay_SelectedIndexChanged" OnPageIndexChanging="gvPay_PageIndexChanging" > <Columns> <asp:BoundField DataField="eWalletID" HeaderText="ID"> <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="60px" /> </asp:BoundField> <asp:TemplateField HeaderText="Date"> <HeaderStyle HorizontalAlign ="Left" /> <ItemStyle HorizontalAlign ="Left" /> <ItemTemplate> <%#Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "TrDate").ToString()).ToString("dd-MMM-yyyy HH:mm:ss")%> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Credit In"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /> <ItemTemplate> <a href='ChgTrade.aspx?Action=Add&CID=TRF&txtID=<%#DataBinder.Eval(Container.DataItem, "eWalletID")%>&price=<%#Convert.ToDouble(DataBinder.Eval(Container.DataItem, "Rate").ToString()).ToString ("0.000")%>&TrID=<%#DataBinder.Eval(Container.DataItem, "TrMonth").ToString()%>' > <%#Convert.ToDouble (DataBinder.Eval(Container.DataItem, "Rate").ToString()).ToString ("0.000")%></a> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Credit In"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /> <ItemTemplate> <%#Convert.ToDouble (DataBinder.Eval(Container.DataItem, "RemitAmt").ToString()).ToString ("0.00")%> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Transfer Out"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /> <ItemTemplate> <%#Convert.ToDouble(DataBinder.Eval(Container.DataItem, "MaxLimit").ToString()).ToString("0.00")%> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Transfer Out"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /> <ItemTemplate> <%#Convert.ToDouble(DataBinder.Eval(Container.DataItem, "Available1").ToString()).ToString("0.00")%> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Balance"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /> <ItemTemplate> <%#Convert.ToDouble(DataBinder.Eval(Container.DataItem, "Balance").ToString()).ToString("0.00")%> </ItemTemplate> </asp:TemplateField> </Columns> <HeaderStyle CssClass="summary-title" HorizontalAlign="Center" BackColor="#4E4EFF" /> <AlternatingRowStyle BackColor="#6C6C6C" /> </asp:GridView> <br /><br /> <asp:Button ID="Pg0" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="<" Width="31px" OnClick="Pg0_Click" /> <asp:Button ID="Pg1" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="1" Width="31px" OnClick="Pg1_Click" /> <asp:Button ID="Pg2" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="2" Width="31px" OnClick="Pg2_Click" /> <asp:Button ID="Pg3" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="3" Width="31px" OnClick="Pg3_Click" /> <asp:Button ID="Pg4" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="4" Width="31px" OnClick="Pg4_Click" /> <asp:Button ID="Pg5" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="5" Width="31px" OnClick="Pg5_Click" /> <asp:Button ID="Pg6" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="6" Width="31px" OnClick="Pg6_Click" /> <asp:Button ID="Pg7" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="7" Width="31px" OnClick="Pg7_Click" /> <asp:Button ID="Pg8" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="8" Width="31px" OnClick="Pg8_Click" /> <asp:Button ID="Pg9" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="9" Width="31px" OnClick="Pg9_Click" /> <asp:Button ID="Pg10" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text="10" Width="31px" OnClick="Pg10_Click" /> <asp:Button ID="Pg11" class="btn btn-sm btn-primary" runat="server" BorderColor="#C00000" BorderStyle="Double" Text=">" Width="31px" OnClick="Pg11_Click" /> </div> </div> <%} %> </div></DIV> </DIV> <script> parent.scroll(0, 0); </script> </form> </body> </html>