mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
end_main_frame()
This commit is contained in:
@@ -75,6 +75,7 @@ foreach ($rows as $row) {
|
||||
}
|
||||
$table .= '</tbody></table>';
|
||||
echo $header . $table . $paginationBottom;
|
||||
end_main_frame();
|
||||
$confirmMsg = nexus_trans('medal.confirm_to_buy');
|
||||
$js = <<<JS
|
||||
jQuery('.buy').on('click', function (e) {
|
||||
|
||||
@@ -32,5 +32,6 @@ FORM;
|
||||
stdhead('User ban log');
|
||||
begin_main_frame();
|
||||
echo $filterForm . $table . $paginationBottom;
|
||||
end_main_frame();
|
||||
stdfoot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user