| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/adeetie_hellogtx/application/views/facilation/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BEE Login</title>
<link href="<?php echo URL_ASSETS_IMG; ?>/fav.png" rel="shortcut icon" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="<?php echo base_url('assets/css/animate.css'); ?>" rel="stylesheet">
<link href="<?php echo base_url('assets/css/bootstrap.min.css'); ?>" rel="stylesheet">
<link href="<?php echo base_url('assets/css/login.css'); ?>" rel="stylesheet">
<!-- The Rockstar jQuery -->
<script src="<?php base_url('assets/js/jquery-2.2.3.min.js'); ?>"></script>
<style>
</style>
</head>
<body class="bee-login">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="min-vh-screen">
<div class="my-auto">
<img src="<?php echo base_url("assets/images/bee-footer-logo.png"); ?>">
<div class="zed-login-quote">Forgot password to Facilitation Centre</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="zed-login-content">
<div class="zedlogin-box">
<?php if(isset($message)){ ?>
<div id="infoMessage" class="alert alert-danger"><?php echo $message;?></div>
<?php } ?>
<div class="py-1">
<div class="h2">Forgot Password</div>
</div>
<div>
<?php $message = $this->session->flashdata('error'); ?>
<?php if(isset($message)){ ?>
<div id="infoMessage" class="alert-danger"><?php echo $message;?></div>
<?php } ?>
<?php echo form_open("", 'class="login-form"');?>
<div class="form-group input-icons">
<?php echo form_input('email', set_value('email'), 'class="form-control" placeholder="Email id"');?>
<div class="error"><?php echo form_error('email'); ?></div>
</div>
<div class="g-recaptcha" data-sitekey="6Ldi9IIkAAAAAJRok3IGTI96Yyp0u2Xi8DPMVZ3m" style="display:none;"></div>
<div> </div>
<div class="button-placeholder">
<button class="btn btn-primary btn-login">Reset</button>
<a href="<?php echo base_url('fauth'); ?>">Login</a>
</div>
<?php echo form_close();?>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</body>
</html>