dbms_init...1
This commit is contained in:
parent
3835fd85ac
commit
13017d648d
@ -12,7 +12,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="layout_right">
|
<td class="layout_right">
|
||||||
<!-- Layout Right Start -->
|
<!-- Layout Right Start -->
|
||||||
<div class="layout_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
<div class="index_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
||||||
<div id="container" class="layout_content">
|
<div id="container" class="layout_content">
|
||||||
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<div class="index_body">
|
<div class="index_body">
|
||||||
@ -51,10 +51,8 @@
|
|||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
||||||
<?= form_close() ?>
|
<?= 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>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
<div class="index_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
||||||
<!-- Layout Right End -->
|
<!-- Layout Right End -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="layout_right">
|
<td class="layout_right">
|
||||||
<!-- Layout Right Start -->
|
<!-- Layout Right Start -->
|
||||||
<div class="layout_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
<div class="index_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
||||||
<div id="container" class="layout_content">
|
<div id="container" class="layout_content">
|
||||||
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<div class="index_body">
|
<div class="index_body">
|
||||||
@ -50,10 +50,8 @@
|
|||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
||||||
<?= form_close() ?>
|
<?= 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>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
<div class="index_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
||||||
<!-- Layout Right End -->
|
<!-- Layout Right End -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="layout_right">
|
<td class="layout_right">
|
||||||
<!-- Layout Right Start -->
|
<!-- Layout Right Start -->
|
||||||
<div class="layout_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
<div class="index_header"><?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?></div>
|
||||||
<div id="container" class="layout_content">
|
<div id="container" class="layout_content">
|
||||||
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<div class="index_body">
|
<div class="index_body">
|
||||||
@ -47,24 +47,11 @@
|
|||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="index_batchjob">
|
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
||||||
<ul class="nav justify-content-center">
|
|
||||||
<li class="nav-item"><?= form_checkbox(array("id" => "batchjobuids_checkbox")) ?>ALL</li>
|
|
||||||
<?php foreach ($viewDatas['control']['batchjob_fields'] as $field): ?>
|
|
||||||
<?= $viewDatas['helper']->getFieldForm($field, null, $viewDatas, ['data-batchjob' => 'true']) ?>
|
|
||||||
<?php endforeach ?>
|
|
||||||
<li class="nav-item"><?= $viewDatas['helper']->getListButton('batchjob', '', $viewDatas) ?></li>
|
|
||||||
<li class="nav-item"><?= $viewDatas['helper']->getListButton('invoice', '', $viewDatas) ?></li>
|
|
||||||
</ul>
|
|
||||||
<div class=" index_pagination"><?= $viewDatas['pagination'] ?></div>
|
|
||||||
</div>
|
|
||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom_script"); ?>
|
|
||||||
<?= form_close() ?>
|
<?= 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>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
<div class="index_footer"><?= $this->include("templates/{$viewDatas['layout']}/index_footer"); ?></div>
|
||||||
<!-- Layout Right End -->
|
<!-- Layout Right End -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -53,11 +53,9 @@
|
|||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
|
||||||
<?= form_close() ?>
|
<?= form_close() ?>
|
||||||
|
<?= $this->include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
|
||||||
</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>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Layout Middle End -->
|
<!-- Layout Middle End -->
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
<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>
|
||||||
Loading…
Reference in New Issue
Block a user