From 30b73180bbf00e4bebf041268f53acbde95031c0 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 22 Jun 2023 10:50:20 +0900 Subject: [PATCH] =?UTF-8?q?tui=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/tail.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/top.jsp | 8 +++----- src/main/webapp/WEB-INF/jsp/include/userMenus.jsp | 6 +++--- src/main/webapp/WEB-INF/jsp/index.jsp | 6 +++++- src/main/webapp/WEB-INF/jsp/login.jsp | 5 ++--- .../css/fims/framework/common/xit-core-extend.css | 4 ++-- src/main/webapp/resources/js/base/base-fims.js | 2 +- 7 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/tail.jsp b/src/main/webapp/WEB-INF/jsp/include/tail.jsp index 1521b416..2486592c 100644 --- a/src/main/webapp/WEB-INF/jsp/include/tail.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/tail.jsp @@ -98,4 +98,4 @@ async function selectURL(multiple) { } -${functions} + diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 5dfb194b..ceae5a64 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -146,9 +146,7 @@ + +console.log('TODO: 보안모드 관련 스크립트 작성 필요'); + - -${functions} -function setPageTitle(pageTitle) { - $("#pageTitle").html(pageTitle); -} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp index 1fb8cc23..030effe9 100644 --- a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp @@ -19,13 +19,13 @@ -let userMenus = ${userMenus}; + + +let userMenus = ${userMenus}; function setUserMenus(menus) { let menuSupport = new FimsMenuSupport("#layout-menu").setMenuInfo(menus).setActive(wctx.current()); let currentMenu = menuSupport.getMenu(wctx.current()); - if (currentMenu) - setPageTitle(currentMenu.name); } setUserMenus(userMenus); diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index fa474217..e765b264 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -34,8 +34,12 @@ -