Server IP : 103.6.199.200 / Your IP : 18.191.129.241 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/eura.trade-panel.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="web_MLM_DetailsM, 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"> <META content="IE=11.0000" http-equiv="X-UA-Compatible"> <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"> <LINK href="css2/style.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/footable.core.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/jquery.ui.all.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/ui.fancytree.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/jquery.orgchart.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/jquery.steps.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/jquery.fancybox.css" rel="stylesheet" type="text/css" media="all"> <LINK href="css2/jquery.bxslider.css" rel="stylesheet" type="text/css" media="all"> <link href="css/style_mobile.css" rel="stylesheet" media="(max-width:768px)" /> <link href="css/style_desktop.css" rel="stylesheet" media="(min-width:769px)" /> <SCRIPT src="js2/jquery-1.11.0.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/footable.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/footable.paginate.js" type="text/javascript"></SCRIPT> <!--<script type="text/javascript" src="js/footable.sort.js"></script>--> <SCRIPT src="js2/jquery.ui.core.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.ui.widget.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.ui.datepicker.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.fancytree.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.orgchart.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.steps.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.validate.min.js" type="text/javascript"></SCRIPT> <!-- <SCRIPT src="js2/jquery.lightbox-0.5.pack.js" type="text/javascript"></SCRIPT> --> <SCRIPT src="js2/jquery.fancybox.pack.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.bxslider.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/jquery.idTabs.min.js" type="text/javascript"></SCRIPT> <SCRIPT src="js2/functions.js" type="text/javascript"></SCRIPT> <SCRIPT> function focusAndSelect(obj) { obj.focus(); obj.select(); } </SCRIPT> <title>CY2000</title> <SCRIPT type="text/javascript"> function doSubmit(thisform) { return true; } </SCRIPT> <META name="GENERATOR" content="MSHTML 11.00.10586.672"> </head> <body style ="font-family :宋体; font-size :14pt;" > <form id="form1" runat="server"> <DIV class="main_container"> <DIV class="center_content"> <DIV class="right2_content"> <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0" > <% if (false) { %> <tr> <td> <DIV class="filter"> Selection : <asp:DropDownList ID="ddwDate" runat="server" > <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>Date <asp:TextBox ID="txtDD1" runat="server" Width="75px" Format="dd-MMM-yyyy"></asp:TextBox> <rjs:PopCalendar ID="dtpDD1" runat="server" Control="txtDD1" Enabled="True" Format="dd mmm yyyy" />To <asp:TextBox ID="txtDD2" runat="server" Width="81px"></asp:TextBox> <rjs:PopCalendar ID="dtpDD2" runat="server" Control="txtDD2" Enabled="True" Format="dd mmm yyyy" /> AND <asp:DropDownList ID="ddwSelect" runat="server" > <asp:ListItem Value="ALL">ALL</asp:ListItem> <asp:ListItem Value="M">MemberCode</asp:ListItem> </asp:DropDownList> = <asp:TextBox ID="txtSelect1" runat="server" ></asp:TextBox> <div class="action"> <asp:Button ID="btnSearch" runat="server" OnClick="btnSearch_Click" Text="Search" class="btn btn-sm btn-primary" Width="202px" /> </div> </DIV> </td> </tr> <%} %> <tr> <td height="23" ><br /><br /> <DIV class="ctr"> <DIV class="filter"> <div style="font-size:small; "> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" TypeName="eSalesDB" OldValuesParameterFormatString="original_{0}" SelectMethod="GetInfo" DataObjectTypeName="VMBonus" /> <asp:GridView ID="gvPay" runat="server" TypeName="eSales" DataSourceID="ObjectDataSource1" AllowPaging ="true" AutoGenerateColumns ="false" DataKeyNames ="A0" Width =100% HeaderStyle-HorizontalAlign =center OnPageIndexChanging="gvPay_PageIndexChanging" OnRowDeleting="gvPay_RowDeleting" PageSize="35" class="styled filter" > <HeaderStyle HorizontalAlign="Center" BackColor="#4E4EFF" CssClass="xheader" Height="40px" Font-Size="Medium" Font-Bold="true" /> <Columns> <asp:TemplateField HeaderText="Select" Visible="false" > <ItemStyle HorizontalAlign="Center" ></ItemStyle> <ItemTemplate> <asp:CheckBox ID="Chk1" runat="server" /> </ItemTemplate> </asp:TemplateField > <asp:CheckBoxField HeaderText="Inform" DataField ="Sec2" visible = "False" > <ControlStyle Font-Size="XX-Small" /> <ItemStyle Font-Size="XX-Small" /> </asp:CheckBoxField> <asp:BoundField DataField="Batch" HeaderText="Batch" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="40px" /> </asp:BoundField> <asp:BoundField DataField="A0" HeaderText="Member ID" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A1" HeaderText="Level 1" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A2" HeaderText="Level 2" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A3" HeaderText="Level 3" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A4" HeaderText="Level 4" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A5" HeaderText="Level 5" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A6" HeaderText="Level 6" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A7" HeaderText="Level 7" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A8" HeaderText="Level 8" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> <asp:BoundField DataField="A9" HeaderText="Level 9" > <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" Width="100px" /> </asp:BoundField> </Columns> <AlternatingRowStyle BackColor="#6C6C6C" /> </asp:GridView> </DIV> </DIV> </DIV> </td> </tr> </table> </div></div></div> </form> </body> </html>