diff --git a/css/app.css b/css/app.css deleted file mode 100644 index e63c05cc..00000000 --- a/css/app.css +++ /dev/null @@ -1 +0,0 @@ -@charset "utf-8"; diff --git a/css/config.css b/css/config.css index acd37cf5..5fe433c8 100644 --- a/css/config.css +++ b/css/config.css @@ -19,6 +19,10 @@ th, td { font-family: '맑은 고딕'; line-height: 110%; } +a.just_link { + text-decoration: none; +} + div { margin:0px; padding: 0px; diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php index a6dcc2be..a8ddd70d 100644 --- a/i_entrance/entrance.php +++ b/i_entrance/entrance.php @@ -20,7 +20,6 @@ $userGrade = $session->userGrade; - diff --git a/i_entrance/j_server_get_admin_status.php b/i_entrance/j_server_get_admin_status.php index e01ccdb0..05f36bff 100644 --- a/i_entrance/j_server_get_admin_status.php +++ b/i_entrance/j_server_get_admin_status.php @@ -14,6 +14,7 @@ if($session->userGrade < 5){ $result = []; +$server = []; foreach (AppConf::getList() as $setting) { @@ -60,9 +61,12 @@ foreach (AppConf::getList() as $setting) { $state = array_merge($state, [ 'name' => $serverDir, 'korName' => $serverKorName, - 'color' => $serverColor + 'color' => $serverColor, ]); - $result[] = $state; + $server[] = $state; } -Json::die($result); \ No newline at end of file +Json::die([ + 'server' => $server, + 'grade' => $session->userGrade +]); \ No newline at end of file diff --git a/i_entrance/user_info.html b/i_entrance/user_info.html index 325c713b..200ba285 100644 --- a/i_entrance/user_info.html +++ b/i_entrance/user_info.html @@ -7,7 +7,6 @@ - diff --git a/js/admin_server.js b/js/admin_server.js index c385d4b1..3205e444 100644 --- a/js/admin_server.js +++ b/js/admin_server.js @@ -3,20 +3,20 @@ var serverAdminTemplate = '\
| 설정 | 값 | +
|---|---|
| 일자 | 180년 1월 |
| NPC 수 | |
| 국가 수 | |
| + + | |
| 설정 | 값 | +
|---|---|
| 일자 | 180년 1월 |
| NPC 수 | |
| 국가 수 | |
| + + | |