From d90e087f20fe6e6484df46916636bfa40f908eea Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 25 Aug 2018 11:25:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EC=8B=9C=EB=AE=AC?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=ED=84=B0=20=EC=B6=94=EA=B0=80=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/battle_simulator.php | 206 ++++++++++++++++++----------------- hwe/css/battle_simulator.css | 12 ++ hwe/js/battle_simulator.js | 5 + 3 files changed, 124 insertions(+), 99 deletions(-) diff --git a/hwe/battle_simulator.php b/hwe/battle_simulator.php index 9a82ee6d..660c38d1 100644 --- a/hwe/battle_simulator.php +++ b/hwe/battle_simulator.php @@ -70,7 +70,7 @@ $startYear = $gameStor->getValue('startyear');
출병국 설정
-
+
국가 성향 @@ -123,7 +123,7 @@ $startYear = $gameStor->getValue('startyear');
-
+
출병자 설정
+
+
+
+
+
+
+
+ 수비국 설정 +
+
+
+ 국가 성향 +
+ +
+ 기술 +
+ +
+ 등급 +
+
+
+
+ 국가 규모 +
+ +
+ 도시 규모 +
+ +
+ 수도 +
+
+ + +
+
+
+
+ 수비 +
+ +
+ 성벽 +
+ +
+
+
+
+
+
수비자 설정
+ +
+
+
+
+ +
+
+
수비자 설정
+ +
+
@@ -319,103 +424,6 @@ $startYear = $gameStor->getValue('startyear');
-
-
-
- 수비국 설정 -
-
-
-
- 기술 -
- -
- 등급 -
-
-
-
- 국가 성향 -
- -
-
-
- 도시 규모 -
- -
- 수도 -
-
- - -
-
-
-
- 수비 -
- -
- 성벽 -
- -
-
-
-
-
-
수비자 설정
- -
-
-
-
- -
-
-
수비자 설정
- -
-
-
diff --git a/hwe/css/battle_simulator.css b/hwe/css/battle_simulator.css index 65ea0a7c..373fa50e 100644 --- a/hwe/css/battle_simulator.css +++ b/hwe/css/battle_simulator.css @@ -1,4 +1,16 @@ #container{ width:1024px; margin:auto; +} + +.defender_add_form .general_detail{ + display:none; +} + +.attacker_form .defend_mode_text{ + visibility: hidden; +} + +.attacker_form .form_defend_mode{ + visibility: hidden; } \ No newline at end of file diff --git a/hwe/js/battle_simulator.js b/hwe/js/battle_simulator.js index e69de29b..ee53b0a4 100644 --- a/hwe/js/battle_simulator.js +++ b/hwe/js/battle_simulator.js @@ -0,0 +1,5 @@ +jQuery(function($){ + var $generalForm = $('.defender_add_form .general_detail'); + + $('.general_form .general_detail').html($generalForm.html()); +}); \ No newline at end of file