cfmgrv4 init...1
This commit is contained in:
parent
e1b63ce4c5
commit
f6fd1a5f16
@ -16,7 +16,7 @@
|
|||||||
<?= anchor(current_url() . '/download?output_type=pdf' . $viewDatas['uri']->getQuery(), ICONS['PDF'], ["target" => "_self", "class" => "pdf"]) ?>
|
<?= anchor(current_url() . '/download?output_type=pdf' . $viewDatas['uri']->getQuery(), ICONS['PDF'], ["target" => "_self", "class" => "pdf"]) ?>
|
||||||
</nav>
|
</nav>
|
||||||
<nav class="pageinfo nav justify-content-end">
|
<nav class="pageinfo nav justify-content-end">
|
||||||
페이지정보 : <?= $viewDatas['page'] ?>/<?= $viewDatas['total_page'] ?>
|
페이지 : <?= $viewDatas['page'] ?>/<?= $viewDatas['total_page'] ?>
|
||||||
<?= form_dropdown('per_page', $viewDatas['page_options'], $viewDatas['per_page'], array('onChange' => 'this.form.submit()')) ?>
|
<?= form_dropdown('per_page', $viewDatas['page_options'], $viewDatas['per_page'], array('onChange' => 'this.form.submit()')) ?>
|
||||||
/ 총:<?= $viewDatas['total_count'] ?>
|
/ 총:<?= $viewDatas['total_count'] ?>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user