From 7d8fa7f1c41d7fcd194245d24f464a425dc3fc27 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 10 Dec 2021 02:02:38 +0900 Subject: [PATCH] =?UTF-8?q?dep(WIP):=20bootstrap4=201=EC=B0=A8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/_119.php | 2 +- hwe/_admin1.php | 2 +- hwe/_admin2.php | 2 +- hwe/_admin4.php | 2 +- hwe/_admin5.php | 2 +- hwe/_admin7.php | 2 +- hwe/_admin8.php | 2 +- hwe/a_bestGeneral.php | 3 +-- hwe/a_emperior.php | 3 +-- hwe/a_emperior_detail.php | 3 +-- hwe/a_genList.php | 3 +-- hwe/a_hallOfFame.php | 3 +-- hwe/a_history.php | 3 +-- hwe/a_kingdomList.php | 3 +-- hwe/a_npcList.php | 3 +-- hwe/a_status.php | 3 +-- hwe/a_traffic.php | 3 +-- hwe/a_vote.php | 3 +-- hwe/b_auction.php | 3 +-- hwe/b_battleCenter.php | 3 +-- hwe/b_betting.php | 3 +-- hwe/b_chiefcenter.php | 3 +-- hwe/b_currentCity.php | 3 +-- hwe/b_dipcenter.php | 3 +-- hwe/b_diplomacy.php | 3 +-- hwe/b_genList.php | 3 +-- hwe/b_myBossInfo.php | 3 +-- hwe/b_myCityInfo.php | 3 +-- hwe/b_myGenInfo.php | 3 +-- hwe/b_myKingdomInfo.php | 3 +-- hwe/b_myPage.php | 3 +-- hwe/b_processing.php | 3 +-- hwe/b_tournament.php | 2 +- hwe/b_troop.php | 3 +-- hwe/battle_simulator.php | 3 +-- hwe/func_legacy.php | 2 +- hwe/func_template.php | 2 +- hwe/install.php | 3 +-- hwe/install_db.php | 2 +- hwe/recent_map.php | 2 +- hwe/select_general_from_pool.php | 3 +-- hwe/select_npc.php | 3 +-- hwe/t_diplomacy.php | 3 +-- 43 files changed, 43 insertions(+), 74 deletions(-) diff --git a/hwe/_119.php b/hwe/_119.php index 8434faf3..1017a904 100644 --- a/hwe/_119.php +++ b/hwe/_119.php @@ -24,7 +24,7 @@ $plock = $db->queryFirstField('SELECT plock FROM plock'); - + diff --git a/hwe/_admin1.php b/hwe/_admin1.php index 872907e9..a622e36e 100644 --- a/hwe/_admin1.php +++ b/hwe/_admin1.php @@ -22,7 +22,7 @@ $admin = getAdmin(); - + diff --git a/hwe/_admin2.php b/hwe/_admin2.php index f46ea1f8..5721e97c 100644 --- a/hwe/_admin2.php +++ b/hwe/_admin2.php @@ -23,7 +23,7 @@ $db = DB::db(); - + diff --git a/hwe/_admin4.php b/hwe/_admin4.php index 1066a6e7..0f05ba32 100644 --- a/hwe/_admin4.php +++ b/hwe/_admin4.php @@ -40,7 +40,7 @@ function colorBlockedName($general){ - + diff --git a/hwe/_admin5.php b/hwe/_admin5.php index e64ff4c4..a3d7be7d 100644 --- a/hwe/_admin5.php +++ b/hwe/_admin5.php @@ -39,7 +39,7 @@ $sel2[$type2] = "selected"; - + diff --git a/hwe/_admin7.php b/hwe/_admin7.php index 963e4239..1a3ecfd1 100644 --- a/hwe/_admin7.php +++ b/hwe/_admin7.php @@ -86,7 +86,7 @@ $generalObj = General::createGeneralObjFromDB($gen); - + diff --git a/hwe/_admin8.php b/hwe/_admin8.php index 4b64f458..9fd01fba 100644 --- a/hwe/_admin8.php +++ b/hwe/_admin8.php @@ -31,7 +31,7 @@ $sel[$type] = "selected"; - + diff --git a/hwe/a_bestGeneral.php b/hwe/a_bestGeneral.php index 626ff9a0..da8a2828 100644 --- a/hwe/a_bestGeneral.php +++ b/hwe/a_bestGeneral.php @@ -25,9 +25,8 @@ $templates = new \League\Plates\Engine(__DIR__.'/templates'); <?=UniqueConst::$serverName?>: 명장일람 - - + diff --git a/hwe/a_emperior.php b/hwe/a_emperior.php index 8247a824..b5c99b11 100644 --- a/hwe/a_emperior.php +++ b/hwe/a_emperior.php @@ -19,9 +19,8 @@ increaseRefresh("왕조일람", 1); - - + diff --git a/hwe/a_emperior_detail.php b/hwe/a_emperior_detail.php index 5bb18292..1a3ea255 100644 --- a/hwe/a_emperior_detail.php +++ b/hwe/a_emperior_detail.php @@ -26,9 +26,8 @@ $serverID = $emperior['server_id']??($emperior['serverID']??null); <?=UniqueConst::$serverName?>: 왕조일람 - - + diff --git a/hwe/a_genList.php b/hwe/a_genList.php index de37dcc8..1148ee38 100644 --- a/hwe/a_genList.php +++ b/hwe/a_genList.php @@ -43,9 +43,8 @@ if($gameStor->isunited){ <?=UniqueConst::$serverName?>: 장수일람 - - + diff --git a/hwe/a_hallOfFame.php b/hwe/a_hallOfFame.php index 01ee2402..166d8658 100644 --- a/hwe/a_hallOfFame.php +++ b/hwe/a_hallOfFame.php @@ -46,9 +46,8 @@ else{ <?=UniqueConst::$serverName?>: 명예의 전당 - - + diff --git a/hwe/a_history.php b/hwe/a_history.php index dba2e153..d80c0da6 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -103,9 +103,8 @@ $nations = Json::decode($history['nations']); - - + diff --git a/hwe/a_kingdomList.php b/hwe/a_kingdomList.php index a9cec9d0..28cbd585 100644 --- a/hwe/a_kingdomList.php +++ b/hwe/a_kingdomList.php @@ -28,9 +28,8 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); } - - + diff --git a/hwe/a_npcList.php b/hwe/a_npcList.php index d7ede0d0..7cdd9232 100644 --- a/hwe/a_npcList.php +++ b/hwe/a_npcList.php @@ -29,9 +29,8 @@ $sel[$type] = "selected"; - - + diff --git a/hwe/a_status.php b/hwe/a_status.php index 031cb9e8..b32a8429 100644 --- a/hwe/a_status.php +++ b/hwe/a_status.php @@ -45,10 +45,9 @@ $(function(){ }); - - + diff --git a/hwe/a_traffic.php b/hwe/a_traffic.php index 856e9951..7f214897 100644 --- a/hwe/a_traffic.php +++ b/hwe/a_traffic.php @@ -55,9 +55,8 @@ if ($admin['maxonline'] < $curonline) { - - +