= $this->extend("layouts/{$viewDatas['layout']}") ?> = $this->section('content') ?> = form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?> = $this->include('templates/' . $viewDatas['layout'] . '/index_top'); ?>
| 번호 | = getListColumns_UserHelper($field, $viewDatas) ?>작업 | |
|---|---|---|
| = form_checkbox(["id" => "checkbox_uid_{$entity->getPK()}", "name" => "batchjob_uids[]", "value" => $entity->getPK(), "class" => "batchjobuids_checkboxs"]); ?> = $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt) ?> | = getFieldView_UserHelper($field, $entity, $viewDatas) ?> | = anchor(current_url() . '/delete/' . $entity->getPK(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?> |