From 7b9adc686619c6f69a910c937dea2881035d40d1 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 31 Jan 2023 06:14:16 +0000 Subject: [PATCH] =?UTF-8?q?<=EB=8B=A8=EC=88=9C=EC=9E=91=EC=97=85>=201.=20?= =?UTF-8?q?=EA=B0=9C=EB=B0=9C=EC=9A=A9=EC=9C=BC=EB=A1=9C=20=EB=8B=A8?= =?UTF-8?q?=EC=88=9C=EB=B3=80=EA=B2=BD=202.=20PMS:7375=20=EA=B1=B4=20?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/js/mypage.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/FO/js/mypage.js b/FO/js/mypage.js index c1b8f1b..a307e32 100644 --- a/FO/js/mypage.js +++ b/FO/js/mypage.js @@ -103,7 +103,19 @@ $(document).ready(function () { } else if (cshape != undefined && cshape == 2) { $("#layermessage").html('
확인') - msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'"); + // msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'"); + + let tempmsg = '
'; + tempmsg += '시청하실 강의 영상은 저작권의 보호를 받는 저작물이므로
'; + tempmsg += '저작권법 위반 시 법적 처벌을 받을 수 있습니다.
'; + tempmsg += '(복제, 게시, 공유, 배포 금지)'; + tempmsg += '
'; + tempmsg += '
'; + tempmsg += '온라인 강의장으로 입장합니다.'; + tempmsg += '
'; + + msg(tempmsg, null, null, null, "location.href='" + href + "'"); + return false; } }