Server IP : 103.6.199.200 / Your IP : 13.59.205.182 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="SignUp.aspx.cs" Inherits="PBSI3S.SignUp" %> <!DOCTYPE html> <html lang="en"> <head runat="server"> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Register | 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"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="<%=ResolveUrl("~/AdminBSB/css/themes/all-themes.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/admin.js") %>"></script> <%--<script src="<%=ResolveUrl("~/AdminBSB/js/pages/examples/sign-up.js") %>"></script>--%> </head> <body class="signup-page"> <form id="form1" runat="server"> <div class="signup-box"> <div class="logo"> <a><img src="Images/AppLogo.png" alt="" style="width:50%;height:50%;" class="center"/></a><br/> <small><b>PORTAL BERSEPADU SEKOLAH - SISTEM PENGURUSAN MURID</b></small> </div> <div class="card"> <div class="body"> <form id="sign_up"> <div class="msg">Register a new account</div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control" name="username" placeholder="Username" required autofocus> </div> </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 Address" required> </div> </div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">lock</i> </span> <div class="form-line"> <input type="password" class="form-control" name="password" minlength="6" placeholder="Password" required> </div> </div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">lock</i> </span> <div class="form-line"> <input type="password" class="form-control" name="confirm" minlength="6" placeholder="Confirm Password" required> </div> </div> <div class="form-group"> <input type="checkbox" name="terms" id="terms" class="filled-in chk-col-pink"> <label for="terms">I read and agree to the <a href="javascript:void(0);">terms of usage</a>.</label> </div> <button class="btn btn-block btn-lg bg-pink waves-effect" type="submit">Register</button> <div class="m-t-25 m-b--5 align-center"> <a href="Login.aspx">You already have an account?</a> </div> </form> </div> </div> </div> </form> </body> </html>