servermgrv2 init...
This commit is contained in:
parent
56e9221784
commit
b225b22628
@ -15,6 +15,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>번호</th>
|
<th>번호</th>
|
||||||
<?php foreach ($viewDatas['fields'] as $field) : ?><th><?= getFieldIndex_Column_BoardHelper($field, $viewDatas) ?></th><?php endforeach ?>
|
<?php foreach ($viewDatas['fields'] as $field) : ?><th><?= getFieldIndex_Column_BoardHelper($field, $viewDatas) ?></th><?php endforeach ?>
|
||||||
|
<th>작업</th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php $cnt = 0 ?>
|
<?php $cnt = 0 ?>
|
||||||
<?php foreach ($viewDatas['entitys'] as $entity) : ?>
|
<?php foreach ($viewDatas['entitys'] as $entity) : ?>
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
<?= $this->extend('layouts/admin') ?>
|
<?= $this->extend('layouts/admin') ?>
|
||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||||
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
||||||
<table class="form table table-bordered table-hover table-striped">
|
<table class="form table table-bordered table-hover table-striped">
|
||||||
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
||||||
@ -16,6 +17,7 @@
|
|||||||
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<?= form_close(); ?>
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getTail()) ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?= form_close(); ?>
|
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
@ -1,6 +1,7 @@
|
|||||||
<?= $this->extend('layouts/admin') ?>
|
<?= $this->extend('layouts/admin') ?>
|
||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||||
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
||||||
<table class="form table table-bordered table-hover table-striped">
|
<table class="form table table-bordered table-hover table-striped">
|
||||||
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
||||||
@ -16,6 +17,7 @@
|
|||||||
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<?= form_close(); ?>
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getTail()) ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?= form_close(); ?>
|
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
@ -1,6 +1,7 @@
|
|||||||
<?= $this->extend('layouts/admin') ?>
|
<?= $this->extend('layouts/admin') ?>
|
||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||||
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
<?= form_open_multipart(current_url(), $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
||||||
<table class="form table table-bordered table-hover table-striped">
|
<table class="form table table-bordered table-hover table-striped">
|
||||||
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
||||||
@ -16,6 +17,7 @@
|
|||||||
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
<td valign="bottom" colspan="2"><?= form_submit('', '입력', array("class" => "btn btn-outline btn-primary")); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<?= form_close(); ?>
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getTail()) ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?= form_close(); ?>
|
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
@ -1,6 +1,7 @@
|
|||||||
<?= $this->extend('layouts/admin') ?>
|
<?= $this->extend('layouts/admin') ?>
|
||||||
<?= $this->section('content') ?>
|
<?= $this->section('content') ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||||
<table class="form table table-bordered table-hover table-striped">
|
<table class="form table table-bordered table-hover table-striped">
|
||||||
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
<?php foreach ($viewDatas['fields'] as $field) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
@ -12,5 +13,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</table>
|
</table>
|
||||||
|
<div><?= html_entity_decode($viewDatas['category']->getTail()) ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
Loading…
Reference in New Issue
Block a user