Server IP : 103.6.199.200 / Your IP : 18.227.0.57 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/eup4u.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="MyPayment, App_Web_n8bfeg2w" %> <!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 charset="utf-8"> <TITLE>My Order</TITLE> <META name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <META name="description" content=""> <META name="author" content=""> <META http-equiv="X-UA-Compatible" content="IE=edge"> <LINK href="cssl/bootstrap.min.css" rel="stylesheet" type="text/css"> <LINK href="cssl/style.css" rel="stylesheet" type="text/css"> <LINK href="cssl/font-awesome.min.css" rel="stylesheet" type="text/css"> <LINK href="cssl/icons.css" rel="stylesheet" type="text/css"> <LINK href="cssl/flags.css" rel="stylesheet" type="text/css"> <LINK href="cssl/login.css" rel="stylesheet" type="text/css"> <SCRIPT src="cssl/jquery.min.js"></SCRIPT> <SCRIPT src="cssl/bootstrap.min.js"></SCRIPT> <META name="GENERATOR" content="MSHTML 11.00.10570.1001"> <script type="text/javascript" src="Member/js/qrcode.js"></script> </head> <body > <form id="form1" runat="server" class="form-horizontal m-t-20"> <div class ="accountbg" > <DIV class="wrapper-page"> <DIV class="panel panel-color panel-primary panel-pages"> <DIV class="panel-body" style="position: relative;"> <DIV class="form-group"> <asp:Button ID="ButLang" runat="server" Text="EN" Font-Size="XX-Small" Height="30px" Width="44px" class="btn btn-primary " OnClick="ButLang_Click" /> <center> <div id="qrcode" style="width:100px; height:100px; margin-top:15px;" runat="server"></div> </center> </DIV> <DIV class="control-group"> <LABEL for="email"><asp:Label ID="info1" runat="server" Text="" Font-Size="Medium" ForeColor="Black" Font-Bold="True" ></asp:Label></LABEL> <DIV class="field"> <LABEL for="email"><asp:Label ID="info1b" runat="server" Text="" Font-Size="Medium" ForeColor="Black" Font-Bold="True" ></asp:Label></LABEL> <asp:TextBox ID="text" runat="server" ForeColor="transparent" BackColor="transparent" BorderStyle="None" BorderWidth="0px" Width="1px" ></asp:TextBox> </DIV> </DIV><!--end of control group--> <DIV class="control-group"> <LABEL for="email"><asp:Label ID="info2" runat="server" Text="" Font-Size="Medium" ForeColor="Red" Font-Bold="True" ></asp:Label></LABEL> <DIV class="field"> <LABEL for="email"><asp:Label ID="info2b" runat="server" Text="" Font-Size="Medium" ForeColor="Black" Font-Bold="True" ></asp:Label></LABEL> </DIV> </DIV><!--end of control group--> <DIV class="control-group"> <LABEL for="email"><asp:Label ID="Lblt2" runat="server" Text="User ID" Font-Size="Medium" ForeColor="Black" Font-Bold="True" Visible="false" ></asp:Label></LABEL> <asp:Button ID="ButManual" runat="server" Text="With login ID and password" BorderStyle="None" ForeColor="red" OnClick="ButManual_Click" /> <DIV class="field"> <asp:TextBox ID="txtLogin_UserName" runat="server" class="form-control" autofocus="" value="" Visible="false" ></asp:TextBox> </DIV> </DIV><!--end of control group--> <DIV class="control-group"> <LABEL for="email"><asp:Label ID="Lblt3" runat="server" Text="Password" Font-Size="Medium" ForeColor="Black" Font-Bold="True" Visible="false" ></asp:Label></LABEL> <DIV class="field"><asp:TextBox ID="txtLogin_Password" runat="server" class="form-control" autofocus="" TextMode="Password" Visible="false" ></asp:TextBox> </DIV> </DIV><!--end of control group--> <DIV class="control-group"> <LABEL for="email"><asp:Label ID="Lblt4" runat="server" Text="SMS OTP" Font-Size="Medium" ForeColor="Black" Font-Bold="True" Visible="false" ></asp:Label></LABEL> <DIV class="field"> <table border="0" ><tr><td> <asp:TextBox ID="txtLogin_SMS" runat="server" class="form-control" autofocus="" TextMode="Password" Visible="false" Width="100px" MaxLength= "6" ></asp:TextBox> </td><td> </td><td> <asp:Button ID="ButSMS" class="btn btn-primary " runat="server" Text="Send SMS" Font-Size="Medium" BackColor="Transparent" Width="150px" OnClick="ButSMS_Click" Visible="false" /> </td> </tr></table> </DIV> </DIV><!--end of control group--> <DIV class="form-group text-center m-t-40"><DIV class="col-xs-12"> <asp:Button ID="ButLogin" class="btn btn-primary " runat="server" Text="Paid with CLV" Font-Size="Medium" BackColor="Transparent" Width="100%" OnClick="ButLogin_Click" Visible="false" /> <br /><br /> <asp:Button ID="ButGVC" class="btn btn-primary " runat="server" Text="Paid with GVC" Font-Size="Medium" BackColor="Transparent" Width="100%" OnClick="ButGVC_Click" Visible="false" /> <br /><br /> <asp:Button ID="ButVoucher" class="btn btn-primary " runat="server" Text="Paid with Coupon" Font-Size="Medium" BackColor="Transparent" Width="100%" OnClick="ButVoucher_Click" Visible="false" /> <br /><br /> <asp:Button ID="ButCancel" class="btn btn-primary " runat="server" Text="Cancel" Font-Size="Medium" BackColor="Transparent" Width="100%" OnClick="ButCancel_Click" /> </DIV></DIV> </DIV></DIV></DIV> <SCRIPT src="cssl/modernizr.min.js"></SCRIPT> <SCRIPT src="cssl/waves.js"></SCRIPT> </div> <script type="text/javascript"> var qrcode = new QRCode(document.getElementById("qrcode"), { width : 100, height : 100 }); function makeCode () { var elText = document.getElementById("text"); if (!elText.value) { // alert("Input a text"); elText.focus(); return; } qrcode.makeCode(elText.value); } makeCode(); $("#text12"). on("blur", function () { makeCode(); }). on("keydown", function (e) { if (e.keyCode == 13) { makeCode(); } }); </script> </form> </body> </html>