|
|
@ -14,7 +14,7 @@
|
|
|
|
<div class="row g-1">
|
|
|
|
<div class="row g-1">
|
|
|
|
<div class="col-5">
|
|
|
|
<div class="col-5">
|
|
|
|
<label class="form-label fw-bold form-search-title text-end" for="schDeptCd--${pageName}">관할관청</label>
|
|
|
|
<label class="form-label fw-bold form-search-title text-end" for="schDeptCd--${pageName}">관할관청</label>
|
|
|
|
<select class="form-select" id="schDeptCd--${pageName}" name="schDeptCd" >
|
|
|
|
<select class="form-select" id="schDeptCd--${pageName}" name="schDeptCd" style="pointer-events: none;">
|
|
|
|
<option value="">전체</option>
|
|
|
|
<option value="">전체</option>
|
|
|
|
<c:forEach items="${DEPTList}" var="item">
|
|
|
|
<c:forEach items="${DEPTList}" var="item">
|
|
|
|
<option value="${item.DEPT_CD}">${item.DEPT_NM}</option>
|
|
|
|
<option value="${item.DEPT_CD}">${item.DEPT_NM}</option>
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnApiKeyCreate--${pageName}" title="ApiKey 등록">
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnApiKeyCreate--${pageName}" title="ApiKey 등록" disabled>
|
|
|
|
등록
|
|
|
|
등록
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<%-- <button type="button" class="btn btn-excel w-px-120" id="btnExcel--${pageName}" title="엑셀">--%>
|
|
|
|
<%-- <button type="button" class="btn btn-excel w-px-120" id="btnExcel--${pageName}" title="엑셀">--%>
|
|
|
|