📂 FileMgr
📍
/
home
/
mien4214
/
public_html
/
webcp-lama
/
app
/
Views
/
download
✏️ /home/mien4214/public_html/webcp-lama/app/Views/download/index.php
✕ Tutup
<?= $this->extend('layout/wrapper') ?> <?= $this->section('content') ?> <main id="main"> <!-- ======= Breadcrumbs Section ======= --> <section class="breadcrumbs"> <div class="container"> <div class="d-flex justify-content-between align-items-center"> <h2><?= $title ?></h2> <ol> <li><a href="<?= base_url() ?>">Home</a></li> <li><?= $title ?></li> </ol> </div> </div> </section><!-- End Breadcrumbs Section --> <!-- ======= Contact Section ======= --> <section id="contact" class="contact"> <div class="container"> <div class="row mt-5"> <table class="table table-bordered" id="example1"> <thead> <tr> <th width="5%">No</th> <th width="30%">Judul</th> <th width="30%">Keterangan</th> <th width="15%">Author</th> <th width="10%">File</th> </tr> </thead> <tbody> <?php $no = 1; foreach ($download as $download) { ?> <tr> <td class="text-center"><?= $no ?></td> <td><?= $download['judul_download'] ?></td> <td><?= $download['isi'] ?></td> <td><?= $download['nama'] ?></td> <td> <?php if ($download['gambar'] === '') { echo '-'; } else { ?> <a href="<?= base_url('download/unduh/' . $download['id_download']) ?>" class="btn btn-success btn-sm btn-block"><i class="fa fa-download"></i> Unduh</a> <?php } ?> </td> </tr> <?php $no++; } ?> </tbody> </table> </div> </div> </section><!-- End Contact Section --> </main><!-- End #main --> <?= $this->endSection() ?>
💾 Simpan
Batal
⬅ Views
1 item
Nama
Tipe
Ukuran
Diubah
Perm
Aksi
🐘
index.php
php
1.8 KB
05/01/23 10:29
0644
✏️
⬇
🔤
🔑
🗑
✏️ Rename
Nama Baru
Simpan
Batal
🔑 Ubah Permission
Octal (mis: 0755)
Terapkan
Batal