���� 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/adimi/application/modules/dashboard/views/deposit/ |
<?php defined('BASEPATH') OR exit('No direct script access allowed');?> <div class="well"> <div class="deposits_list" >Deposit list</div> </div> <?php if(!empty($deposits_list)){ ?> <table class="table table-striped table-bordered"> <thead> <tr> <th>#</th> <th>Date</th> <th>Description</th> <th>Amout</th> <th>Actions</th> </tr> </thead> <tbody> {deposits_list} <tr> <td>{sl}</td> <td>{final_date}</td> <td>{description}</td> <td>{amount}</td> <td> <center> <a href="<?php echo base_url().'cdeposit/deposit_update_form/{deposit_id}'; ?>"><i title="Edit" class="icon-edit"></i></a> </center> </td> </tr> {/deposits_list} </tbody> </table> <div id="pagin"><center>{links}</center></div> <?php }else{ ?> <div class="NoDataFound"><center>No Data Found</center></div> <?php } ?>