From 2549ab47a985655ab6e5d369afba35233e426a52 Mon Sep 17 00:00:00 2001 From: leebj Date: Wed, 17 Jul 2024 14:59:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/top.jsp | 20 ++++++++++++-------- src/main/webapp/WEB-INF/jsp/index.jsp | 11 +++++++++++ 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index a25e67c3..9908bacf 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -119,14 +119,6 @@ 비밀번호 변경 -
  • - - - - 설정 - - -
  • @@ -143,6 +135,14 @@
  • +
  • + + + + 회원탈퇴 + + +
  • @@ -375,6 +375,10 @@ function remoteRequest(){ window.open("https://www.xit.co.kr/xit-1.exe", '_blank'); } +$("#btnCancelAccount--Top").on("click",function(){ + //TODO : 회원탈퇴 +}); + /* * 보안모드 토글 처리 */ diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index 58882082..d8dffb93 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -286,9 +286,20 @@ function initIndexPage(isPublicOfficer, paramTask, userDefaultTask){ if(!isPublicOfficer){ + $("#home").html("과태료통합관리시스템
    ("+"임대기업사용자"+")"); + + $("#btnOpenTempFileUploadWindow").remove(); + $("#btnOpenSelectStngDialog").remove(); + $("#btnGoToCvlcptDscsn").remove(); + $("#btnGoToSchdl").remove(); + $("#btnDownloadMenual--top").remove(); + $("#btnGoToNtc").remove(); + return; } + + $("#btnCancelAccount--Top").remove(); if(paramTask != "" || $("#layout-navbar").find("input[name='taskSeCd'][value='"+paramTask+"']").length > 0){ $("#layout-navbar input[name='taskSeCd'][value='"+paramTask+"']").prop("checked", true);