From 2e1ae58e7f2cbd07c2764afa4cfab4c4c3249be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Wed, 31 Oct 2018 08:53:10 +0900 Subject: [PATCH] Fix: player list subject layout --- src/web/module/maestro_section_add_player.html | 5 ++++- src/web/module/maestro_section_main.html | 17 ++++++++++------- src/web/module/maestro_section_search.html | 3 +++ 3 files changed, 17 insertions(+), 8 deletions(-) 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() { + +