- Add Docker Compose configurations for dev, prod, and standalone environments - Add database initialization scripts (init-db.sh, init-db-docker.sh) - Add enhanced start-docker-linux.sh with DB init support - Add comprehensive database initialization guide - Support for automatic dbexport.pgsql import on first run - Include safety checks for production environment
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
<script type="text/javascript" src="/js/tabulator/tabulator_custom.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
var _tabulGrid;
|
|
</script>
|
|
|
|
<section class="contents_page_basic_margin">
|
|
<div class="totalCntArea total_count_text"></div>
|
|
<div id="gridDiv" style="height:; width: 100%; margin-top: 0px;">
|
|
<!--
|
|
<table class="plm_table" id="mainGrid"></table>
|
|
-->
|
|
<div class="plm_table" id="mainGrid"></div>
|
|
<div class="table_paging_wrap"></div>
|
|
<%-- <div class="table_paging_wrap">${PAGE_HTML}</div> --%>
|
|
</div>
|
|
</section> |