= html_entity_decode($viewDatas['currentCategory']->head) ?>
= $this->include('templates/front/index_head') ?>
= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
| # | = getFieldIndex_Column_BoardHelper($field, $viewDatas) ?>@ | |
|---|---|---|
| user_uid == $viewDatas['auth'][AUTH_FIELDS['ID']]) : ?> = anchor(current_url() . '/update/' . $entity->getPrimaryKey() . '?category=' . $viewDatas['currentCategory']->getPrimaryKey(), $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt), ["target" => "_self"]) ?> = $viewDatas['total_count'] - (($viewDatas['page'] - 1) * $viewDatas['per_page'] + $cnt) ?> | = getFieldIndex_Row_BoardHelper($field, $entity, $viewDatas) ?> | user_uid == $viewDatas['auth'][AUTH_FIELDS['ID']]) : ?> = anchor(current_url() . '/delete/' . $entity->getPrimaryKey() . '?category=' . $viewDatas['currentCategory']->getPrimaryKey(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?> |
= anchor(current_url() . '/insert?category=' . $viewDatas['currentCategory']->getPrimaryKey(), '입력', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
= $viewDatas['pagination'] ?>
= form_close() ?>
= html_entity_decode($viewDatas['currentCategory']->tail) ?>