Server IP : 103.6.199.200 / Your IP : 3.14.132.178 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/iscommy2/pbs.i-3s.com.my/wwwroot_bak/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ForgotPassword.aspx.cs" Inherits="PBSI3S.ForgotPassword" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Forgot Password | PBS - I3S</title> <!-- Favicon--> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="<%=ResolveUrl("~/AdminBSB/plugins/bootstrap/css/bootstrap.css") %>" rel="stylesheet"> <!-- Waves Effect Css --> <link href="<%=ResolveUrl("~/AdminBSB/plugins/node-waves/waves.css") %>" rel="stylesheet" /> <!-- Animation Css --> <link href="<%=ResolveUrl("~/AdminBSB/plugins/animate-css/animate.css") %>" rel="stylesheet" /> <!-- Custom Css --> <link href="<%=ResolveUrl("~/AdminBSB/css/style.css") %>" rel="stylesheet"> <!-- Jquery Core Js --> <script src="<%=ResolveUrl("~/AdminBSB/plugins/jquery/jquery.min.js") %>"></script> <!-- Bootstrap Core Js --> <script src="<%=ResolveUrl("~/AdminBSB/plugins/bootstrap/js/bootstrap.js") %>"></script> <!-- Waves Effect Plugin Js --> <script src="<%=ResolveUrl("~/AdminBSB/plugins/node-waves/waves.js") %>"></script> <!-- Validation Plugin Js --> <script src="<%=ResolveUrl("~/AdminBSB/plugins/jquery-validation/jquery.validate.js") %>"></script> <!-- Custom Js --> <script src="<%=ResolveUrl("~/AdminBSB/js/pages/ui/notifications.js") %>"></script> <script src="<%=ResolveUrl("~/AdminBSB/js/admin.js") %>"></script> <script src="<%=ResolveUrl("~/PageJS/Common.js") %>"></script> <script src="<%=ResolveUrl("~/PageJS/ForgotPassword.js") %>"></script> </head> <body class="fp-page"> <form id="form1" runat="server"> <div class="fp-box"> <div class="logo"> <a><img src="Images/ic_logo.png" alt="" style="width:50%;height:50%;" class="center"/></a><br/> <small><span style="color:black">PORTAL BERSEPADU SEKOLAH - SISTEM PENGURUSAN MURID</span></small> </div> <div class="card"> <div class="body"> <form id="forgot_password" method="POST"> <div class="msg"> Enter your email address that you used to register. We'll send you an email with a link to reset your password. </div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">email</i> </span> <div class="form-line"> <input type="email" class="form-control" name="email" placeholder="Email" required autofocus id="email"> </div> </div> <button class="btn btn-block btn-lg bg-pink waves-effect jsdemo-notification-button button" type="submit" id="btnReset">Reset My Password</button> <div class="row m-t-20 m-b--5 align-center"> <a href="Login.aspx">Login Now</a> </div> </form> </div> </div> </div> </form> </body> </html>