From bacc437d638e905d91a96cfbdb26da36cd486cb2 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 7 Mar 2024 14:09:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=ED=99=94=EB=A9=B4?= =?UTF-8?q?=EC=97=90=20=EB=A9=94=EB=89=B4=EC=96=BC=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/top.jsp | 21 +------------------ src/main/webapp/WEB-INF/jsp/login.jsp | 7 ++++++- .../js/fims/framework/cmm/cmmnUtil.js | 21 +++++++++++++++++++ 3 files changed, 28 insertions(+), 21 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index f195cf27..797f1e61 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -459,26 +459,7 @@ mappingButtonAndMenu("btnGoToSchdl","일정관리"); /*--------------------- 사용자 메뉴얼 클릭 이벤트 ---------------------*/ $("#btnDownloadMenual--top").on( "click", function() { - - ajax.get({ - url : wctx.url("/file/downloadMenual.do"), - data : { }, - xhrFields:{ responseType: 'blob' }, - success : (resp) => { - var fileName = "메뉴얼.pptx"; - - var URL = window.URL || window.webkitURL; - var downloadUrl = URL.createObjectURL(resp); - - var a = document.createElement("a"); - a.href = downloadUrl; - a.download = fileName; - document.body.appendChild(a); - a.click(); - document.body.removeChild(a); - } - }); - + fnMenualDownload(); }); /*--------------------- 보안모드 체크박스 클릭 이벤트 ---------------------*/ diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 35a7dc1f..2fabba47 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -46,7 +46,12 @@
-

Logo Image

+

+ Logo Image + + + +