From e7e0aa1f6125620dcc57493adc220b1aeeb30e31 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, 20 Mar 2019 09:57:21 +0900 Subject: [PATCH] Fix: app-activation tab <- mouse-app & typing-app --- .../maestro_section_app_activation.html | 295 ++++++++++++++++++ src/web/module/maestro_section_main.html | 19 +- 2 files changed, 310 insertions(+), 4 deletions(-) create mode 100644 src/web/module/maestro_section_app_activation.html diff --git a/src/web/module/maestro_section_app_activation.html b/src/web/module/maestro_section_app_activation.html new file mode 100644 index 0000000..9abd31a --- /dev/null +++ b/src/web/module/maestro_section_app_activation.html @@ -0,0 +1,295 @@ + + + + +
+
+ +
마우스 연습
+
+ + +
+
+
+
+ +
+
+ + +
+
+ +
타자 연습
+
+ + +
+
+
+ + + + +
+
+
+
+ + +
타자 시험
+
+ + +
+
+
+ + + +
+
+
+
+ + +
타자 앱
+
+ + +
+
+
+
+ +
+
\ No newline at end of file diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index 7b872ab..37e449b 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -10,8 +10,9 @@ var searchPlayerListManager = null; $(document).ready(function() { $("#section_add_player").load("./../module/maestro_section_add_player.html"); $("#section_search_player").load("./../module/maestro_section_search.html"); - $("#mouse_app_list").load("./../module/maestro_section_mouse_app.html"); - $("#typing_app_list").load("./../module/maestro_section_typing_app.html"); + $("#app_activation").load("./../module/maestro_section_app_activation.html"); + // $("#mouse_app_list").load("./../module/maestro_section_mouse_app.html"); + // $("#typing_app_list").load("./../module/maestro_section_typing_app.html"); $("#section_timer").load("./../module/maestro_section_timer.html"); maestroInfo.loadMaestroInfo(onLoadSuccessMaestroInfo, onLoadFailMaestroInfo); @@ -186,6 +187,11 @@ function deactivateApp(appID) { 학생 검색 + + + @@ -209,6 +215,11 @@ function deactivateApp(appID) {
+
+
+
+ +