|
|
@ -21,7 +21,42 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /Search -->
|
|
|
|
<!-- /Search -->
|
|
|
|
|
|
|
|
<div class="ms-2 me-2" style="min-width: max-content;">
|
|
|
|
|
|
|
|
<select id="schOpt" class="form-select">
|
|
|
|
|
|
|
|
<option value="vhrno">차량번호</option>
|
|
|
|
|
|
|
|
<option value="rtpyrNm">납부자명</option>
|
|
|
|
|
|
|
|
<option value="rtpyrNo">납부자번호</option>
|
|
|
|
|
|
|
|
<option value="petitionerNm">신고인명</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<input type="text" id="schWord" class="form-control" />
|
|
|
|
|
|
|
|
<button type="button" id="fastSearch" class="btn btn-outline-dark bg-orange" title="통합조회">
|
|
|
|
|
|
|
|
<i class="bx bx-search"></i>통합조회
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ms-auto me-2" style="min-width: max-content;">
|
|
|
|
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
|
|
|
|
<label for="securityMode" class="form-check-label custom-option-content">
|
|
|
|
|
|
|
|
<input type="checkbox" id="securityMode" name="securityMode" class="form-check-input" value="Y" />
|
|
|
|
|
|
|
|
보안모드
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-outline-dark">
|
|
|
|
|
|
|
|
민원관리
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-outline-dark">
|
|
|
|
|
|
|
|
일정관리
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-outline-dark">
|
|
|
|
|
|
|
|
공지사항
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary">
|
|
|
|
|
|
|
|
사용자 메뉴얼
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-secondary" onclick="fn_goMyView('${sessionScope.XitLoginSession.uniqId}','${sessionScope.XitLoginSession.userSe}');">
|
|
|
|
|
|
|
|
환경설정
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<ul class="navbar-nav flex-row align-items-center ms-auto">
|
|
|
|
<ul class="navbar-nav flex-row align-items-center ms-auto">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Style Switcher -->
|
|
|
|
<!-- Style Switcher -->
|
|
|
|