. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/GrowelAdmin/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AdminLogin.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.AdminLogin" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<style type="text/css">
.auto-style1 {
width: 238px;
height: 121px;
}
</style>
</head>
<body style="background-color:#fff;">
<form id="form1" runat="server">
<div>
<table width="500" align="center" cellpadding="4" cellspacing="4" class="form">
<tr>
<td> </td>
<td>
<img alt="" class="auto-style1" src="images/logo.jpg" /></td>
</tr>
<tr>
<td> </td>
<td><strong>Admin Login</strong></td>
</tr>
<tr><td width="123" align="right">Username</td><td width="347">
<asp:TextBox ID="txtusername" runat="server" CssClass="form-control"></asp:TextBox>
</td></tr>
<tr><td align="right">Pasword</td><td>
<asp:TextBox ID="txtpassword" runat="server" CssClass="form-control" TextMode="Password"></asp:TextBox>
</td></tr>
<tr><td></td><td>
<asp:Button ID="btnlogin" runat="server" CssClass="btn btn-default" Text="Login" OnClick="btnlogin_Click" />
<asp:Label ID="lblstatus" runat="server" ForeColor="#FF3300"></asp:Label>
</td></tr>
</table>
</div>
</form>
</body>
</html>