diff --git a/src/web/module/maestro_section_add_player.html b/src/web/module/maestro_section_add_player.html index e0089f6..a23cbe6 100644 --- a/src/web/module/maestro_section_add_player.html +++ b/src/web/module/maestro_section_add_player.html @@ -151,9 +151,12 @@ function onErrorPlayerPW(message) { + + +
diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index ad4922c..595f327 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -43,7 +43,10 @@ function showEndDate(date) { } function onLoadSuccessMaestroInfo() { - $("#maestro_info_id").text("[ " + maestroInfo.maestroName + " ] 님, 환영합니다."); + $("#maestro_info_id").html( + "등록 학생 앱 실행 - 바로가기 URL :
" + + "http://www.chocomae.com/mae/" + maestroInfo.maestroName + ); showEndDate(maestroInfo.availableActivateDateTime); $("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount()); @@ -148,19 +151,19 @@ function deactivateApp(appID) {
-
+
-
+
-
+
- +
-
- 계정 정보 수정 + 계정 정보 수정
diff --git a/src/web/module/maestro_section_search.html b/src/web/module/maestro_section_search.html index 3d74458..116ac9c 100644 --- a/src/web/module/maestro_section_search.html +++ b/src/web/module/maestro_section_search.html @@ -68,8 +68,11 @@ function searchPlayer() { + +