Add: close service notice
* Disable register button
This commit is contained in:
@@ -92,4 +92,25 @@ function showErrorMessage(message, type) {
|
||||
+ message
|
||||
+ '</div>'
|
||||
);
|
||||
}
|
||||
|
||||
function showServiceCloseMessage(message) {
|
||||
console.log("showNotifyMessage : " + message);
|
||||
var messageBox = $("#message_box");
|
||||
|
||||
if(!messageBox)
|
||||
return;
|
||||
|
||||
messageBox.html(
|
||||
'<div class="alert alert-danger" role="alert">'
|
||||
+ '<button type="button" class="close" data-dismiss="alert">×</button>'
|
||||
+ '(10월 08일) 알림<br/>\
|
||||
* 2021년 02월 초코마에 서비스 종료 안내 <span class="text-muted">(자세한 내용은 아래 버튼을 클릭해서 확인해주세요)</span><br/>\
|
||||
- 유료 계정 신규 가입은 더이상 받지 않습니다.<br/>\
|
||||
- (기존) 유료 계정에 대한 환불 신청을 받습니다.<br/>'
|
||||
+ '<div class=""><br/>'
|
||||
+ '<a type="button" class="btn btn-outline-danger" roll="button" href="../main/close_service.html">\
|
||||
서비스 종료 안내</a>'
|
||||
+ '</div>'
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user