2023/11/28 교육배치관리 검색화면 정렬 수정

This commit is contained in:
kmg 2023-11-28 12:50:28 +09:00
parent 5406736c02
commit 3b846ceb5c
2 changed files with 17 additions and 14 deletions

View File

@ -970,19 +970,18 @@
<div class="util_left"> <div class="util_left">
<p>학교(기관)명</p> <p>학교(기관)명</p>
</div> </div>
<div class="util_right"> <div class="util_right" style="justify-content:space-between;">
<input type="text" id="searchScholNm" name="searchScholNm" style="margin-left:25px;" class="search_input" placeholder="검색어를 입력하세요" value="${vEEduAplctVO.searchScholNm}" onkeyDown="press(event);"> <div class="left_box">
<input type="text" id="searchScholNm" name="searchScholNm" class="search_input" placeholder="검색어를 입력하세요" value="${vEEduAplctVO.searchScholNm}" onkeyDown="press(event);">
<button class="btn_type08" onclick="fncGoList(); return false;">검색</button> <button class="btn_type08" onclick="fncGoList(); return false;">검색</button>
<button class="btn_type03" onclick="fncReset(this); return false;">초기화</button> <button class="btn_type03" onclick="fncReset(this); return false;">초기화</button>
<div class="btn_wrap btn_layout01" style="width:100%;"> </div>
<div class="btn_right" style="width:100%;margin-bottom:40px;"> <div class="right_box">
<!-- <button type="button" class="btn_type06" onclick="fncInstrMassAsgnm(); return false;">강사배정(전체)X</button> --> <!-- <button type="button" class="btn_type06" onclick="fncInstrMassAsgnm(); return false;">강사배정(전체)X</button>-->
<button type="button" class="btn_type06" onclick="fncInstrMassAsgnm20231109(); return false;">강사배정(전체)</button> <button type="button" class="btn_type06" onclick="fncInstrMassAsgnm20231109(); return false;">강사배정(전체)</button>
<!-- <button type="button" class="btn_type06" onclick="fncInstrMassAsgnmEA(); return false;">강사배정(개별)X</button> --> <!-- <button type="button" class="btn_type06" onclick="fncInstrMassAsgnmEA(); return false;">강사배정(개별)X</button> -->
<button type="button" class="btn_type06" onclick="fncInstrMassAsgnmEA20231115(); return false;">강사배정(개별)</button> <button type="button" class="btn_type06" onclick="fncInstrMassAsgnmEA20231115(); return false;">강사배정(개별)</button>
<button type="button" style="width:200px;" class="btn_type06" onclick="fncSpcfcInstrAsgnmInfo(); return false;">특정강사배정</button> <button type="button" style="width:200px;" class="btn_type06" onclick="fncSpcfcInstrAsgnmInfo(); return false;">특정강사배정</button>
</div>
</div> </div>
</div> </div>
@ -991,13 +990,14 @@
<div class="util_left"> <div class="util_left">
<p>강사명</p> <p>강사명</p>
</div> </div>
<div class="util_right"> <div class="util_right" style="justify-content:space-between;">
<div class="left_box">
<input type="text" id="searchInstrNm" name="searchInstrNm" class="search_input" placeholder="검색어를 입력하세요" value="${cryptoUtil.decrypt(vEEduAplctVO.searchInstrNm)}" onkeyDown="press(event);"> <input type="text" id="searchInstrNm" name="searchInstrNm" class="search_input" placeholder="검색어를 입력하세요" value="${cryptoUtil.decrypt(vEEduAplctVO.searchInstrNm)}" onkeyDown="press(event);">
<div class="btn_wrap btn_layout01" style="width:100%;"> </div>
<div class="btn_right" style="width:100%;margin-bottom:40px;"> <div class="right_box">
<button type="button" class="btn_type06" onclick="fncInstrMassAsgnmDelete(); return false;">강사배치삭제(개별)</button> <button type="button" class="btn_type06" onclick="fncInstrMassAsgnmDelete(); return false;">강사배치삭제(개별)</button>
<button type="button" style="width:200px;" class="btn_type06" onclick="fncInstrMassAsgnm30(); return false;">교육수락처리(개별)</button> <button type="button" style="width:200px;" class="btn_type06" onclick="fncInstrMassAsgnm30(); return false;">교육수락처리(개별)</button>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -84,6 +84,9 @@
.btn_down_excel{ height: 40px; padding: 0 18px 0 41px; border: 1px solid #0e8040; margin-left: 2px; background-color: #f9f9f9; color: #0e803f; font-size: 16px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(../image/content/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; vertical-align: middle;} .btn_down_excel{ height: 40px; padding: 0 18px 0 41px; border: 1px solid #0e8040; margin-left: 2px; background-color: #f9f9f9; color: #0e803f; font-size: 16px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(../image/content/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; vertical-align: middle;}
.btn_down_excel:hover{background-color: #f2f2f2;} .btn_down_excel:hover{background-color: #f2f2f2;}
.right_box {text-align:right;}
.right_box .btn_type06 {font-size:16px; width:200px; padding:0 3px; margin:1px 0;}
/* 기타 input select type */ /* 기타 input select type */
input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #d5d5d5; background-color: #ededed; color: #888; height: 40px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;} input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #d5d5d5; background-color: #ededed; color: #888; height: 40px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;}
input[type="text"],input[type="password"],select{height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222; box-sizing: border-box;} input[type="text"],input[type="password"],select{height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222; box-sizing: border-box;}