-
-
-getEnforceArray($w, 0);
- if($enforce['vref'] == $village->wid){
- $to = $database->getVillage($enforce['from']);
- $ckey = $w;
- include("templates/sendUnits/sendBack.tpl");
- }else{
- include("Templates/a2b/units_".$session->tribe.".tpl");
- include("templates/sendUnits/search.tpl");
- }
-}else if(isset($r)){
- $enforce = $database->getEnforceArray($r, 0);
- $enforceoasis = $database->getOasisEnforceArray($r, 0);
- if($enforce['from'] == $village->wid || $enforceoasis['conqured'] == $village->wid){
- $to = $database->getVillage($enforce['from']);
- $ckey = $r;
- include("templates/sendUnits/sendBack.tpl");
- }else{
- include ("Templates/a2b/units_".$session->tribe.".tpl");
- include("templates/sendUnits/search.tpl");
- }
-}else if(isset($delprisoners) && !empty($delprisoners)) $units->deletePrisoners($delprisoners);
-else{
- if(isset($process['0'])){
- $coor = $database->getCoor($process['0']);
- include("templates/sendUnits/attack.tpl");
- }else{
- include("Templates/a2b/units_".$session->tribe.".tpl");
- include("templates/sendUnits/search.tpl");
- }
-}
-?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pageLoadTimeEnd() - $start_timer) * 1000);
-
-?> ms
-
-
-
-
-
-
-
diff --git a/assets/gpack/travian_default/lang/en/compact.css b/assets/gpack/travian_default/lang/en/compact.css
index 72cb8e09..d5d321ca 100644
--- a/assets/gpack/travian_default/lang/en/compact.css
+++ b/assets/gpack/travian_default/lang/en/compact.css
@@ -3000,19 +3000,19 @@ div.plus table#gold_features {
div.plus table.plusFunctions {
margin-bottom: 25px;
}
-div.warsim table#select {
+div.gid16 table#select {
margin-top: 10px;
}
-div.warsim table#attacker {
+div.gid16 table#attacker {
float: left;
}
-div.warsim table#defender {
+div.gid16 table#defender {
float: right;
}
-div.warsim table.fill_in {
+div.gid16 table.fill_in {
margin-bottom: 15px;
}
-div.warsim table.results {
+div.gid16 table.results {
margin-top: 15px;
}
div.banned_cn table {
diff --git a/src/Lang/en.php b/src/Lang/en.php
index ce837e5a..75953c87 100755
--- a/src/Lang/en.php
+++ b/src/Lang/en.php
@@ -686,6 +686,11 @@ define("PASSWORD_SENT", "If the email address exists, a new password has been se
define("PASSWORD_SET_SUCCESS", "The password was set successfully.");
define("NEW_PASSWORD_ERROR", "Invalid code, password or the password has already been set.");
+//SIMULATOR
+define("ATTACKER","Attacker");
+define("DEFENDER","Defender");
+define("TYPE_OF_ATTACK","Type of attack");
+
//BEER FEST
define("BEER_FEST","Beer fest");
define("CELEBRATION","Celebration");
diff --git a/templates/simulator/att_2.tpl b/templates/simulator/att_2.tpl
deleted file mode 100644
index 151c83ad..00000000
--- a/templates/simulator/att_2.tpl
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
- | Attacker |
-
-
-
-
-
- | Teutons |
-
-
- |
-
- |
-
-
-
- | Other |
-
-
-
- |
-
- |
-
-
diff --git a/templates/simulator/att_3.tpl b/templates/simulator/att_3.tpl
deleted file mode 100644
index 37d5c0eb..00000000
--- a/templates/simulator/att_3.tpl
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
- | Attacker |
-
-
-
-
-
- | Gauls |
-
-
- |
-
- |
-
-
-
- | Other |
-
-
-
- |
-
- |
-
-
diff --git a/templates/simulator/att_1.tpl b/templates/simulator/attacker.tpl
similarity index 100%
rename from templates/simulator/att_1.tpl
rename to templates/simulator/attacker.tpl
diff --git a/templates/simulator/res_a1.tpl b/templates/simulator/attackerResults.tpl
similarity index 100%
rename from templates/simulator/res_a1.tpl
rename to templates/simulator/attackerResults.tpl
diff --git a/templates/simulator/def_2.tpl b/templates/simulator/def_2.tpl
deleted file mode 100644
index a6ed8d42..00000000
--- a/templates/simulator/def_2.tpl
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
- | Teutons |
-
-
- |
-
- |
-
-
diff --git a/templates/simulator/def_3.tpl b/templates/simulator/def_3.tpl
deleted file mode 100644
index 5e5c7407..00000000
--- a/templates/simulator/def_3.tpl
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
- | Gauls |
-
-
- |
-
- |
-
-
diff --git a/templates/simulator/def_4.tpl b/templates/simulator/def_4.tpl
deleted file mode 100644
index 8d10fa2a..00000000
--- a/templates/simulator/def_4.tpl
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
- | Nature |
-
-
-
- |
-
- |
-
-
diff --git a/templates/simulator/def_1.tpl b/templates/simulator/defender.tpl
similarity index 100%
rename from templates/simulator/def_1.tpl
rename to templates/simulator/defender.tpl
diff --git a/templates/simulator/def_end.tpl b/templates/simulator/defenderInfo.tpl
similarity index 100%
rename from templates/simulator/def_end.tpl
rename to templates/simulator/defenderInfo.tpl
diff --git a/templates/simulator/res_d1.tpl b/templates/simulator/defenderResults.tpl
similarity index 100%
rename from templates/simulator/res_d1.tpl
rename to templates/simulator/defenderResults.tpl
diff --git a/templates/simulator/res_1.tpl b/templates/simulator/res_1.tpl
deleted file mode 100644
index ba6d9c20..00000000
--- a/templates/simulator/res_1.tpl
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
- |
- Defender
- |
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
-
-
- |
- Troops
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
-
- |
- Casualties
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
-
-
\ No newline at end of file
diff --git a/templates/simulator/res_2.tpl b/templates/simulator/res_2.tpl
deleted file mode 100644
index f595106e..00000000
--- a/templates/simulator/res_2.tpl
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
- |
- Defender
- |
-
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
-
-
- |
- Troops
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
-
- |
- Casualties
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
-
-
\ No newline at end of file
diff --git a/templates/simulator/res_3.tpl b/templates/simulator/res_3.tpl
deleted file mode 100644
index 55cb1b9a..00000000
--- a/templates/simulator/res_3.tpl
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- |
- Defender
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
-
-
- |
-
- Troops
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
-
- |
- Casualties
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
-
-
\ No newline at end of file
diff --git a/templates/simulator/res_4.tpl b/templates/simulator/res_4.tpl
deleted file mode 100644
index e6609219..00000000
--- a/templates/simulator/res_4.tpl
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- |
- Defender
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
-
- Troops
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
-
- |
- Casualties
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
- 0
- |
-
-
-
\ No newline at end of file
diff --git a/templates/simulator/res_a2.tpl b/templates/simulator/res_a2.tpl
deleted file mode 100644
index 8dae3386..00000000
--- a/templates/simulator/res_a2.tpl
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- |
- Attacker
- |
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
- Troops
- |
- getValue('a1_1')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_1');} ?> |
- getValue('a1_2')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_2');} ?> |
- getValue('a1_3')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_3');} ?> |
- getValue('a1_4')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_4');} ?> |
- getValue('a1_5')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_5');} ?> |
- getValue('a1_6')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_6');} ?> |
- getValue('a1_7')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_7');} ?> |
- getValue('a1_8')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_8');} ?> |
- getValue('a1_9')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_9');} ?> |
- getValue('a1_10')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_10');} ?> |
-
-
- |
- Casualties
- |
- getValue('a1_1')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_2')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_3')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_4')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_5')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_6')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_7')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_8')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_9')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_10')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
-
-
-
diff --git a/templates/simulator/res_a3.tpl b/templates/simulator/res_a3.tpl
deleted file mode 100644
index ea8c954c..00000000
--- a/templates/simulator/res_a3.tpl
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- |
- Attacker
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
-
- Troops
- |
- getValue('a1_1')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_1');} ?> |
- getValue('a1_2')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_2');} ?> |
- getValue('a1_3')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_3');} ?> |
- getValue('a1_4')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_4');} ?> |
- getValue('a1_5')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_5');} ?> |
- getValue('a1_6')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_6');} ?> |
- getValue('a1_7')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_7');} ?> |
- getValue('a1_8')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_8');} ?> |
- getValue('a1_9')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_9');} ?> |
- getValue('a1_10')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a1_10');} ?> |
-
-
-
- |
- Casualties
- |
- getValue('a1_1')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_2')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_3')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_4')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_5')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_6')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_7')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_8')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_9')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
- getValue('a1_10')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][1]);} ?> |
-
-
-
-
diff --git a/templates/simulator/res_d2.tpl b/templates/simulator/res_d2.tpl
deleted file mode 100644
index d0693156..00000000
--- a/templates/simulator/res_d2.tpl
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
- |
- Defender
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
- Troops
- |
- getValue('a2_11')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_11');} ?> |
- getValue('a2_12')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_12');} ?> |
- getValue('a2_13')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_13');} ?> |
- getValue('a2_14')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_14');} ?> |
- getValue('a2_15')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_15');} ?> |
- getValue('a2_16')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_16');} ?> |
- getValue('a2_17')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_17');} ?> |
- getValue('a2_18')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_18');} ?> |
- getValue('a2_19')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_19');} ?> |
- getValue('a2_20')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_20');} ?> |
-
-
- |
- Casualties
- |
- getValue('a2_11')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_12')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_13')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_14')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_15')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_16')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_17')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_18')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_19')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_20')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
-
-
-
diff --git a/templates/simulator/res_d3.tpl b/templates/simulator/res_d3.tpl
deleted file mode 100644
index 5823ff3d..00000000
--- a/templates/simulator/res_d3.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- |
- Defender
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
-
- Troops
- |
- getValue('a2_21')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_21');} ?> |
- getValue('a2_22')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_22');} ?> |
- getValue('a2_23')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_23');} ?> |
- getValue('a2_24')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_24');} ?> |
- getValue('a2_25')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_25');} ?> |
- getValue('a2_26')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_26');} ?> |
- getValue('a2_27')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_27');} ?> |
- getValue('a2_28')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_28');} ?> |
- getValue('a2_29')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_29');} ?> |
- getValue('a2_30')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_30');} ?> |
-
-
-
- |
- Casualties
- |
-
- getValue('a2_21')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_22')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_23')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_24')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_25')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_26')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_27')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_28')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_29')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_30')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
-
-
-
-
diff --git a/templates/simulator/res_d4.tpl b/templates/simulator/res_d4.tpl
deleted file mode 100644
index 5d97ac8a..00000000
--- a/templates/simulator/res_d4.tpl
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- |
- Defender
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
-
-
- |
-
- Troops
- |
- getValue('a2_31')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_31');} ?> |
- getValue('a2_32')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_32');} ?> |
- getValue('a2_33')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_33');} ?> |
- getValue('a2_34')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_34');} ?> |
- getValue('a2_35')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_35');} ?> |
- getValue('a2_36')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_36');} ?> |
- getValue('a2_37')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_37');} ?> |
- getValue('a2_38')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_38');} ?> |
- getValue('a2_39')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_39');} ?> |
- getValue('a2_40')) { echo "class=\"none\">0"; }else{ echo ">".$form->getValue('a2_40');} ?> |
-
-
-
- |
- Casualties
- |
-
- getValue('a2_31')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_32')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_33')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_34')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_35')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_36')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_37')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_38')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_39')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
- getValue('a2_40')) { echo "class=\"none\">0"; }else{ echo ">".$dead = round($troops * $_POST['result'][2]);} ?> |
-
-
-
-
diff --git a/templates/simulator/return.tpl b/templates/simulator/return.tpl
deleted file mode 100644
index 988508b7..00000000
--- a/templates/simulator/return.tpl
+++ /dev/null
@@ -1,340 +0,0 @@
-