parent
4c7e25e4c5
commit
7b9adc6866
|
|
@ -103,7 +103,19 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
else if (cshape != undefined && cshape == 2) {
|
else if (cshape != undefined && cshape == 2) {
|
||||||
$("#layermessage").html('<div></div><a href="#" class="mainokbutton" onclick="javascript:hidelayermsg();">확인</a>')
|
$("#layermessage").html('<div></div><a href="#" class="mainokbutton" onclick="javascript:hidelayermsg();">확인</a>')
|
||||||
msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'");
|
// msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'");
|
||||||
|
|
||||||
|
let tempmsg = '<div style="font-weight: bold; font-size: 14pt; line-height: 30px;">';
|
||||||
|
tempmsg += '시청하실 강의 영상은 저작권의 보호를 받는 저작물이므로<br>';
|
||||||
|
tempmsg += '저작권법 위반 시 법적 처벌을 받을 수 있습니다.<br>';
|
||||||
|
tempmsg += '<span style="color:red">(복제, 게시, 공유, 배포 금지)</span>';
|
||||||
|
tempmsg += '</div>';
|
||||||
|
tempmsg += '<div style="font-weight: bold;font-size: 17pt;color:#338DCD;padding-top:20px">';
|
||||||
|
tempmsg += '온라인 강의장으로 입장합니다.';
|
||||||
|
tempmsg += '</div>';
|
||||||
|
|
||||||
|
msg(tempmsg, null, null, null, "location.href='" + href + "'");
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue