diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectLoginLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectLoginLogList.jsp index 12096665..36d4f3dd 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectLoginLogList.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectLoginLogList.jsp @@ -151,14 +151,14 @@ function logListExcelDownload(){ - 번호 - 메뉴명 - 접근구분 +

번호

+

메뉴명

+

접근구분

- 접속ID - 접속IP - 접속URL - 접속일자 +

접속ID

+

접속IP

+

접속URL

+

접속일자

@@ -173,12 +173,12 @@ function logListExcelDownload(){ - + <%-- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectWebLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectWebLogList.jsp index 19fae935..acb9d941 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectWebLogList.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/NSelectWebLogList.jsp @@ -150,14 +150,14 @@ function logListExcelDownload(){ - 번호 - 메뉴명 +

번호

+

메뉴명

- 메소드 - 접속ID - 접속IP - 접속URL - 접속일자 +

메소드

+

접속ID

+

접속IP

+

접속URL

+

접속일자

diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp index f1649af6..9f1f629d 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp @@ -124,6 +124,10 @@ function fnCheckAll(){ } + @@ -197,31 +201,31 @@ function fnCheckAll(){
- - - - - - - - - - - + + + + + + + <%-- --%> + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -241,17 +245,17 @@ function fnCheckAll(){ - - - + + + - + <%-- --%> diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp index 90e9d7c1..5edf2521 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp @@ -230,92 +230,89 @@ function fn_delete() {
-
번호 메뉴명 메소드명 기능명 파라미터 개인정보여부 등록일자 사용자구분통계사용여부통계순서관리

번호

메뉴명

메소드명

기능명

파라
미터

개인정보
여부

사용자
구분

통계사용
여부

통계
순서

관리

- +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
메뉴명 - -
메소드명 - -
기능명 - -
파라미터 - -
*기본값은 N 입니다.     *N이 아닌 값을 사용할 경우는 url에 'logParam=파라미터값' 형식을 추가해야 적용됩니다. -
privacy - -
*기본값은 N 입니다.     N / Y *개인정보 포함 여부를 표시합니다. -
사용자구분${loginLog.dateType}     -     U(사용자) / A(관리자) -
통계노출여부 - -
통계순서 - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
메뉴명 + +
메소드명 + +
기능명 + +
파라미터 + +
*기본값은 N 입니다.     *N이 아닌 값을 사용할 경우는 url에 'logParam=파라미터값' 형식을 추가해야 적용됩니다. +
privacy + +
*기본값은 N 입니다.     N / Y *개인정보 포함 여부를 표시합니다. +
사용자구분${loginLog.dateType}     -     U(사용자) / A(관리자) +
통계노출여부 + +
통계순서 + +
등록일자 + ${loginLog.creatDt} + <%-- --%> +
+
+
+ - - 등록일자 - - ${loginLog.creatDt} -<%-- --%> - - + + - - -
- - - - - - - - - -
- - - + + + +
diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css index 96af7ee7..a3aac1d5 100644 --- a/src/main/webapp/kccadrPb/adm/css/content.css +++ b/src/main/webapp/kccadrPb/adm/css/content.css @@ -124,8 +124,8 @@ p+.list_util{width: auto;} .btn_layout01{width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px;} .btn_layout01 .area_left{background-color: #fff; box-shadow: none;} .btn_layout01 .area_right{text-align: right; background-color: #fff;} -.btn_layout01 button{vertical-align: middle; margin: 0 2px; transition: all 0.1s linear;} -.btn_layout01 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;} +.btn_layout01 button, .btn_layout01 input[type="button"]{vertical-align: middle; margin: 0 2px; transition: all 0.1s linear;} +.btn_layout01 button:hover, .btn_layout01 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;} .btn_layout01 .area_left button:first-child{margin-left: 0;} .btn_layout01 .area_right button:last-child{margin-right: 0;} @@ -134,13 +134,13 @@ p+.list_util{width: auto;} /* list_top_btn */ .btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;} -.btn_layout02 button{margin: 0 2px; transition: all 0.1s linear;} -.btn_layout02 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;} +.btn_layout02 button,.btn_layout02 input[type="button"]{margin: 0 2px; transition: all 0.1s linear;} +.btn_layout02 button:hover,.btn_layout02 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;} /* //list_top_btn */ .btn_layout03 .area_left{background-color: #fff; box-shadow: none; width: calc(100% - 150px);} -.btn_layout03 button{margin: 0 2px 5px 2px; transition: all 0.1s linear;} -.btn_layout03 button:hover{transition: all 0.1s linear; box-shadow: 0 0 5px rgba(0,0,0,0.3);} +.btn_layout03 button,.btn_layout03 input[type="button"]{margin: 0 2px 5px 2px; transition: all 0.1s linear;} +.btn_layout03 button:hover,.btn_layout03 input[type="button"]:hover{transition: all 0.1s linear; box-shadow: 0 0 5px rgba(0,0,0,0.3);} .btn_layout04{text-align: center;} @@ -166,6 +166,11 @@ p+.list_util{width: auto;} .btnType07 {height:46px;padding:0 15px;font-size:18px;font-weight:400;color:#555;border:1px solid #555;border-radius:5px;transition:all 0.1s linear;} .btnType07:hover {background:#fafafa;} .btnType08 {display:inline-block;width:95px;height:33px;padding:0 10px;font-size:15px;line-height:30px;text-align:left;color:#666;border:1px solid #d5d5d5;background:url(/kccadrPb/adm/image/icon_btnType08.png) no-repeat right center;border-radius:5px;box-sizing:border-box;} + +p+.sortBtn{display:inline-block;border:0;width:14px;height:100%;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat right center;margin: 0 0 0 4px;} +p+button.sortBtn{height:8px;} +p+.sortBtn.sortBtnAsc,p+button.sortBtn.sortBtnDesc{background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat left center;color:transparent;} +p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;} /* //버튼 타입 */ .btn_wrap .btn_print i{width: 22px; height: 22px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_print02.png); vertical-align: middle; margin-top: -5px;} @@ -203,6 +208,7 @@ p+.list_util{width: auto;} .tbType01 thead tr{width: 100%; background-color: #f3f3f3;} .tbType01 thead tr:only-of-type th{height: 55px;} .tbType01 thead th{height: 30px; padding: 0 5px; box-sizing: border-box; border-right: 0.01em solid #e5e5e5; vertical-align: middle;border-bottom: 0.01em solid #e5e5e5; font-size: 16px; font-weight: 400;} +.tbType01 thead th p{display:inline-block;vertical-align:middle;} .tbType01 thead th:last-child{border-right: 0;} .tbType01 thead tr:last-child th:last-child{border-right: 0.01em solid #e5e5e5;} .tbType01 thead tr:only-child th:last-child{border-right: 0;} @@ -211,7 +217,9 @@ p+.list_util{width: auto;} .tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) td,.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom: 0.01em solid #d5d5d5;} .tbType01 tbody tr:nth-child(n+10){border-bottom: 0.01em solid #d5d5d5;} .tbType01 tbody tr:last-child{border-bottom: 0;} -.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.4; vertical-align: middle; border-right: 0.01em solid #d5d5d5;} +.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.4; vertical-align: middle; border-right: 0.01em solid #d5d5d5; padding: 0 5px;} +.tbType01 tbody td.ellipsis{white-space: nowrap; text-overflow: ellipsis;overflow:hidden;} +.tbType01 tbody td.td_wrap{white-space: wrap;word-wrap: break-word;} .tbType01 tbody .td_date{font-size: 15px;} .tbType01 tbody td p,.tbType01 tbody td a{width: 95%; margin: 0 auto; padding: 0 5px; box-sizing: border-box; word-break: break-all;} .tbType01 tbody td .text_overflow{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} diff --git a/src/main/webapp/kccadrPb/adm/image/sort_btn_img.png b/src/main/webapp/kccadrPb/adm/image/sort_btn_img.png new file mode 100644 index 00000000..10073ffc Binary files /dev/null and b/src/main/webapp/kccadrPb/adm/image/sort_btn_img.png differ