/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
Common
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/Common
mkdir
upload
Name
Size
Mode
Actions
index.php
1353
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/Common/index.php
(1353B)
<!-- Content Header (Page header) --> <section class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-lg-12"> <h1> <?= h($this->fetch('title')) ?> </h1> </div> </div> </div><!-- /.container-fluid --> </section> <section class="content"> <div class="container-fluid"> <div class="card"> <div class="card-body"> <?= $this->fetch('filter') ?> </div> </div> </div> </section> <!-- Main content --> <section class="content"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div class="card"> <!-- /.box-header --> <div class="card-body table-responsive p-0"> <table class="table table-hover text-nowrap"> <?= $this->fetch('content') ?> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> </div> <div class="row"> <div class="col-sm-12"> <?php echo $this->element('paginator'); ?> </div> </div> </div> </section>
Save
= h($this->fetch('title')) ?>
= $this->fetch('filter') ?>
= $this->fetch('content') ?>
element('paginator'); ?>