|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
|
<!-- Navbar -->
|
|
|
|
|
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center bg-navbar-theme"
|
|
|
|
|
id="layout-navbar"
|
|
|
|
|
id="layout-navbar" style="min-width:1500px;"
|
|
|
|
|
>
|
|
|
|
|
<div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none">
|
|
|
|
|
<a class="nav-item nav-link px-0 me-xl-4" href="javascript:void(0)">
|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /Search -->
|
|
|
|
|
<div class="ms-2 me-2" style="min-width: max-content;">
|
|
|
|
|
<div class="ms-1 me-1" style="min-width: max-content;">
|
|
|
|
|
<select id="by--top" class="form-select" title="검색구분">
|
|
|
|
|
<option value="vhrno">차량번호</option>
|
|
|
|
|
<option value="rtpyrNm">납부자명</option>
|
|
|
|
@ -32,8 +32,7 @@
|
|
|
|
|
<i class="bx bx-search"></i>통합조회
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="ms-auto me-2" style="min-width: max-content;">
|
|
|
|
|
<div class="me-1" style="min-width: max-content;">
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
|
<label for="securityMode--top" class="form-check-label custom-option-content">
|
|
|
|
|
<input type="checkbox" id="securityMode--top" name="securityMode" class="form-check-input" value="Y" />
|
|
|
|
@ -57,21 +56,9 @@
|
|
|
|
|
환경설정
|
|
|
|
|
</button>
|
|
|
|
|
-->
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
|
<span class="form-label">과태료업무 기본값 설정</span>
|
|
|
|
|
<br/>
|
|
|
|
|
<input type='radio' id='taskSeCd1--top' name='taskSeCd' value='PVS' title="주정차" />
|
|
|
|
|
<label for="taskSeCd1--top">주정차</label>
|
|
|
|
|
<input type='radio' id='taskSeCd2--top' name='taskSeCd' value='BPV' title="전용차로" />
|
|
|
|
|
<label for="taskSeCd2--top">전용차로</label>
|
|
|
|
|
<input type='radio' id='taskSeCd3--top' name='taskSeCd' value='DPV' title="장애인" />
|
|
|
|
|
<label for="taskSeCd3--top">장애인</label>
|
|
|
|
|
<input type='radio' id='taskSeCd4--top' name='taskSeCd' value='ECA' title="전기차" />
|
|
|
|
|
<label for="taskSeCd4--top">전기차</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<ul class="navbar-nav flex-row align-items-center ms-auto">
|
|
|
|
|
<ul class="navbar-nav flex-row align-items-center">
|
|
|
|
|
|
|
|
|
|
<!-- Style Switcher -->
|
|
|
|
|
<li class="nav-item me-2 me-xl-0">
|
|
|
|
@ -86,7 +73,7 @@
|
|
|
|
|
<li class="nav-item navbar-dropdown dropdown-user dropdown">
|
|
|
|
|
<a class="nav-link dropdown-toggle hide-arrow" href="javascript:void(0);" data-bs-toggle="dropdown">
|
|
|
|
|
<div class="avatar avatar-online">
|
|
|
|
|
<img src="<c:url value="/resources/img/avatars/1.png"/>" alt class="w-px-40 h-auto rounded-circle" />
|
|
|
|
|
<img src="<c:url value="/resources/img/avatars/1.png"/>" alt class="w-px-40 h-auto rounded-circle" style="position: absolute!important;top:-15px!important;" />
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu dropdown-menu-end">
|
|
|
|
@ -142,6 +129,18 @@
|
|
|
|
|
</li>
|
|
|
|
|
<!--/ User -->
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
|
<span class="form-label">과태료업무 기본값 설정</span>
|
|
|
|
|
<br/>
|
|
|
|
|
<input type='radio' id='taskSeCd1--top' name='taskSeCd' value='PVS' title="주정차" />
|
|
|
|
|
<label for="taskSeCd1--top">주정차</label>
|
|
|
|
|
<input type='radio' id='taskSeCd2--top' name='taskSeCd' value='BPV' title="전용차로" />
|
|
|
|
|
<label for="taskSeCd2--top">전용차로</label>
|
|
|
|
|
<input type='radio' id='taskSeCd3--top' name='taskSeCd' value='DPV' title="장애인" />
|
|
|
|
|
<label for="taskSeCd3--top">장애인</label>
|
|
|
|
|
<input type='radio' id='taskSeCd4--top' name='taskSeCd' value='ECA' title="전기차" />
|
|
|
|
|
<label for="taskSeCd4--top">전기차</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|