| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/cannguyenlong.com-bk/public_html/webadmin/views/login/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Đăng nhập</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="<?=base_url()?>templates/css/login.css">
<link rel="stylesheet" type="text/css" href="<?=base_url()?>templates/css/system.css">
</head>
<body>
<div id="wrapper">
<?
if($this->session->flashdata('message')){
echo '<div class="message">'.$this->session->flashdata('message').'</div>';
}if($this->session->flashdata('error')){
echo '<div class="error">'.$this->session->flashdata('error').'</div>';
}if($this->session->flashdata('notes')){
echo '<div class="notes">'.$this->session->flashdata('notes').'</div>';
}
?>
<div id="body_login">
<div id="content">
<?=form_open(base_url());?>
<div>Tên đăng nhập</div>
<div><input type="text" name="user_login" value="<?=set_value('user_login')?>" class="login"></div>
<div>Mật khẩu</div>
<div><input type="password" name="user_pass" class="login"></div>
<div align="center">
<input type="checkbox" name="remembet"> Lưu thông tin đăng nhập
<input type="submit" name="bt_submit" value="Đăng nhập" class="buttom">
</div>
<?=form_close()?>
</div>
</div>
<div align="center"><?=form_error('user_login')?></div>
<div align="center"><?=form_error('user_pass')?></div>
</div>
</body>
</html>