[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
pmb2
/
application
/
views
/
allUser
/
[
Home
]
File: bg_download.php
<!-- Main component for a primary marketing message or call to action --> <div class="panel panel-default"> <div class="panel-body"> <table class="table table-striped"> <tr> <th style="width:15%;">Download</th> <th style="width:15%;">Keterangan</th> </tr> <?php foreach ($dowl->result() as $key ) { echo'<tr> <td> <a href="'.base_url().'assets/upload/'.$key->upload.'" data-rel="colorbox"> <i class="fa fa-fw fa-paperclip"></i> '.$key->upload.' </a> </td> <td><strong>'.$key->keterangan.'</strong>'.$key->tgl_upload.'</td> </tr>'; }?> </table> </div> <!-- /panel -->