소스정리

master
mjkhan21 3 weeks ago
parent 144d0abad7
commit 2a917621aa

@ -158,7 +158,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5">
<div name="table-responsive" class="table-responsive h-px-500">
<table name="crdnTable" class="table-layout-fixed table table-bordered dataTable">
<table name="crdnTable" class="table dataTable table-bordered table-layout-fixed">
<thead class="sticky-thead">
<tr name="crdnThead" data-search-target="[data-doctx='${pageName}']">
</tr>

@ -3,8 +3,8 @@
<c:set var="prefixName" scope="request">단속장비 관리</c:set>
<div class="content-wrapper" data-doctx="${pageName}">
<!-- Page Body -->
<div id="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="d-flex flex-row justify-content-between p-3">
<div class="dataTables_wrapper dt-bootstrap5">
<div class="d-flex flex-row justify-content-between py-3">
<div class="d-flex flex-grow-1 me-5">
<div class="input-group me-3 w-px-400">
<select name="schType"
@ -23,20 +23,20 @@
</div>
</div>
<div name="table-responsive" class="table-responsive">
<table class="datatables-ajax table table-bordered dataTable no-footer">
<table class="table dataTable table-bordered">
<thead name="eqplcThead">
<tr><th class="sorting" style="width: 70px;">ID</th>
<th class="sorting" style="width: 70px;">업체코드</th>
<th class="sorting" style="width: 70px;">장비코드</th>
<th class="sorting" style="width: 120px;">단속장소명</th>
<th class="sorting" style="width: 70px;">법정동명</th>
<th class="sorting" style="width: 150px;">도로명</th>
<th class="sorting" style="width: 150px;">단속장소</th>
<th class="sorting" style="width: 40px;">차선번호</th>
<th class="sorting" style="width: 40px;">차선방향</th>
<th class="sorting" style="width: 300px;">비고</th>
<th class="sorting" style="width: 150px;">등록일시</th>
<th class="sorting" style="width: 100px;">등록자</th>
<tr><th style="width: 70px;">ID</th>
<th style="width: 70px;">업체코드</th>
<th style="width: 70px;">장비코드</th>
<th style="width: 120px;">단속장소명</th>
<th style="width: 70px;">법정동명</th>
<th style="width: 150px;">도로명</th>
<th style="width: 150px;">단속장소</th>
<th style="width: 40px;">차선번호</th>
<th style="width: 40px;">차선방향</th>
<th style="width: 300px;">비고</th>
<th style="width: 150px;">등록일시</th>
<th style="width: 100px;">등록자</th>
</tr>
</thead>
<tbody name="eqplcTbody"></tbody>

Loading…
Cancel
Save