ÿØÿà 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/customer/ |
<ul class="nav nav-tabs"> <li class="nav-item"> <a class="nav-link" href="?act=management&code=customer&type=send_baogia&type2=hosting&customer_id=<?php echo $v_customer_id;?>&customer_baogia_id=<?php echo $v_customer_baogia_id;?>">Gá»i báo giá</a> </li> <li class="nav-item"> <a class="nav-link" href="?act=management&code=customer&type=draft_baogia&type2=hosting&customer_id=<?php echo $v_customer_id;?>&customer_baogia_id=<?php echo $v_customer_baogia_id;?>">Nháp (draft)</a> </li> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="?act=management&code=customer&type=sent_baogia&type2=hosting&customer_id=<?php echo $v_customer_id;?>&customer_baogia_id=<?php echo $v_customer_baogia_id;?>">Báo giá đã gá»i</a> </li> </ul> <div class="card card-primary card-outline"> <div class="card-header"> <h3 class="card-title">Báo giá khách hà ng <?php echo $row_check['customer_baogia_tennguoinhan'];?></h3> </div> <div class="card-body"> <?php if(!empty($txt_baogia)){ ?> <table class="table table-bordered"> <tr><th>Gá»i đến</th><th>CC</th><th>Subject</th><th>Body</th><th>File báo giá</th><th>Status</th><th>Ngà y gá»i</th></tr> <?php echo $txt_baogia;?> </table> <?php }else{ echo '<span>ChÆ°a gá»i báo gia nà o!</span>'; } ?> </div> </div>