= $this->extend("layouts/{$viewDatas['layout']}") ?>
= $this->section('content') ?>
= form_open(current_url(), array("method" => "get")) ?>
= form_close() ?>
= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
| 번호 |
= getListColumns_AccountHelper($field, $viewDatas) ?>
status != DEFAULTS['STATUS'] ? 'class="table-danger" rowcolor="red"' : 'rowcolor="red"' ?>>
|
= form_checkbox(["id" => "checkbox_uid_{$entity->getPK()}", "name" => "batchjob_uids[]", "value" => $entity->getPK(), "class" => "batchjobuids_checkboxs"]); ?>
= anchor(current_url() . '/sync/' . $entity->getPK(), $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt), ["target" => "_self"]) ?>
|
= getFieldView_AccountHelper($field, $entity, $viewDatas, ['old_auth' => $old_auth]) ?> |
getParent(); ?>
= form_close() ?>
= $this->endSection() ?>