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