= $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']) ?>
| 번호 |
= getListHeaders_AccountHelper($field, $viewDatas) ?>
작업 |
status != DEFAULTS['STATUS'] ? 'class="table-danger" rowcolor="red"' : 'rowcolor="red"' ?> onClick="indexRowCheckBoxToggle(this)">
|
= form_checkbox(["id" => "checkbox_uid_{$entity->getPK()}", "name" => "batchjob_uids[]", "value" => $entity->getPK(), "class" => "batchjobuids_checkboxs"]); ?>
= anchor(current_url() . '/update/' . $entity->getPK(), $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt), ["target" => "_self"]) ?>
|
= getListColumns_AccountHelper($field, $entity, $viewDatas) ?> |
= anchor(current_url() . '/delete/' . $entity->getPK(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?>
|
- = form_checkbox(array("id" => "batchjobuids_checkbox")) ?>ALL
= getFieldForm_AccountHelper($field, old($viewDatas[$field]), $viewDatas) ?>
- = form_submit('', '일괄처리', array("class" => "btn btn-outline btn-warning")) ?>
-
= anchor(current_url() . '/insert', '입력', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
= $viewDatas['pagination'] ?>
= form_close() ?>
= $this->endSection() ?>