Fix: link maestro_menu_app_test_player.html
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
sessionStorage.setItem("playerName", jsonData["playerName"]);
|
sessionStorage.setItem("playerName", jsonData["playerName"]);
|
||||||
sessionStorage.setItem("playerAccountType", jsonData["playerAccountType"]);
|
sessionStorage.setItem("playerAccountType", jsonData["playerAccountType"]);
|
||||||
|
|
||||||
location.href='./../client/menu_app.html';
|
location.href='./../client/main_menu.html';
|
||||||
},
|
},
|
||||||
|
|
||||||
function(errorMessage, errorCode) {
|
function(errorMessage, errorCode) {
|
||||||
|
|||||||
+15
-9
@@ -138,15 +138,21 @@ CREATE TABLE writing (
|
|||||||
UpdateDate DATETIME NOT NULL,
|
UpdateDate DATETIME NOT NULL,
|
||||||
LetterCount INT UNSIGNED NOT NULL
|
LetterCount INT UNSIGNED NOT NULL
|
||||||
);
|
);
|
||||||
INSERT INTO `writing` (`WritingID`, `Language`, `Name`, `Filename`, `Writer`, `WriterID`, `UpdateDate`, `LetterCount`) VALUES
|
INSERT INTO `writing` (`WritingID`, `ActivateStatus`, `Language`, `Name`, `Filename`, `Writer`, `WriterID`, `UpdateDate`, `LetterCount`) VALUES
|
||||||
(1, 'korean', 1, '봄2', 'korean_spring.txt', 'system', NULL, '2019-07-04 00:00:00', 93),
|
(1, 1, 'korean', '봄2', 'korean_spring.txt', 'system', NULL, '2019-07-04 00:00:00', 155),
|
||||||
(2, 'korean', 1, '애국가', 'korean_national_anthem.txt', 'system', NULL, '2019-07-04 00:00:00', 208),
|
(2, 1, 'korean', '애국가', 'korean_national_anthem.txt', 'system', NULL, '2019-07-04 00:00:00', 208),
|
||||||
(3, 'korean', 1, '냉면', 'korean_cold_noodle.txt', 'system', NULL, '2019-07-04 00:00:00', 2101),
|
(3, 1, 'korean', '냉면', 'korean_cold_noodle.txt', 'system', NULL, '2019-07-04 00:00:00', 2099),
|
||||||
(4, 'korean', 1, '허생전', 'korean_heoseng.txt', 'system', NULL, '2019-07-04 00:00:00', 8839),
|
(4, 0, 'korean', '허생전', 'korean_heoseng.txt', 'system', NULL, '2019-07-04 00:00:00', 8837),
|
||||||
(5, 'english', 1, 'Time is', 'english_time_is.txt', 'system', NULL, '2019-07-11 00:00:00', 186),
|
(5, 1, 'english', 'Time is', 'english_time_is.txt', 'system', NULL, '2019-07-11 00:00:00', 186),
|
||||||
(6, 'english', 1, 'Beautiful dreamer', 'english_beautiful_dreamer.txt', 'system', NULL, '2019-07-11 00:00:00', 729),
|
(6, 1, 'english', 'Beautiful dreamer', 'english_beautiful_dreamer.txt', 'system', NULL, '2019-07-11 00:00:00', 729),
|
||||||
(7, 'english', 1, 'The wolf and the seven little kids', 'english_wolf_7kids.txt', 'system', NULL, '2019-07-11 00:00:00', 5765),
|
(7, 0, 'english', 'The wolf and the seven little kids', 'english_wolf_7kids.txt', 'system', NULL, '2019-07-11 00:00:00', 5765),
|
||||||
(8, 'english', 1, 'The happy prince', 'english_happy_prince.txt', 'system', NULL, '2019-07-11 00:00:00', 18355);
|
(8, 0, 'english', 'The happy prince', 'english_happy_prince.txt', 'system', NULL, '2019-07-11 00:00:00', 18355),
|
||||||
|
(9, 0, 'korean', '서시', 'korean_seosi.txt', 'system', NULL, '2019-07-04 00:00:00', 133),
|
||||||
|
(10, 1, 'english', 'The North Wind and The Sun', 'english_north_wind.txt', 'system', NULL, '2019-07-11 00:00:00', 1145),
|
||||||
|
(11, 1, 'english', 'The three little pigs', 'english_3_little_pigs.txt', 'system', NULL, '2019-07-11 00:00:00', 2118),
|
||||||
|
(12, 0, 'korean', '약손', 'korean_drug_hand.txt', 'system', NULL, '2019-07-11 00:00:00', 959),
|
||||||
|
(13, 1, 'korean', '은혜 갚은 까치', 'korean_magpie.txt', 'system', NULL, '2019-09-11 00:00:00', 953),
|
||||||
|
(14, 1, 'korean', '꼬리로 낚시하는 호랑이', 'korean_fishing_tiger.txt', 'system', NULL, '2019-09-11 00:00:00', 686);
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE typing_exam_record (
|
CREATE TABLE typing_exam_record (
|
||||||
|
|||||||
Reference in New Issue
Block a user