trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-13 11:21:57 +09:00
parent 1cee98374e
commit 95d504f4a6

View File

@ -2,7 +2,8 @@
검색어:<?= form_input('index_word', $viewDatas['index_word'] ?? "") ?>
검색일:<?= form_input('index_start', $viewDatas['index_start'] ?? "", ["class" => "calender"]) ?>~<?= form_input('index_end', $viewDatas['index_end'] ?? "", ["class" => "calender"]) ?>
<button class="btn btn-outline-primary" type="submit">검색</button>
<?= anchor(current_url() . '/download/excel', ICONS['EXCEL'], ["target" => "_self", "class" => "excel"]) ?>
<?php $queryString = $_SERVER['QUERY_STRING'] ?? ''; ?>
<?= anchor(current_url() . '/download/excel' . ($queryString ? '?' . $queryString : ''), ICONS['EXCEL'], ["target" => "_self", "class" => "excel"]) ?>
</nav>
<nav class="pageinfo nav justify-content-end">
Page:<?= $viewDatas['page'] ?? 1 ?>/<?= $viewDatas['index_totalpage'] ?>