From 1a4d82f8713ced984a485a11ec22d4489b9c123b Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 1 Feb 2018 17:58:13 +0900 Subject: [PATCH] =?UTF-8?q?map.php=20=EB=8C=80=EC=8B=A0=20j=5Fmap.php?= =?UTF-8?q?=EB=A5=BC=20=EC=82=AC=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/b_diplomacy.php | 47 ++++++++++++++++++++++++++++---------------- twe/func_history.php | 2 +- twe/j_map.php | 4 ++++ 3 files changed, 35 insertions(+), 18 deletions(-) diff --git a/twe/b_diplomacy.php b/twe/b_diplomacy.php index 53d76f77..7e6da7ac 100644 --- a/twe/b_diplomacy.php +++ b/twe/b_diplomacy.php @@ -46,12 +46,28 @@ if($me['skin'] < 1) { $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; } ?> - + - + + 중원정보 - + + + + + + + @@ -195,30 +211,27 @@ function mySort($killnum) { return $seq; } -echo " - -
"; +?> -echo " - +
+
+ - - - - + + + +
중 원 지 도
- + $nationStr$powerStr$genStr$cityStr
-
"; -?> +
- +
diff --git a/twe/func_history.php b/twe/func_history.php index 6f7807ab..6f614e5c 100644 --- a/twe/func_history.php +++ b/twe/func_history.php @@ -74,7 +74,7 @@ function LogHistory($connect, $isFirst=0) { $admin['month'] = 12; } - //TODO: 웹 접속이 아닌 콘솔일 경우에 대응책 필요. conf등에 저장하는 것을 고려 + //TODO: 새롭게 추가할 지도 값 받아오는 함수를 이용하여 재구성 $current_url = util::get_current_url(); $map_path = explode('/',parse_url($current_url, PHP_URL_PASS)); array_pop($map_path); diff --git a/twe/j_map.php b/twe/j_map.php index b3d9bbc7..d1ccc08b 100644 --- a/twe/j_map.php +++ b/twe/j_map.php @@ -1 +1,5 @@