���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/luckymerchan/code/guest/ |
<div class="container user_account"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/user/profile/">Thông tin tài khoản</a></li> </ol> </nav> <div class="row"> <div class="col-md-3 mb-2"> <?php echo left_menu();?> </div> <div class="col-md-9"> <div class="card"> <div class="card-header">Thông tin đăng nhập</div> <div class="card-body"> <form action="/user/profile/" method="post" id="form_request"> <div class="row"> <div class="col-sm-12"> <div class="form-group"> <label>Email</label> <input type="email" value="<?php echo $ob_user->user_key;?>" class="form-control" disabled> </div> </div> <div class="col-sm-12 mt-2"> <div class="form-group"> <label>Họ tên</label> <input type="text" name="f[name]" value="<?php echo $ob_user->fullname;?>" class="form-control" required> </div> </div> </div> <input type="submit" class="submit" style="display:none;" name="submitbt"> </form> </div> <div class="card-footer"> <a class="send_request btn btn-info text-white" href="javascript:void(0);">Cập nhật</a> <!--<a class="close m-l-5 btn btn-dark" href="javascript:void(0);">Close</a>--> </div> </div> <div class="card mt-2"> <div class="card-header">Tài khoản</div> <div class="card-body"> <table class="table table-responsive"> <tr><th>User type</th><td><?php echo $txt_user_type;?></td></tr> <tr><th>Cấp độ</th><td><?php echo $txt_user_level;?></td></tr> <tr><th>Số điểm còn lại</th><td><?php echo $r_guest['guest_so_diem_con_lai'];?></td></tr> </table> </div> </div> <?php if(!empty($txt_his)){ ?> <div class="card mt-2"> <div class="card-header">Lịch sử sử dụng điểm</div> <div class="card-body"> <table class="table table-bordered"> <tr><th>TT</th><th>Ngày phát sinh</th><th>Số điểm</th><th>Hình thức TT</th><th>Loại phí</th></tr> <?php echo $txt_his;?> </table> </div> </div> <?php } ?> </div> </div> </div>