From 50bf6351493c62f4bd1bf8530d200b0a0389b907 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 19 Mar 2024 14:09:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=90=EA=B2=A9=EC=A7=80=EC=9B=90=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EB=A7=81=ED=81=AC=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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 99c88adc..a52cf021 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -316,8 +316,10 @@ function fnOpenChangePassword(){ function showHelp(){ dialog.alert({ - content: '070-4490-74XX', - timeout: 0, + content : "문의전화 : 070-4490-74XX" + +"
" + +"", + timeout : 0, init : function() { setDialogZindex(); focusClose(); @@ -325,6 +327,10 @@ function showHelp(){ }); } +function remoteRequest(){ + window.open("https://www.xit.co.kr/xit-1.exe", '_blank'); +} + /* * 보안모드 토글 처리 */