diff --git a/src/web/module/maestro_section_help.html b/src/web/module/maestro_section_help.html new file mode 100644 index 0000000..552e09c --- /dev/null +++ b/src/web/module/maestro_section_help.html @@ -0,0 +1,64 @@ + + + + +
+
초코마에 바로가기
+
+

+ + +

+
+
바로가기
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + +
학생 로그인 화면http://www.chocomae.com/login/
타이머 로그인 화면http://www.chocomae.com/timer/
+ +
+
+ + +
+
+ +
+
+ + + + + +
+
+ + +

+
+
\ 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 37e449b..978df31 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -10,10 +10,11 @@ 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"); - $("#app_activation").load("./../module/maestro_section_app_activation.html"); + $("#section_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"); + $("#help").load("./../module/maestro_section_help.html"); maestroInfo.loadMaestroInfo(onLoadSuccessMaestroInfo, onLoadFailMaestroInfo); }); @@ -203,11 +204,16 @@ function deactivateApp(appID) { + +
-
+ +
@@ -216,7 +222,7 @@ function deactivateApp(appID) {
-
+
\ No newline at end of file