| Server IP : 188.114.96.2 / Your IP : 104.23.243.200 Web Server : Apache/2.4.59 (Debian) System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : edlftp ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/nicolasj/www/sms.formationlangues.be/application/views/backend/ |
Upload File : |
<!doctype html>
<?php
//$system_title = $this->db->get_where('settings', array('type' => 'system_title'))->row()->description;
$system_name = $this->db->get_where('settings', array('type' => 'system_name'))->row()->description;
?>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>
<?php echo get_phrase('forgot_password'); ?> | <?php echo $system_name; ?>
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="<?php echo base_url();?>assets/login_page/img/favicon.png">
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/bootstrap.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/login_page/css/font-awesome.min.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/login_page/css/normalize.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/login_page/css/main.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/login_page/css/style.css">
<script src="<?php echo base_url();?>assets/login_page/js/vendor/modernizr-2.8.3.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
</head>
<body>
<div class="main-content-wrapper">
<div class="login-area">
<div class="login-header">
<a href="<?php echo base_url();?>index.php?login" class="logo">
<img src="<?php echo base_url();?>assets/login_page/img/logo.png" height="60" alt="">
</a>
<h2 class="title"><?php echo $system_name; ?></h2>
</div>
<div class="login-content">
<form method="post" role="form" id="form_login"
action="<?php echo base_url();?>index.php?login/reset_password">
<div class="form-group">
<input type="email" class="input-field" name="email" placeholder="<?php echo get_phrase('email');?>"
required autocomplete="off">
</div>
<button type="submit" class="btn btn-primary"><?php echo get_phrase('reset_password'); ?><i class="fa fa-unlock"></i></button>
</form>
<div class="login-bottom-links">
<a href="<?php echo base_url();?>index.php?login" class="link"><i class="fa fa-lock"></i><?php echo get_phrase('return_to_login_page'); ?></a>
</div>
</div>
</div>
<div class="image-area forgot-pass"></div>
</div>
<script src="<?php echo base_url();?>assets/login_page/js/vendor/jquery-1.12.0.min.js"></script>
<script src="<?php echo base_url();?>assets/js/bootstrap-notify.js"></script>
<?php if ($this->session->flashdata('reset_error') != '') { ?>
<script type="text/javascript">
$.notify({
// options
title: '<strong><?php echo get_phrase('error');?>!!</strong>',
message: '<?php echo $this->session->flashdata('reset_error');?>'
},{
// settings
type: 'danger'
});
</script>
<?php } ?>
<?php if ($this->session->flashdata('reset_success') != '') { ?>
<script type="text/javascript">
$.notify({
// options
title: '<strong><?php echo get_phrase('success');?>!!</strong>',
message: '<?php echo $this->session->flashdata('reset_success');?>'
},{
// settings
type: 'success'
});
</script>
<?php } ?>
</body>
</html>