검찰연계 목록 수정
This commit is contained in:
parent
35a233f8a0
commit
224e0d1df0
@ -152,19 +152,31 @@ function openExcelUploadPop() {
|
||||
</div>
|
||||
<!-- //list_top -->
|
||||
|
||||
<!-- list_top -->
|
||||
<div class="list_top">
|
||||
<div class="list_util">
|
||||
<div class="btn_wrap right">
|
||||
<%--
|
||||
<button type="button" class="btn_down_excel" onclick="fncExcel(); return false;">엑셀 다운로드</button>
|
||||
--%>
|
||||
<button type="button" class="btn_down_excel" onclick="openExcelUploadPop(); return false;">엑셀 업로드</button>
|
||||
</div>
|
||||
<!-- list_top -->
|
||||
<div class="list_top">
|
||||
<p>총 건수 :
|
||||
<span>
|
||||
<c:out value="${paginationInfo.totalRecordCount}" />
|
||||
</span>
|
||||
</p>
|
||||
<div class="list_util">
|
||||
<div class="btn_wrap right">
|
||||
<%--
|
||||
<button type="button" class="btn_down_excel" onclick="fncExcel(); return false;" style="height: 40px; margin-top: 0px; margin-right: 5px;">엑셀 다운로드</button>
|
||||
--%>
|
||||
<button type="button" class="btn_down_excel" onclick="openExcelUploadPop(); return false;" style="height: 40px; margin-top: 0px; margin-right: 5px;">엑셀 업로드</button>
|
||||
|
||||
<select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
|
||||
<option value='10' <c:if test="${adrPrsctLinkVO.pageUnit == '10' or adrPrsctLinkVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
||||
<option value='20' <c:if test="${adrPrsctLinkVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
||||
<option value='30' <c:if test="${adrPrsctLinkVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
||||
<option value='100' <c:if test="${adrPrsctLinkVO.pageUnit == '100'}">selected</c:if>>100줄</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //list_top -->
|
||||
|
||||
|
||||
<!-- list -->
|
||||
<div class="list tbType01">
|
||||
<table>
|
||||
|
||||
@ -92,6 +92,9 @@ function setAdrPrsctLinkShow(result) {
|
||||
$("#dfndnPhone3").val(dfndnPhone[2]);
|
||||
}
|
||||
}
|
||||
|
||||
//버튼명 수정
|
||||
$("#btnRegister").html("수정");
|
||||
}
|
||||
|
||||
//등록화면 Clear
|
||||
@ -372,7 +375,7 @@ function goList(){
|
||||
<div class="area_left">
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<button type="button" class="btnType06" onclick="setAdrPrsctLinkSaveConfirm(); return false;">등록</button>
|
||||
<button class="btnType06" onclick="setAdrPrsctLinkSaveConfirm(); return false;" id="btnRegister">등록</button>
|
||||
<button class="btnType04" onclick="goList(); return false;">목록</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user