|
|
|
@ -57,87 +57,84 @@
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-550">
|
|
|
|
|
<span>
|
|
|
|
|
<table
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<tr>
|
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
|
class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#">
|
|
|
|
|
파일명 <i class='bx bx-expand'></i>
|
|
|
|
|
</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;">번호판위치y</th>
|
|
|
|
|
<th style="min-width: 80px;">번호판width</th>
|
|
|
|
|
<th style="min-width: 80px;">번호판height</th>
|
|
|
|
|
<th style="min-width: 80px;">위치좌표x</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>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody></tbody>
|
|
|
|
|
<template is="curly-brackets" class="found">
|
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
|
<td onclick ondblclick class="text-center">TEMP_GROUP_ID</td>
|
|
|
|
|
<td onclick ondblclick title="{FILE_NAME}"
|
|
|
|
|
class="text-start text-truncate max-w-th">FILE_NAME</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_SIZE</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">FILE_EXTENSION</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">FILE_STATUS_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PHOTO_CNT</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_SEQ</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">EQPMNT_CD</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">VHRNO</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">BZENTY_CD</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">VLTN_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CAR_VELOCITY</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">MOSC_X</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">MOSC_Y</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PLATE_WIDTH</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PLATE_HEIGHT</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">GPS_X</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">GPS_Y</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_YMD</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_BGNG_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_END_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_PLC</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_STDG_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_ROAD_NM</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="notFound">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" colspan="28" class="dataTables_empty text-center">
|
|
|
|
|
정보를 찾지 못했습니다.
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|
</span>
|
|
|
|
|
<table name="table" class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<tr>
|
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
|
class="downsize" ondblclick="FimsSupport.fnDownsizeToggle(this);" href="#">
|
|
|
|
|
파일명 <i class='bx bx-expand'></i>
|
|
|
|
|
</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;">번호판위치y</th>
|
|
|
|
|
<th style="min-width: 80px;">번호판width</th>
|
|
|
|
|
<th style="min-width: 80px;">번호판height</th>
|
|
|
|
|
<th style="min-width: 80px;">위치좌표x</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>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody></tbody>
|
|
|
|
|
<template is="curly-brackets" class="found">
|
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
|
<td onclick ondblclick class="text-center">TEMP_GROUP_ID</td>
|
|
|
|
|
<td onclick ondblclick title="{FILE_NAME}"
|
|
|
|
|
class="text-start text-truncate max-w-th">FILE_NAME</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_LAST_MODIFIED</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_SIZE</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">FILE_EXTENSION</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">FILE_STATUS_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PHOTO_CNT</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">FILE_SEQ</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">EQPMNT_CD</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">VHRNO</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">PHOTO_TYPE_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">BZENTY_CD</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">VLTN_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CAR_VELOCITY</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">MOSC_X</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">MOSC_Y</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PLATE_WIDTH</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">PLATE_HEIGHT</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">GPS_X</td>
|
|
|
|
|
<td onclick ondblclick class="text-end">GPS_Y</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_YMD</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_BGNG_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">CRDN_END_TM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_SPAREA_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_PLC</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_STDG_NM</td>
|
|
|
|
|
<td onclick ondblclick class="text-start">CRDN_ROAD_NM</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="notFound">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" colspan="28" class="dataTables_empty text-center">
|
|
|
|
|
정보를 찾지 못했습니다.
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|