dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-16 14:49:40 +09:00
parent ac6119286e
commit 55c6755218
13 changed files with 7 additions and 44 deletions

View File

@ -63,10 +63,8 @@
</div>
</div>
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>
</tr>
</table>
<!-- Layout Middle End -->
<div class="layout_bottom"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?></div>
<?= $this->endSection() ?>

View File

@ -63,10 +63,8 @@
</div>
</div>
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>
</tr>
</table>
<!-- Layout Middle End -->
<div class="layout_bottom"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?></div>
<?= $this->endSection() ?>

View File

@ -21,5 +21,4 @@
</div>
<div class="form_bottom"><?= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?></div>
</div>
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>
<?= $this->endSection() ?>

View File

@ -51,7 +51,5 @@
<?= form_close() ?>
</div>
</div>
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>
<script type="text/javascript" src="/js/<?= $viewDatas['layout'] ?>/index.js"></script>
<!-- Layout Right End -->
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<?= $this->endSection() ?>

View File

@ -21,5 +21,4 @@
</div>
<div class="form_bottom"><?= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?></div>
</div>
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>
<?= $this->endSection() ?>

View File

@ -14,5 +14,4 @@
</table>
</div>
</div>
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>
<?= $this->endSection() ?>

View File

@ -82,11 +82,9 @@
</div>
</div>
<div class=" layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>
</tr>
</table>
<!-- Layout Middle End -->
<div class="layout_bottom"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?></div>
<script src="/js/admin/clipboard.js"></script>
<?= $this->endSection() ?>

View File

@ -117,11 +117,9 @@
</div>
</div>
<div class=" layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>
</tr>
</table>
<!-- Layout Middle End -->
<div class="layout_bottom"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?></div>
<script src="/js/admin/clipboard.js"></script>
<?= $this->endSection() ?>

View File

@ -106,11 +106,9 @@
</div>
</div>
<div class=" layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
<!-- Layout Right End -->
</td>
</tr>
</table>
<!-- Layout Middle End -->
<div class="layout_bottom"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?></div>
<script src="/js/admin/clipboard.js"></script>
<?= $this->endSection() ?>

View File

@ -1,5 +1,4 @@
<!-- botto start -->
<nav class="tail navbar navbar-expand-lg">
</nav>
<!-- Layout Middle End -->
<!-- bottom start -->
<nav class="tail navbar navbar-expand-lg"></nav>
<!-- bottom end -->

View File

@ -1,2 +1,3 @@
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>
<?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
<script type="text/javascript" src="/js/<?= $viewDatas['layout'] ?>/index.js"></script>
<!-- Layout Right End -->

View File

@ -159,14 +159,3 @@ div.index_bottom {
/* 자동 줄바꿈 */
/* border: 1px solid red; */
}
div.index_bottom div.modal_action_form {
margin-top: 20px;
/* border: 1px solid red; */
}
div.index_bottom div.modal_action_form iframe {
width: 100%;
border: none;
/* border: 1px solid blue; */
}

View File

@ -155,14 +155,3 @@ div.index_bottom {
/* 자동 줄바꿈 */
/* border: 1px solid red; */
}
div.index_bottom div.modal_action_form {
margin-top: 20px;
/* border: 1px solid red; */
}
div.index_bottom div.modal_action_form iframe {
width: 100%;
border: none;
/* border: 1px solid blue; */
}