dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-03 17:54:56 +09:00
parent be19744e1b
commit 9f42710724
4 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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

View File

@ -29,5 +29,4 @@
</table> </table>
</div> </div>
<div class="form_bottom"><?= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?></div> <div class="form_bottom"><?= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?></div>
</div>
<?= $this->endSection() ?> <?= $this->endSection() ?>