���� 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/admin.adimi/code/management/infohosting/ |
<div class="card"> <div class="card-header"> <h3 class="card-title">Gia hạn Hosting "<?php echo $row_check['infohosting_ip'];?>"</h3> </div> <!-- /.card-header --> <div class="card-body"> <form action="?act=management&code=infohosting&type=giahanhosting" method="post"> <input type="hidden" name="f[infohosting_id]" value="<?php echo $row_check['infohosting_id'];?>"> <div class="row"> <div class="col-sm-4"> <div class="form-group"> <label>Ngày bắt đầu</label> <input type="text" class="mydatepicker form-control" name="f[infohosting_begin]" value="<?php echo $row_check['infohosting_begin'];?>" required> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label>Ngày hết hạn</label> <input type="text" class="mydatepicker form-control" name="f[infohosting_end]" value="<?php echo $row_check['infohosting_end'];?>" required> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label>Phí gia hạn</label> <input type="text" class="money form-control" name="f[infohosting_price]" value="<?php echo $row_check['infohosting_price'];?>" required> </div> </div> </div> <input type="submit" value="Cập nhật" name="submitbt" class="btn btn-success"> </form> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Lịch sử gia hạn VPS "<?php echo $row_check['infohosting_ip'];?>"</h3> </div> <div class="card-body"> <table class="table table-bordered"> <tr><th>ID</th><th>Bắt đầu</th><th>Kết thúc</th><th>Phí gia hạn</th><th>Ngày tạo</th><th>Người tạo</th><th>#</th></tr> <?php echo $txt_log; ?> </table> </div> </div>