diff --git a/src/main/webapp/WEB-INF/jsp/cmm/error/dataAccessFailure.jsp b/src/main/webapp/WEB-INF/jsp/cmm/error/dataAccessFailure.jsp index 8aaab1a..a3a80f1 100644 --- a/src/main/webapp/WEB-INF/jsp/cmm/error/dataAccessFailure.jsp +++ b/src/main/webapp/WEB-INF/jsp/cmm/error/dataAccessFailure.jsp @@ -9,6 +9,18 @@ eGovFrame 템플릿 + + + + + + + + + + + + - + @@ -157,278 +153,289 @@ function fn_egov_downFile(atchFileId, fileSn){ - -
-
+
+

알림창 등록/수정

+ +
+ + +
+ + + + + - -
-

알림창 등록/수정

-
    -
  • -
  • 메인관리

  • -
  • 알림창관리

  • -
  • 알림창 등록/수정
  • -
-
- - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <%-- --%> - - - - - - - - - - - - - + + + + -
원본이미지 - -
-
- - ${popupzoneVO.content}?atchFileId=' style="max-width:300px;padding: 10px;" /> - -
알림창 제목 - -
이미지 타이틀 - -
링크 - -
사용여부 상태 -
- - -
-
타겟 -
- - -
-
노출순서 - -
파일 첨부 - -
- - - - - - - - - - - - - - - -
파일명크기등록일시삭제
-
- -
-
    -
  • -

    0개 | 0MB

    -
  • -
  • -

    최대 개 | 50MB제한

    -
  • -
-
-
- - - 이미지 크기는 - - 390 X 500 - 입니다.

-
-
- - -
- - - - - - - - - - - - - - - - - - -
파일 명종류크기삭제
-

첨부하실 파일을 마우스로 끌어서 넣어주세요.

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
파일 명종류크기삭제
- - - ${fileList.orignlFileNm} - - - "> - - "> - - -
-
-
최종수정일 - ${popupzoneVO.moddt} -
작성자 - ${popupzoneVO.registerId} -
*원본이미지 + +
+
+ + ${popupzoneVO.content}?atchFileId=' style="max-width:300px;padding: 10px;" /> -
-
- + + + + 알림창 제목 + + + + + + 이미지 타이틀 + + + + + + 링크 + + + + + + 사용여부 상태 + +
+ + + + <%-- + --%> +
+ + + + 타겟 + +
+ + + <%-- + --%> +
+ + + + 노출순서 + + + + + + + + *파일 첨부 + <%-- + +
+ + + + + + + + + + + + + + + +
파일명크기등록일시삭제
+
+ +
+
    +
  • +

    0개 | 0MB

    +
  • +
  • +

    최대 개 | 50MB제한

    +
  • +
+
+
+ + + 이미지 크기는 + + 390 X 500 + 입니다.

+
+ --%> + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + +
파일 명종류크기삭제
+ +

첨부하실 파일을 마우스로 끌어서 넣어주세요.

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
파일 명종류크기삭제
+ + + ${fileList.orignlFileNm} + + + "> + + "> + + +
+
+ + + + + + + *최종수정일 + + ${popupzoneVO.moddt} + + + + *작성자 + + ${popupzoneVO.registerId} + + + + + +
+ -
-
+
+
- +
-
+
- + - + - +
-
-
-
diff --git a/src/main/webapp/common/error.jsp b/src/main/webapp/common/error.jsp index 289afdf..75e54c6 100644 --- a/src/main/webapp/common/error.jsp +++ b/src/main/webapp/common/error.jsp @@ -7,10 +7,18 @@ -한국공정거래조정원 > 오류페이지 - - - +오류페이지 + + + + + + + + + + + -
-
- -
-

페이지가 없거나 잘못된 경로입니다.

-

경로를 다시 확인하시고 이용해 주시기 바랍니다.
이용에 불편을 드려 대단히 죄송합니다.

-
-
-
- -
-
+ +
+
+ +

ERROR PAGE

+

페이지가 없거나 잘못된 경로 입니다.

+

+ 경로를 다시 확인하시고 이용해주시기 바랍니다.
+ 이용에 불편을 드려 대단히 죄송합니다. +

+ +
+
+ \ No newline at end of file diff --git a/src/main/webapp/publish/adm/css/button.css b/src/main/webapp/publish/adm/css/button.css index b9389a2..812501f 100644 --- a/src/main/webapp/publish/adm/css/button.css +++ b/src/main/webapp/publish/adm/css/button.css @@ -77,9 +77,9 @@ /* 페이지 */ .page{display:flex;gap:6px;margin:30px auto 0 auto;justify-content:center;align-items:center;} -.page a{display:flex;width:36px;height:36px;border:1px solid transparent;border-radius:5px;font-size:16px;color:#878B96;justify-content:center;align-items:center;transition:all .3s;} -.page a:hover{background:#F5F6F7;color:#3a3c41;} -.page .active{border:1px solid #E2E7EF;background:#e2e7ef;font-weight:600;color:#3a3c41;} +.page a,.page button{display:flex;width:36px;height:36px;border:1px solid transparent;border-radius:5px;font-size:16px;color:#878B96;justify-content:center;align-items:center;transition:all .3s;} +.page a:hover, .page button:hover{background:#F5F6F7;color:#3a3c41;} +.page .active,.page .on{border:1px solid #E2E7EF;background:#e2e7ef;font-weight:600;color:#3a3c41;} .page .btn_page{border:1px solid #d2d7df;border-radius:5px;overflow:hidden;} .page .btn_page:hover{background-color:#F5F6F7;} .page .btn_page i{display:inline-block;width:100%;height:100%;transition:all .3s;} diff --git a/src/main/webapp/publish/adm/css/style.css b/src/main/webapp/publish/adm/css/style.css index e7f6056..feb742d 100644 --- a/src/main/webapp/publish/adm/css/style.css +++ b/src/main/webapp/publish/adm/css/style.css @@ -19,7 +19,7 @@ .input{height:34px;background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;} input[type="checkbox"].checkbox{width:20px;height:20px;border:1px solid var(--default-line-color);} -textarea, .testarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;} +textarea, .testarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:8px 12px;} select, .select{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(/publish/adm/images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;} .email_wrap{display:flex;gap:8px;align-items:center;} @@ -126,6 +126,6 @@ select, .select{height:34px;border:1px solid var(--default-line-color);border-ra .menu_container{display:flex;justify-content:space-between;gap:40px;} .menu_list_content{width:280px;} .menu_list_content .btn_wrap{margin:0 0 12px 0;} -.menu_list{width:100%;border:1px solid var(--lightgray-color);border-radius:8px;} +.menu_list{width:100%;border:1px solid var(--lightgray-color);border-radius:8px;overflow:auto;} .menu_detail{width:calc(100% - 280px);} diff --git a/src/main/webapp/publish/adm/layout/layout.css b/src/main/webapp/publish/adm/layout/layout.css index 4d9c14a..595f0df 100644 --- a/src/main/webapp/publish/adm/layout/layout.css +++ b/src/main/webapp/publish/adm/layout/layout.css @@ -1,6 +1,6 @@ .wrap{width:100%;height:100%;position:relative;display:flex;font-family:var(--primary-title-font);align-items:stretch;min-width:1240px;} .container{width:calc(100% - 280px);} -.content_wrap{position:relative;padding:0 48px;margin:0 0 60px 0;} +.content_wrap{position:relative;height:calc(100% - 100px);padding:0 48px;margin:0 0 60px 0;} .content_title{display:flex;align-items:center;justify-content:space-between;} .content_title h3{position:relative;padding:0 0 0 20px;margin:0 0 40px 0;;font-size:26px;font-weight:bold;color:var(--primary-title-color);} diff --git a/src/main/webapp/publish/common/error/error.css b/src/main/webapp/publish/common/error/error.css new file mode 100644 index 0000000..1f7f596 --- /dev/null +++ b/src/main/webapp/publish/common/error/error.css @@ -0,0 +1,10 @@ +@charset "utf-8"; + +.error_container{width:100%;height:calc(100% - 40px);background:#f5f5f5;} +.error_contents{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;} +.icon.error{display:inline-block;width:250px;height:250px;background:url(./images/error.png) no-repeat center center;mix-blend-mode:luminosity;} +.error_contents h1{font-size:64px;font-weight:900;letter-spacing:6px;} +.secondary_title{font-size:20px;font-weight:300;line-height:1.4;margin:16px 0;} +.secondary_title b{font-weight:500;} +.summary{font-size:18px;font-weight:300;color:#666;line-height:1.4;text-align:center;} +.btn_page_move{width:250px;height:50px;margin:40px 0 0 0;font-size:18px;font-weight:500;background:#fff;border:1px solid #000;} diff --git a/src/main/webapp/publish/common/error/error.html b/src/main/webapp/publish/common/error/error.html new file mode 100644 index 0000000..e072494 --- /dev/null +++ b/src/main/webapp/publish/common/error/error.html @@ -0,0 +1,45 @@ + + + + + + + 로그인 + + + + + + + + + + + + + + + + + + + + + + +
+
+ +

ERROR PAGE

+

페이지가 없거나 잘못된 경로 입니다.

+

+ 경로를 다시 확인하시고 이용해주시기 바랍니다.
+ 이용에 불편을 드려 대단히 죄송합니다. +

+ +
+
+ + + + \ No newline at end of file diff --git a/src/main/webapp/publish/common/error/images/error.png b/src/main/webapp/publish/common/error/images/error.png new file mode 100644 index 0000000..469d1bc Binary files /dev/null and b/src/main/webapp/publish/common/error/images/error.png differ