Server IP : 103.6.199.200 / Your IP : 18.222.98.29 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="fpx, App_Web_adecrgb3" %> <!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>Member Login</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"> </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;"> <asp:Label ID="Language" runat="server" Text=""></asp:Label> <H3 class="text-center m-b-15" style="margin-top: 30px;"> <IMG style="width: 50%;" alt="logo-img" src="Img/logo.png"></H3> <H4 class="text-muted text-center m-t-0"><B><asp:Label ID="Lblt1" runat="server" Text="Sign In"></asp:Label></B></H4> <DIV class="form-group"><DIV class="col-xs-12"> <asp:Button ID="Button1" runat="server" Text="" BorderColor="Transparent" OnClick="ButLogin_Click" Font-Size="Medium" BackColor="Transparent" Width="100%" /> </DIV></div> <DIV class="form-group"><DIV class="col-xs-12"> <asp:Label ID="Lblt2" runat="server" Text="ID"></asp:Label><br /><asp:TextBox ID="txtLogin_UserName" runat="server" class="form-control" autofocus="" value="" placeholder="Account ID" ></asp:TextBox></DIV></DIV> <DIV class="form-group"><DIV class="col-xs-12"><asp:Label ID="Lblt3" runat="server" Text="ID"></asp:Label><br /><asp:TextBox ID="txtLogin_Password" runat="server" class="form-control" autofocus="" TextMode="Password" placeholder="Login Password" ></asp:TextBox></DIV></DIV> <DIV class="form-group"><DIV class="col-xs-12"> <asp:TextBox ID="txtLogin_Digit" runat="server" MaxLength="4" autofocus="" value=""></asp:TextBox> <asp:Button ID="butNext" runat="server" Text="Refresh" class="btn" BackColor="RosyBrown" OnClick="butNext_Click" Visible="true" /> <asp:Label ID="labCode" runat="server" Text="8888" Font-Size ="Large" BorderColor ="BlueViolet" BackColor= "CadetBlue" width="100px" Height="32px" /> </DIV></DIV> <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="Login" OnClick="ButLogin_Click" Font-Size="Medium" BackColor="Transparent" Width="100%" /> </DIV></DIV> <DIV class="form-group"> <DIV class="col-xs-6"> <asp:Label ID="lblrecover" runat="server" Text="<a href='Lost.aspx'>Forgot Password ?</a>" class="text-muted" ForeColor="Red" ></asp:Label> </DIV> <DIV class="col-xs-6"> <asp:CheckBox ID="chkRemember" runat="server" /> <asp:Label ID="lblRemember" runat="server" Text="Remember me" style="color: rgb(137, 25, 28);" ></asp:Label> </DIV> </DIV> <DIV class="form-group"><DIV class="col-xs-12"> <asp:Label ID="lblError_Message" runat="server" Text="" style="color: rgb(137, 25, 28);" ></asp:Label> </DIV></DIV> </DIV></DIV></DIV> <SCRIPT src="cssl/modernizr.min.js"></SCRIPT> <SCRIPT src="cssl/waves.js"></SCRIPT> </div> </form> </body> </html>