24/11/05 관리자로그관리

This commit is contained in:
subsub 2024-11-05 09:33:45 +09:00
parent bd305adcde
commit 47b470b86d
3 changed files with 23 additions and 20 deletions

View File

@ -20,6 +20,11 @@
<html>
<head>
<meta http-equiv="Content-Language" content="ko" >
<style>
.wrap .table-layout table thead th .sort_wrap{vertical-align:middle;margin:-2px 0 0 8px;}
.wrap .table-layout table thead th .sort_wrap input{display:flex;width:20px;height:20px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;justify-content:center;align-items:center;background:url(/img/order_down_big.png) no-repeat center center;background-size:7px auto;}
.wrap .table-layout table thead th .sort_wrap input.sortBtnAsc{background:url(/img/order_up_big.png) no-repeat center center;background-size:7px auto;}
</style>
<script type="text/javascript" src="<c:url value='/js/EgovCalPopup.js'/>" ></script>
<script type="text/javascript">
$( document ).ready(function(){
@ -124,10 +129,7 @@ function fnCheckAll(){
}
</script>
<style>
.tbType01 thead th{font-size: 15px;}
.tbType01 tbody td{font-size: 14px;}
</style>
</head>
<body>
<noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript>
@ -211,17 +213,17 @@ function fnCheckAll(){
</colgroup>
<thead>
<tr>
<th><p>번호</p><input type="button" class="sortBtn sort" id="sort_tempSortNum"></th>
<th><p>메뉴명</p><input type="button" class="sortBtn sort" id="sort_menuNm"></th>
<th><p>메소드명</p><input type="button" class="sortBtn sort" id="sort_methodNm"></th>
<th><p>기능명</p><input type="button" class="sortBtn sort" id="sort_approNm"></th>
<th><p>파라<br />미터</p><input type="button" class="sortBtn sort" id="sort_param"></th>
<th><p>개인정보<br />여부</p><input type="button" class="sortBtn sort" id="sort_privacy"></th>
<!-- <th><p>등록일자</p><input type="button" class="sortBtn sort" id="sort_creatDt"></th> -->
<th><p>사용자<br />구분</p><input type="button" class="sortBtn sort" id="sort_method_cd"></th>
<th><p>통계사용<br />여부</p><input type="button" class="sortBtn sort" id="sort_use_yn"></th>
<th><p>통계<br />순서</p><input type="button" class="sortBtn sort" id="sort_sort_num"></th>
<th><p>관리</p></th>
<th>번호<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_tempSortNum"></div></th>
<th>메뉴명<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_menuNm"></div></th>
<th>메소드명<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_methodNm"></div></th>
<th>기능명<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_approNm"></div></th>
<th>파라미터<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_param"></div></th>
<th>개인정보여부<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_privacy"></div></th>
<!-- <th>등록일자</p><input type="button" class="sortBtn sort" id="sort_creatDt"></th> -->
<th>사용자구분<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_method_cd"></div></th>
<th>통계사용여부<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_use_yn"></div></th>
<th>통계순서<div class="sort_wrap"><input type="button" class="sortBtn sort" id="sort_sort_num"></div></th>
<th>관리</p></th>
</tr>
</thead>
<tbody>
@ -245,7 +247,7 @@ function fnCheckAll(){
<td><c:out value="${result.useYn}"/></td>
<td><c:out value="${result.sortNum}"/></td>
<td>
<input type="button" value="수정" class="btnType01" style="height: 30px;" onclick="fn_modify('${result.admotId}'); return false;">
<input type="button" value="수정" class="btn btn_text btn_30 orange_border btnType01" style="padding:0 8px;font-size:14px;" onclick="fn_modify('${result.admotId}'); return false;">
</td>
</tr>
</c:forEach>

View File

@ -227,7 +227,7 @@ function fn_delete() {
<!-- list -->
<div class="search_detail">
<div class="col-table data-table">
<table>
@ -305,8 +305,9 @@ function fn_delete() {
</tbody>
</table>
</div>
<div class="search_detail">
<ul class="search_ul">
<div>
<ul class="btn_wrap right">
<li>
<button type="button" class="btn btn_36 blue_border btn-page-sch" onclick="goList(); return false;">목록</button>

View File

@ -61,7 +61,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .table-layout table th{height:50px;font-size:15px;padding:0;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
.wrap .table-layout table thead th .sort_wrap{display:inline-flex;margin:0 0 0 8px;gap:3px;}
.wrap .table-layout table thead th .sort_wrap a{display:flex;width:20px;height:20px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;justify-content:center;align-items:center;}
.wrap .table-layout table td{height:50px;font-size:15px;text-align:center;padding:0;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
.wrap .table-layout table td{height:50px;font-size:15px;text-align:center;padding:0;border-bottom:1px solid #d5d5d5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;}
.wrap .table-layout table tr:hover td{background:#fbfcfc;}
.wrap .table-layout.border table thead th,.wrap .table-layout.border table tbody td{border-right:1px solid #d5d5d5;}