Add: maestro_extionsion div
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<script>
|
||||
|
||||
$(document).ready(function() {
|
||||
/*
|
||||
showErrorMessage(
|
||||
"(09월 28일) 알림<br/>\
|
||||
* [긴글 (시험)] 5분 초과시에도 기록을 서버에 저장하도록 수정했습니다.<br/>\
|
||||
※※※ 앱 실행시 문제가 생기면 [ Ctrl + F5 ](MS IE, Edge) 또는 [ Ctrl + Shift + R ](크롬 등) 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "info"
|
||||
);
|
||||
*/
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -19,11 +19,13 @@ $(document).ready(function() {
|
||||
|
||||
maestroInfo.loadMaestroInfo(onLoadSuccessMaestroInfo, onLoadFailMaestroInfo);
|
||||
|
||||
/*
|
||||
showErrorMessage(
|
||||
"(09월 28일) 알림<br/>\
|
||||
* [긴글 (시험)] 5분 초과시에도 기록을 서버에 저장하도록 수정했습니다.<br/>\
|
||||
※※※ 앱 실행시 문제가 생기면 [ Ctrl + F5 ](MS IE, Edge) 또는 [ Ctrl + Shift + R ](크롬 등) 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "info"
|
||||
);
|
||||
*/
|
||||
});
|
||||
|
||||
function isExperienceMaestroAccount() {
|
||||
@@ -169,6 +171,18 @@ function showModal(popupModalID, popupContentID, contentFileName) {
|
||||
|
||||
|
||||
<div class="container py-3">
|
||||
|
||||
<div id="maestro_extension" class="alert alert-danger" role="alert">
|
||||
<div class="row mx-0">
|
||||
<div id="maestro_extension_message" class="col-sm my-auto">
|
||||
message
|
||||
</div>
|
||||
<div class="col-sm-offset">
|
||||
<a class="btn btn-primary pull-right" role="button" href="./../maestro/upgrade.html" style="float:right;">계정 연장</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row border rounded border-dark py-2 mx-0 mb-3">
|
||||
<div id="maestro_count_down_date" class="col-sm-6 my-auto text-left"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user