소스 정리

main
이범준 3 months ago
parent f2395c65a9
commit b182516f99

@ -8,9 +8,8 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive" <div class="table-responsive" style="overflow-x: scroll;height:500px;overflow-y: scroll;">
style="overflow-x: scroll;height:500px;overflow-y: scroll;"> <table name="backupSggTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr data-key="{SGG_CD}"> <tr data-key="{SGG_CD}">
<th style="width: 50px;"></th> <th style="width: 50px;"></th>

@ -71,7 +71,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="layoutTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -188,7 +188,7 @@
<div class="card-datatable text-nowrap area-photoinspection"> <div class="card-datatable text-nowrap area-photoinspection">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="photoInspection-responsive" class="table-responsive ox-scroll oy-scroll h-px-200"> <div name="photoInspection-responsive" class="table-responsive ox-scroll oy-scroll h-px-200">
<table name="photoInspection_Table_0" <table name="photoInspectionTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
@ -269,7 +269,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="sameVehicleInspectionMain-responsive" <div name="sameVehicleInspectionMain-responsive"
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350"> class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350">
<table name="sameVehicleInspectionMain_Table_0" <table name="sameVehicleInspectionMainTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
@ -307,7 +307,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="sameVehicleInspectionSub-responsive" <div name="sameVehicleInspectionSub-responsive"
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000"> class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000">
<table name="sameVehicleInspectionSub_Table_0" <table name="sameVehicleInspectionSubTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
@ -617,7 +617,7 @@ $(document).ready(function(){
} }
var cellDefs = AppSupport.getCellDefs( var cellDefs = AppSupport.getCellDefs(
$P.$findn("photoInspection_Table_0").find("thead th").not(".dummy-th").not(":eq(0)"), $P.$findn("photoInspectionTable").find("thead th").not(".dummy-th").not(":eq(0)"),
$($P.findn("photoInspectionRow").content).find("td").not(".dummy-td").not(":eq(0)") $($P.findn("photoInspectionRow").content).find("td").not(".dummy-td").not(":eq(0)")
); );
ctrl.query.cellDefs = cellDefs; ctrl.query.cellDefs = cellDefs;
@ -637,7 +637,7 @@ $(document).ready(function(){
if(excelTarget == "main"){ if(excelTarget == "main"){
var cellDefs = AppSupport.getCellDefs( var cellDefs = AppSupport.getCellDefs(
$P.$findn("sameVehicleInspectionMain_Table_0").find("thead th").not(".dummy-th"), $P.$findn("sameVehicleInspectionMainTable").find("thead th").not(".dummy-th"),
$($P.findn("sameVehicleInspectionMainRow").content).find("td").not(".dummy-td") $($P.findn("sameVehicleInspectionMainRow").content).find("td").not(".dummy-td")
); );
alt.query.cellDefs = cellDefs; alt.query.cellDefs = cellDefs;
@ -646,7 +646,7 @@ $(document).ready(function(){
} else if(excelTarget == "sub"){ } else if(excelTarget == "sub"){
var cellDefs = AppSupport.getCellDefs( var cellDefs = AppSupport.getCellDefs(
$P.$findn("sameVehicleInspectionSub_Table_0").find("thead th").not(".dummy-th"), $P.$findn("sameVehicleInspectionSubTable").find("thead th").not(".dummy-th"),
$($P.findn("sameVehicleInspectionSubRow").content).find("td").not(".dummy-td"), $($P.findn("sameVehicleInspectionSubRow").content).find("td").not(".dummy-td"),
FimsSupport.getCellDefsForPrivacyCell FimsSupport.getCellDefsForPrivacyCell
); );

@ -59,7 +59,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer" > <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer" >
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="crdnTheadTr" data-search-target="[data-doctx='${pageName}']"> <tr name="crdnTheadTr" data-search-target="[data-doctx='${pageName}']">
<th style="width: 100px;">No.</th> <th style="width: 100px;">No.</th>

@ -56,7 +56,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="crdnTheadTr"> <tr name="crdnTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -57,87 +57,84 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-550"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-550">
<span> <table name="table" class="datatables-ajax table table-bordered dataTable no-footer">
<table <thead class="sticky-thead">
class="datatables-ajax table table-bordered dataTable no-footer"> <tr>
<thead class="sticky-thead"> <th style="min-width: 80px;">단속자료</th>
<tr> <th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
<th style="min-width: 80px;">단속자료</th> class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#">
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다." 파일명 <i class='bx bx-expand'></i>
class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#"> </th>
파일명 <i class='bx bx-expand'></i> <th style="min-width: 80px;">타임스탬프</th>
</th> <th style="min-width: 80px;">파일사이즈</th>
<th style="min-width: 80px;">타임스탬프</th> <th style="min-width: 80px;">파일확장자</th>
<th style="min-width: 80px;">파일사이즈</th> <th style="min-width: 80px;">파일상태</th>
<th style="min-width: 80px;">파일확장자</th> <th style="min-width: 80px;">총사진갯수</th>
<th style="min-width: 80px;">파일상태</th> <th style="min-width: 80px;">파일순번</th>
<th style="min-width: 80px;">총사진갯수</th> <th style="min-width: 80px;">장비코드</th>
<th style="min-width: 80px;">파일순번</th> <th style="min-width: 80px;">차량번호</th>
<th style="min-width: 80px;">장비코드</th> <th style="min-width: 80px;">사진구분명</th>
<th style="min-width: 80px;">차량번호</th> <th style="min-width: 80px;">업체코드</th>
<th style="min-width: 80px;">사진구분명</th> <th style="min-width: 80px;">위반내용</th>
<th style="min-width: 80px;">업체코드</th> <th style="min-width: 80px;">차량속도</th>
<th style="min-width: 80px;">위반내용</th> <th style="min-width: 80px;">번호판위치x</th>
<th style="min-width: 80px;">차량속도</th> <th style="min-width: 80px;">번호판위치y</th>
<th style="min-width: 80px;">번호판위치x</th> <th style="min-width: 80px;">번호판width</th>
<th style="min-width: 80px;">번호판위치y</th> <th style="min-width: 80px;">번호판height</th>
<th style="min-width: 80px;">번호판width</th> <th style="min-width: 80px;">위치좌표x</th>
<th style="min-width: 80px;">번호판height</th> <th style="min-width: 80px;">위치좌표y</th>
<th style="min-width: 80px;">위치좌표x</th> <th style="min-width: 80px;">날짜</th>
<th style="min-width: 80px;">위치좌표y</th> <th style="min-width: 80px;">시간</th>
<th style="min-width: 80px;">날짜</th> <th style="min-width: 80px;">단속시작시간</th>
<th style="min-width: 80px;">시간</th> <th style="min-width: 80px;">단속종료시간</th>
<th style="min-width: 80px;">단속시작시간</th> <th style="min-width: 80px;">어린이보호구역</th>
<th style="min-width: 80px;">단속종료시간</th> <th style="min-width: 80px;">단속장소명</th>
<th style="min-width: 80px;">어린이보호구역</th> <th style="min-width: 80px;">단속법정동</th>
<th style="min-width: 80px;">단속장소명</th> <th style="min-width: 80px;">단속장소(주소)</th>
<th style="min-width: 80px;">단속법정동</th> </tr>
<th style="min-width: 80px;">단속장소(주소)</th> </thead>
</tr> <tbody></tbody>
</thead> <template is="curly-brackets" class="found">
<tbody></tbody> <tr data-index="DATA-INDEX">
<template is="curly-brackets" class="found"> <td onclick ondblclick class="text-center">TEMP_GROUP_ID</td>
<tr data-index="DATA-INDEX"> <td onclick ondblclick title="{FILE_NAME}"
<td onclick ondblclick class="text-center">TEMP_GROUP_ID</td> class="text-start text-truncate max-w-th">FILE_NAME</td>
<td onclick ondblclick title="{FILE_NAME}" <td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td>
class="text-start text-truncate max-w-th">FILE_NAME</td> <td onclick ondblclick class="text-center">FILE_SIZE</td>
<td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td> <td onclick ondblclick class="text-start">FILE_EXTENSION</td>
<td onclick ondblclick class="text-center">FILE_SIZE</td> <td onclick ondblclick class="text-start">FILE_STATUS_NM</td>
<td onclick ondblclick class="text-start">FILE_EXTENSION</td> <td onclick ondblclick class="text-end">PHOTO_CNT</td>
<td onclick ondblclick class="text-start">FILE_STATUS_NM</td> <td onclick ondblclick class="text-center">FILE_SEQ</td>
<td onclick ondblclick class="text-end">PHOTO_CNT</td> <td onclick ondblclick class="text-center">EQPMNT_CD</td>
<td onclick ondblclick class="text-center">FILE_SEQ</td> <td onclick ondblclick class="text-start">VHRNO</td>
<td onclick ondblclick class="text-center">EQPMNT_CD</td> <td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td>
<td onclick ondblclick class="text-start">VHRNO</td> <td onclick ondblclick class="text-center">BZENTY_CD</td>
<td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td> <td onclick ondblclick class="text-start">VLTN_NM</td>
<td onclick ondblclick class="text-center">BZENTY_CD</td> <td onclick ondblclick class="text-center">CAR_VELOCITY</td>
<td onclick ondblclick class="text-start">VLTN_NM</td> <td onclick ondblclick class="text-end">MOSC_X</td>
<td onclick ondblclick class="text-center">CAR_VELOCITY</td> <td onclick ondblclick class="text-end">MOSC_Y</td>
<td onclick ondblclick class="text-end">MOSC_X</td> <td onclick ondblclick class="text-end">PLATE_WIDTH</td>
<td onclick ondblclick class="text-end">MOSC_Y</td> <td onclick ondblclick class="text-end">PLATE_HEIGHT</td>
<td onclick ondblclick class="text-end">PLATE_WIDTH</td> <td onclick ondblclick class="text-end">GPS_X</td>
<td onclick ondblclick class="text-end">PLATE_HEIGHT</td> <td onclick ondblclick class="text-end">GPS_Y</td>
<td onclick ondblclick class="text-end">GPS_X</td> <td onclick ondblclick class="text-center">CRDN_YMD</td>
<td onclick ondblclick class="text-end">GPS_Y</td> <td onclick ondblclick class="text-center">CRDN_TM</td>
<td onclick ondblclick class="text-center">CRDN_YMD</td> <td onclick ondblclick class="text-center">CRDN_BGNG_TM</td>
<td onclick ondblclick class="text-center">CRDN_TM</td> <td onclick ondblclick class="text-center">CRDN_END_TM</td>
<td onclick ondblclick class="text-center">CRDN_BGNG_TM</td> <td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td>
<td onclick ondblclick class="text-center">CRDN_END_TM</td> <td onclick ondblclick class="text-start">CRDN_PLC</td>
<td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td> <td onclick ondblclick class="text-start">CRDN_STDG_NM</td>
<td onclick ondblclick class="text-start">CRDN_PLC</td> <td onclick ondblclick class="text-start">CRDN_ROAD_NM</td>
<td onclick ondblclick class="text-start">CRDN_STDG_NM</td> </tr>
<td onclick ondblclick class="text-start">CRDN_ROAD_NM</td> </template>
</tr> <template class="notFound">
</template> <tr>
<template class="notFound"> <td valign="top" colspan="28" class="dataTables_empty text-center">
<tr> 정보를 찾지 못했습니다.
<td valign="top" colspan="28" class="dataTables_empty text-center"> </td>
정보를 찾지 못했습니다. </tr>
</td> </template>
</tr> </table>
</template>
</table>
</span>
</div> </div>
</div> </div>
</div> </div>

@ -179,7 +179,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500"> class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="crdnThead" data-search-target="[data-doctx='${pageName}']"> <tr name="crdnThead" data-search-target="[data-doctx='${pageName}']">
</tr> </tr>

@ -50,7 +50,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive_0" class="table-responsive ox-scroll oy-scroll h-px-300"> <div name="table-responsive_0" class="table-responsive ox-scroll oy-scroll h-px-300">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="useTeamTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="useTeamTheadTr"> <tr name="useTeamTheadTr">
<th style="width: 160px;">단속조</th> <th style="width: 160px;">단속조</th>
@ -184,8 +184,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive_1" class="table-responsive ox-scroll oy-scroll h-px-300"> <div name="table-responsive_1" class="table-responsive ox-scroll oy-scroll h-px-300">
<table name="DataTables_Table_1" <table name="delTeamTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="delTeamTheadTr"> <tr name="delTeamTheadTr">
<th style="width: 200px;">단속조</th> <th style="width: 200px;">단속조</th>

@ -59,7 +59,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="exmptnVhclTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="exmptnVhclTheadTr"> <tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -7,7 +7,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-550"> class="table-responsive ox-scroll oy-scroll h-px-550">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="exmptnVhclTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="exmptnVhclTheadTr"> <tr name="exmptnVhclTheadTr">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -130,7 +130,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500"> class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead"> <thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -149,7 +149,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500"> class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead"> <thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -127,7 +127,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-500"> class="table-responsive ox-scroll oy-scroll h-px-500">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="crdnTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="crdnThead" class="sticky-thead"> <thead name="crdnThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -71,7 +71,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" <div name="table-responsive"
class="table-responsive ox-scroll oy-scroll h-px-600"> class="table-responsive ox-scroll oy-scroll h-px-600">
<table class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> <table name="dmndTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead name="dmndThead" class="sticky-thead"> <thead name="dmndThead" class="sticky-thead">
<tr data-search-target="[data-doctx='${pageName}']"> <tr data-search-target="[data-doctx='${pageName}']">
<th style="width: 80px;">No.</th> <th style="width: 80px;">No.</th>

@ -116,7 +116,7 @@
<span class="area-answerbody area-levy"> <span class="area-answerbody area-levy">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer"> <table name="vltnTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>
@ -146,7 +146,7 @@
<span class="area-answerbody area-warning"> <span class="area-answerbody area-warning">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer"> <table name="warningTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>
@ -176,7 +176,7 @@
<span class="area-answerbody area-nonlevy"> <span class="area-answerbody area-nonlevy">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer"> <table name="nonlevyTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>

@ -39,7 +39,7 @@
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive oy-auto h-100" <div class="table-responsive oy-auto h-100"
style="width:470px;"> style="width:470px;">
<table class="datatables-ajax table table-bordered dataTable no-footer"> <table name="warningWordsTable" class="datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr> <tr>
<th style="width:50px;"></th> <th style="width:50px;"></th>

@ -52,8 +52,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer"> <div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<table name="DataTables_Table_0" <table name="ntcTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="ntcThead"> <tr name="ntcThead">
<th style="width: 80px;" class="cmn">No.</th> <th style="width: 80px;" class="cmn">No.</th>

@ -70,7 +70,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer"> <div name="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500"> <div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<table name="DataTables_Table_0" <table name="deptTable"
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer"> class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="deptThead"> <tr name="deptThead">

@ -121,8 +121,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive-up" class="table-responsive ox-scroll oy-scroll h-px-300"> <div name="table-responsive-up" class="table-responsive ox-scroll oy-scroll h-px-300">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" <table name="upTable" class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer">
name="upTable" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="upTheadTr" data-search-target="[data-doctx='${pageName}']"></tr> <tr name="upTheadTr" data-search-target="[data-doctx='${pageName}']"></tr>
</thead> </thead>

@ -119,8 +119,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive-down" class="table-responsive ox-scroll oy-scroll h-px-250"> <div name="table-responsive-down" class="table-responsive ox-scroll oy-scroll h-px-250">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" <table name="downTable" class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer">
name="downTable" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="downTheadTr" data-search-target="[data-doctx='${pageName}']"></tr> <tr name="downTheadTr" data-search-target="[data-doctx='${pageName}']"></tr>
</thead> </thead>

@ -130,8 +130,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive ox-scroll oy-scroll h-px-350"> <div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="masterTable" <table name="masterTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="masterThead"> <tr name="masterThead">
</tr> </tr>
@ -149,8 +148,7 @@
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="table-responsive ox-scroll oy-scroll h-px-350"> <div class="table-responsive ox-scroll oy-scroll h-px-350">
<table name="detailTable" <table name="detailTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr name="detailThead"> <tr name="detailThead">
</tr> </tr>

@ -68,10 +68,8 @@
</div> </div>
<div class="card-datatable text-nowrap mb-3"> <div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollUnique" <div name="scrollUnique" class="table-responsive ox-scroll oy-scroll h-px-300">
class="table-responsive ox-scroll oy-scroll h-px-300"> <table name="tableUnique" class="table-layout-fixed compress-cell dataTable table table-bordered">
<table name="tableUnique"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadUnique"> <thead class="sticky-thead" name="theadUnique">
</thead> </thead>
<tbody name="tbodyUnique"> <tbody name="tbodyUnique">
@ -94,10 +92,8 @@
</div> </div>
<div class="card-datatable text-nowrap mb-3"> <div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollMultiple" <div name="scrollMultiple" class="table-responsive ox-scroll oy-scroll h-px-300">
class="table-responsive ox-scroll oy-scroll h-px-300"> <table name="tableMultiple" class="table-layout-fixed compress-cell dataTable table table-bordered">
<table name="tableMultiple"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadMultiple"> <thead class="sticky-thead" name="theadMultiple">
</thead> </thead>
<tbody name="tbodyMultiple"> <tbody name="tbodyMultiple">

@ -69,10 +69,8 @@
</div> </div>
<div class="card-datatable text-nowrap mb-3"> <div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollPredefined" <div name="scrollPredefined" class="table-responsive ox-scroll oy-scroll h-px-300">
class="table-responsive ox-scroll oy-scroll h-px-300"> <table name="tablePredefined" class="table-layout-fixed compress-cell dataTable table table-bordered">
<table name="tablePredefined"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadPredefined"> <thead class="sticky-thead" name="theadPredefined">
</thead> </thead>
<tbody name="tbodyPredefined"> <tbody name="tbodyPredefined">
@ -93,10 +91,8 @@
</div> </div>
<div class="card-datatable text-nowrap mb-3"> <div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer"> <div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollCustom" <div name="scrollCustom" class="table-responsive ox-scroll oy-scroll h-px-300">
class="table-responsive ox-scroll oy-scroll h-px-300"> <table name="tableCustom" class="table-layout-fixed compress-cell dataTable table table-bordered">
<table name="tableCustom"
class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadCustom"> <thead class="sticky-thead" name="theadCustom">
</thead> </thead>
<tbody name="tbodyCustom"> <tbody name="tbodyCustom">

Loading…
Cancel
Save