https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/blue-sky.co.id/public_html/application/views/admin/customers/ticket/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/blue-sky.co.id/public_html/application/views/admin/customers/ticket/list.php
<?= $this->session->unset_userdata('location_add_customer'); ?>
<div class="row">
    <div class="col-sm-12">
         <p>
            <a href="<?= base_url('admin/customer_index'); ?>">
                <i class="fa fa-arrow-left" aria-hidden="true"></i> Kembali ke Pelanggan
            </a>
        </p>
        <h2>Tiket Support</h2>
        <?= $this->session->flashdata('success'); //to display success message ?> 
        <?= $this->session->flashdata('result'); //to display result message ?> 
    </div><!-- end class="col-sm-12" --> 
</div> <!-- end row -->  

<div class="row">
    <?= form_open('admin/customers/ticket'); ?> 
    <div class="col-sm-5 col-xs-6"> 
        <input class="form-control" type="text" placeholder="Isi Nama Judul" name="inp_ticket" 
        <?php if (isset($keyword)) : ?>
            value="<?= ucwords($keyword); ?>" 
        <?php endif; ?>>
    </div><!-- end class="col-sm-8" -->   

    <div class="col-sm-3 col-xs-6">
        <input class="btn btn-primary form-control" type="submit" name="search_ticket" value="Cari Tiket">
    </div><!-- end class="col-sm-6" -->    
    <?= form_close(); ?> 
</div> <!-- end row -->  
<!-- 
<div class="row">
    <div class="col-sm-12">
        <p><?= anchor('admin/customers/ticket/edit', '<i class="fa fa-plus" aria-hidden="true"></i> TAMBAH TIKET BARU'); ?></p> 
    </div>
</div>   -->

<div class="row">
    <div class="col-sm-12">
        <div class="table-responsive">
            <table class="table table-striped"> 
                <thead>
                    <tr>
                        <th>No</th>
                        <th>Customer</th>
                        <th>Judul</th>
                        <th>Topik</th>
                        <th>Status</th>  
                        <th>Lihat</th> 
                    </tr>
                </thead>
                <tbody>
                    <?php $cntr=0; ?>
                    <?php foreach ($query_ticket_support->result() as $key): $cntr++; ?>
                        <?php 
                        $query_customer = $tokodaku_db->get_where('customers',
                        array(
                            'id_customers'=>$key->customer_id,
                        ))->row();
                        ?>
                        <tr>
                            <td>
                                <?= $cntr; ?>
                            </td>
                            <td>
                                <?= $query_customer->name; ?>
                            </td>
                            <td>
                                <?= $key->judul; ?>
                            </td>
                            <td>
                                <?= $key->topik; ?>
                            </td>
                            <td>
                                <?= ucwords($key->status); ?>
                            </td>
                            <td>
                                <button onclick="window.location.href='<?= base_url('admin/customers/ticket/edit/'.$key->customer_id.'/'.$key->id); ?>';" class="btn btn-info btn-sm" type="button">
                                    <i class="fa fa-eye"></i>
                                </button>
                            </td>
                        </tr>
                    <?php endforeach ?>
                </tbody> 
            </table>
        </div>
    </div><!-- end class="col-sm-12" -->
</div> <!-- end row --> 

<div class="row">
    <div class="col-sm-12">
        <?php if(isset($use_pagination)) : ?>
        <?php
        //create pagination...
        echo '<p style="text-align:center;">' . $this->pagination->create_links() . '</p>';
        ?>
        <?php endif; ?>
    </div><!-- end class="col-sm-12" -->
</div> <!-- end row --> 
     

https://t.me/RX1948 - 2025