Add: upgrade maestro account type

This commit is contained in:
2018-08-04 06:06:05 +09:00
parent d32db6493a
commit 9c7a67c561
7 changed files with 347 additions and 5 deletions
+3 -3
View File
@@ -23,7 +23,7 @@
let maestroName = $("#search_name").val();
if(maestroName.length === 0) {
$("#error_message").text("학생 이름을 입력하세요.");
$("#error_message").text("마에스트로 아이디를 입력하세요.");
$("#search_name").focus();
}
@@ -32,7 +32,7 @@
function loadMaestroList(maestroName) {
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/admin/registered_maestro_list.php",
"./../server/admin/maestro_registered_list.php",
"maestro_name=" + maestroName,
(jsonData) => {
@@ -125,7 +125,7 @@
<span id="search_maestro_name">
<h1>검색</h1>
마에스트로 이름
마에스트로 아이디
<input type="text" id="search_name"><input type="submit" name="찾기" onClick="searchMaestro()"><br/>
<br/>
</span>