l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)

This commit is contained in:
Ferywir
2026-06-09 09:28:59 +02:00
committed by GitHub
parent 695a4352e8
commit 5d366284e6
381 changed files with 7969 additions and 4761 deletions
+43 -43
View File
@@ -1,169 +1,169 @@
<table id="attacker" class="fill_in" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th>Attacker</th>
<th><?php echo ATTACKER; ?></th>
</tr>
</thead>
<tbody>
<tr>
<th>Romans</th>
<th><?php echo TRIBE1; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td>
<td class="desc">
Legionnaire
</td><td class="value">
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="10" title="Number Legionnaire" />
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U1; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="Level Blacksmith Legionnaire" />
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U1; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td>
<td class="desc">
Praetorian
</td><td class="value">
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="10" title="Number Praetorian" />
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U2; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="Level Blacksmith Praetorian" />
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U2; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td>
<td class="desc">
Imperian
</td><td class="value">
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="10" title="Number Imperian" />
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U3; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="Level Blacksmith Imperian" />
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U3; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td>
<td class="desc">
Equites Legati
</td><td class="value">
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="10" title="Number Equites Legati" />
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U4; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="Level Blacksmith Equites Legati" />
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U4; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td>
<td class="desc">
Equites Imperatoris
</td><td class="value">
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="10" title="Number Equites Imperatoris" />
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U5; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="Level Blacksmith Equites Imperatoris" />
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U5; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td>
<td class="desc">
Equites Caesaris
</td><td class="value">
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="10" title="Number Equites Caesaris" />
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U6; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="Level Blacksmith Equites Caesaris" />
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U6; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td>
<td class="desc">
Battering Ram
</td><td class="value">
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="10" title="Number Battering Ram" />
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U7; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="Level Blacksmith Battering Ram" />
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U7; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td>
<td class="desc">
Fire Catapult
</td><td class="value">
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="10" title="Number Fire Catapult" />
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U8; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="Level Blacksmith Fire Catapult" />
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U8; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td>
<td class="desc">
Senator
</td><td class="value">
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="Number Senator" />
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U9; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
</tr>
</tbody><tbody>
<tr>
<th>Other</th>
<th><?php echo TZ_OTHER; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1">
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="Population" title="Population" /></td>
<td class="desc">Population</td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="Number Population" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="<?php echo POP; ?>" title="<?php echo POP; ?>" /></td>
<td class="desc"><?php echo POP; ?></td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="<?php echo TZ_NUMBER; ?> <?php echo POP; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="catapult target" title="catapult target" /></td>
<td class="desc">Lvl catapult target</td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="Lvl Catapult Target" /></td>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="<?php echo TZ_CATAPULT_TARGET; ?>" title="<?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="desc"><?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?></td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="<?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="research"></td>
</tr><tr>
</tr><tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (off bonus)</td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="Hero (off bonus)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_OFF_BONUS; ?></td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="<?php echo TZ_HERO_OFF_BONUS; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (fighting strength)</td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="Hero (fighting strength)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_FIGHTING_STRENGTH; ?></td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="<?php echo TZ_HERO_FIGHTING_STRENGTH; ?>" /></td>
<td class="research"></td>
</tr></table>
</td>
+43 -43
View File
@@ -1,169 +1,169 @@
<table id="attacker" class="fill_in" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th>Attacker</th>
<th><?php echo ATTACKER; ?></th>
</tr>
</thead>
<tbody>
<tr>
<th>Teutons</th>
<th><?php echo TRIBE2; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u11" title="Clubswinger" alt="Clubswinger" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td>
<td class="desc">
Clubswinger
</td><td class="value">
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="10" title="Number Clubswinger" />
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U11; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="Level Blacksmith Clubswinger" />
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U11; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u12" title="Spearman" alt="Spearman" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td>
<td class="desc">
Spearman
</td><td class="value">
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="10" title="Number Spearman" />
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U12; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="Level Blacksmith Spearman" />
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U12; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u13" title="Axeman" alt="Axeman" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td>
<td class="desc">
Axeman
</td><td class="value">
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="10" title="Number Axeman" />
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U13; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="Level Blacksmith Axeman" />
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U13; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u14" title="Scout" alt="Scout" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td>
<td class="desc">
Scout
</td><td class="value">
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="10" title="Number Scout" />
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U14; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="Level Blacksmith Scout" />
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U14; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u15" title="Paladin" alt="Paladin" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td>
<td class="desc">
Paladin
</td><td class="value">
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="10" title="Number Paladin" />
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U15; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="Level Blacksmith Paladin" />
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U15; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u16" title="Teutonic Knight" alt="Teutonic Knight" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td>
<td class="desc">
Teutonic Knight
</td><td class="value">
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="10" title="Number Teutonic Knight" />
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U16; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="Level Blacksmith Teutonic Knight" />
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U16; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u17" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td>
<td class="desc">
Ram
</td><td class="value">
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="10" title="Number Ram" />
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U17; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="Level blacksmith Ram" />
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U17; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u18" title="Catapult" alt="Catapult" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td>
<td class="desc">
Catapult
</td><td class="value">
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="10" title="Number Catapult" />
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U18; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="Level Blacksmith Catapult" />
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U18; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u19" title="Chief" alt="Chief" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td>
<td class="desc">
Chief
</td><td class="value">
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="Number Chief" />
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U19; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u20" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u20" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
</tr>
</tbody><tbody>
<tr>
<th>Other</th>
<th><?php echo TZ_OTHER; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1">
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="Population" title="Population" /></td>
<td class="desc">Population</td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="Number Population" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="<?php echo POP; ?>" title="<?php echo POP; ?>" /></td>
<td class="desc"><?php echo POP; ?></td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="<?php echo TZ_NUMBER; ?> <?php echo POP; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="catapult target" title="catapult target" /></td>
<td class="desc">Lvl catapult target</td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="Lvl Catapult Target" /></td>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="<?php echo TZ_CATAPULT_TARGET; ?>" title="<?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="desc"><?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?></td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="<?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="research"></td>
</tr><tr>
</tr><tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (off bonus)</td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="Hero (off bonus)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_OFF_BONUS; ?></td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="<?php echo TZ_HERO_OFF_BONUS; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (fighting strength)</td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="Hero (fighting strength)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_FIGHTING_STRENGTH; ?></td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="<?php echo TZ_HERO_FIGHTING_STRENGTH; ?>" /></td>
<td class="research"></td>
</tr></table>
</td>
+43 -43
View File
@@ -1,169 +1,169 @@
<table id="attacker" class="fill_in" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th>Attacker</th>
<th><?php echo ATTACKER; ?></th>
</tr>
</thead>
<tbody>
<tr>
<th>Gauls</th>
<th><?php echo TRIBE3; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u21" title="Phalanx" alt="Phalanx" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td>
<td class="desc">
Phalanx
</td><td class="value">
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="7" title="Number Phalanx" />
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U21; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="Level Blacksmith Phalanx" />
<input class="text" type="text" name="f1_1" value="<?php echo $form->getValue('f1_1'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U21; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td>
<td class="desc">
Swordsman
</td><td class="value">
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="7" title="Number Swordsman" />
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U22; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="Level Blacksmith Swordsman" />
<input class="text" type="text" name="f1_2" value="<?php echo $form->getValue('f1_2'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U22; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td>
<td class="desc">
Pathfinder
</td><td class="value">
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="7" title="Number Pathfinder" />
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U23; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="Level Blacksmith Pathfinder" />
<input class="text" type="text" name="f1_3" value="<?php echo $form->getValue('f1_3'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U23; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td>
<td class="desc">
Theutates Thunder
</td><td class="value">
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="7" title="Number Theutates Thunder" />
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U24; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="Level Blacksmith Theutates Thunder" />
<input class="text" type="text" name="f1_4" value="<?php echo $form->getValue('f1_4'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U24; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td>
<td class="desc">
Druidrider
</td><td class="value">
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="7" title="Number Druidrider" />
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U25; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="Level Blacksmith Druidrider" />
<input class="text" type="text" name="f1_5" value="<?php echo $form->getValue('f1_5'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U25; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td>
<td class="desc">
Haeduan
</td><td class="value">
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="7" title="Number Haeduan" />
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U26; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="Level Blacksmith Haeduan" />
<input class="text" type="text" name="f1_6" value="<?php echo $form->getValue('f1_6'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U26; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u27" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td>
<td class="desc">
Ram
</td><td class="value">
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="7" title="Number Ram" />
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U17; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="Level Blacksmith Ram" />
<input class="text" type="text" name="f1_7" value="<?php echo $form->getValue('f1_7'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U17; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td>
<td class="desc">
Trebuchet
</td><td class="value">
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="7" title="Number Trebuchet" />
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U28; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="Level Blacksmith Trebuchet" />
<input class="text" type="text" name="f1_8" value="<?php echo $form->getValue('f1_8'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo BLACKSMITH; ?> <?php echo U28; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td>
<td class="desc">
Chieftain
</td><td class="value">
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="Number Chieftain" />
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U29; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u30" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
</tr>
</tbody><tbody>
<tr>
<th>Other</th>
<th><?php echo TZ_OTHER; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1">
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="Population" title="Population" /></td>
<td class="desc">Population</td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="Number Population" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="<?php echo POP; ?>" title="<?php echo POP; ?>" /></td>
<td class="desc"><?php echo POP; ?></td>
<td class="value"><input class="text" type="text" name="ew1" value="<?php echo $form->getValue('ew1')==""? 1 : $form->getValue('ew1'); ?>" maxlength="5" title="<?php echo TZ_NUMBER; ?> <?php echo POP; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="catapult target" title="catapult target" /></td>
<td class="desc">Lvl catapult target</td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="Lvl Catapult Target" /></td>
<td class="ico"><img src="img/x.gif" class="unit ucata" alt="<?php echo TZ_CATAPULT_TARGET; ?>" title="<?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="desc"><?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?></td>
<td class="value"><input class="text" type="text" name="kata" value="<?php echo $form->getValue('kata')==""? 0 : $form->getValue('kata'); ?>" maxlength="2" title="<?php echo TZ_LVL; ?> <?php echo TZ_CATAPULT_TARGET; ?>" /></td>
<td class="research"></td>
</tr><tr>
</tr><tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (off bonus)</td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="Hero (off bonus)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_OFF_BONUS; ?></td>
<td class="value"><input class="text" type="text" name="h_off_bonus" value="<?php echo $form->getValue('h_off_bonus')==""? 0 : $form->getValue('h_off_bonus'); ?>" maxlength="4" title="<?php echo TZ_HERO_OFF_BONUS; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (fighting strength)</td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="Hero (fighting strength)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_FIGHTING_STRENGTH; ?></td>
<td class="value"><input class="text" type="text" name="h_off" value="<?php echo $form->getValue('h_off')==""? 0 : $form->getValue('h_off'); ?>" maxlength="5" title="<?php echo TZ_HERO_FIGHTING_STRENGTH; ?>" /></td>
<td class="research"></td>
</tr></table>
</td>
+22 -22
View File
@@ -1,114 +1,114 @@
<table id="attacker" class="fill_in" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th>Attacker</th>
<th><?php echo ATTACKER; ?></th>
</tr>
</thead>
<tbody>
<tr>
<th>Natars</th>
<th><?php echo TRIBE5; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u41" title="Pikeman" alt="Pikeman" />
<img src="img/x.gif" class="unit u41" title="<?php echo U41; ?>" alt="<?php echo U41; ?>" />
</td>
<td class="desc">
Pikeman
</td><td class="value">
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="7" title="Number Pikeman" />
<input class="text" type="text" name="a1_1" value="<?php echo $form->getValue('a1_1'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U41; ?>" />
</td>
<td class="research">
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u42" title="Thorned Warrior" alt="Thorned Warrior" />
<img src="img/x.gif" class="unit u42" title="<?php echo U42; ?>" alt="<?php echo U42; ?>" />
</td>
<td class="desc">
Thorned Warrior
</td><td class="value">
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="7" title="Number Thorned Warrior" />
<input class="text" type="text" name="a1_2" value="<?php echo $form->getValue('a1_2'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U42; ?>" />
</td>
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u43" title="Guardsman" alt="Guardsman" />
<img src="img/x.gif" class="unit u43" title="<?php echo U43; ?>" alt="<?php echo U43; ?>" />
</td>
<td class="desc">
Guardsman
</td><td class="value">
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="7" title="Number Guardsman" />
<input class="text" type="text" name="a1_3" value="<?php echo $form->getValue('a1_3'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U43; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u44" title="Birds Of Prey" alt="Birds Of Prey" />
<img src="img/x.gif" class="unit u44" title="<?php echo U44; ?>" alt="<?php echo U44; ?>" />
</td>
<td class="desc">
Birds Of Prey
</td><td class="value">
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="7" title="Number Birds Of Prey" />
<input class="text" type="text" name="a1_4" value="<?php echo $form->getValue('a1_4'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U44; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u45" title="Axerider" alt="Axerider" />
<img src="img/x.gif" class="unit u45" title="<?php echo U45; ?>" alt="<?php echo U45; ?>" />
</td>
<td class="desc">
Axerider
</td><td class="value">
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="7" title="Number Axerider" />
<input class="text" type="text" name="a1_5" value="<?php echo $form->getValue('a1_5'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U45; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u46" title="Natarian Knight" alt="Natarian Knight" />
<img src="img/x.gif" class="unit u46" title="<?php echo U46; ?>" alt="<?php echo U46; ?>" />
</td>
<td class="desc">
Natarian Knight
</td><td class="value">
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="7" title="Number Natarian Knight" />
<input class="text" type="text" name="a1_6" value="<?php echo $form->getValue('a1_6'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U46; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u47" title="War Elephant" alt="War Elephant" />
<img src="img/x.gif" class="unit u47" title="<?php echo U47; ?>" alt="<?php echo U47; ?>" />
</td>
<td class="desc">
War Elephant
</td><td class="value">
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="7" title="Number War Elephant" />
<input class="text" type="text" name="a1_7" value="<?php echo $form->getValue('a1_7'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U47; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u48" title="Ballista" alt="Ballista" />
<img src="img/x.gif" class="unit u48" title="<?php echo U48; ?>" alt="<?php echo U48; ?>" />
</td>
<td class="desc">
Ballista
</td><td class="value">
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="7" title="Number Ballista" />
<input class="text" type="text" name="a1_8" value="<?php echo $form->getValue('a1_8'); ?>" maxlength="7" title="<?php echo TZ_NUMBER; ?> <?php echo U48; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u49" title="Natarian Emperor" alt="Natarian Emperor" />
<img src="img/x.gif" class="unit u49" title="<?php echo U49; ?>" alt="<?php echo U49; ?>" />
</td>
<td class="desc">
Natarian Emperor
</td><td class="value">
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="Number Natarian Emperor" />
<input class="text" type="text" name="a1_9" value="<?php echo $form->getValue('a1_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U49; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u50" title="Natarian Settler" alt="Natarian Settler" />
<img src="img/x.gif" class="unit u50" title="<?php echo U50; ?>" alt="<?php echo U50; ?>" />
</td>
<td class="desc">
Natarian Settler
</td><td class="value">
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="Number Natarian Settler" />
<input class="text" type="text" name="a1_10" value="<?php echo $form->getValue('a1_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U50; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
+29 -29
View File
@@ -1,127 +1,127 @@
<tbody>
<tr>
<th>Romans</th>
<th><?php echo TRIBE1; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td>
<td class="desc">
Legionnaire
</td><td class="value">
<input class="text" type="text" name="a2_1" value="<?php echo $form->getValue('a2_1'); ?>" maxlength="10" title="Number Legionnaire" />
<input class="text" type="text" name="a2_1" value="<?php echo $form->getValue('a2_1'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U1; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_1" value="<?php echo $form->getValue('f2_1'); ?>" maxlength="2" title="Level Armoury Legionnaire" />
<input class="text" type="text" name="f2_1" value="<?php echo $form->getValue('f2_1'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U1; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td>
<td class="desc">
Praetorian
</td><td class="value">
<input class="text" type="text" name="a2_2" value="<?php echo $form->getValue('a2_2'); ?>" maxlength="10" title="Number Praetorian" />
<input class="text" type="text" name="a2_2" value="<?php echo $form->getValue('a2_2'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U2; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_2" value="<?php echo $form->getValue('f2_2'); ?>" maxlength="2" title="Level Armoury Praetorian" />
<input class="text" type="text" name="f2_2" value="<?php echo $form->getValue('f2_2'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U2; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td>
<td class="desc">
Imperian
</td><td class="value">
<input class="text" type="text" name="a2_3" value="<?php echo $form->getValue('a2_3'); ?>" maxlength="10" title="Number Imperian" />
<input class="text" type="text" name="a2_3" value="<?php echo $form->getValue('a2_3'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U3; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_3" value="<?php echo $form->getValue('f2_3'); ?>" maxlength="2" title="Level Armoury Imperian" />
<input class="text" type="text" name="f2_3" value="<?php echo $form->getValue('f2_3'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U3; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td>
<td class="desc">
Equites Legati
</td><td class="value">
<input class="text" type="text" name="a2_4" value="<?php echo $form->getValue('a2_4'); ?>" maxlength="10" title="Number Equites Legati" />
<input class="text" type="text" name="a2_4" value="<?php echo $form->getValue('a2_4'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U4; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_4" value="<?php echo $form->getValue('f2_4'); ?>" maxlength="2" title="Level Armoury Equites Legati" />
<input class="text" type="text" name="f2_4" value="<?php echo $form->getValue('f2_4'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U4; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td>
<td class="desc">
Equites Imperatoris
</td><td class="value">
<input class="text" type="text" name="a2_5" value="<?php echo $form->getValue('a2_5'); ?>" maxlength="10" title="Number Equites Imperatoris" />
<input class="text" type="text" name="a2_5" value="<?php echo $form->getValue('a2_5'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U5; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_5" value="<?php echo $form->getValue('f2_5'); ?>" maxlength="2" title="Level Armoury Equites Imperatoris" />
<input class="text" type="text" name="f2_5" value="<?php echo $form->getValue('f2_5'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U5; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td>
<td class="desc">
Equites Caesaris
</td><td class="value">
<input class="text" type="text" name="a2_6" value="<?php echo $form->getValue('a2_6'); ?>" maxlength="10" title="Number Equites Caesaris" />
<input class="text" type="text" name="a2_6" value="<?php echo $form->getValue('a2_6'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U6; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_6" value="<?php echo $form->getValue('f2_6'); ?>" maxlength="2" title="Level Armoury Equites Caesaris" />
<input class="text" type="text" name="f2_6" value="<?php echo $form->getValue('f2_6'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U6; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td>
<td class="desc">
Battering Ram
</td><td class="value">
<input class="text" type="text" name="a2_7" value="<?php echo $form->getValue('a2_7'); ?>" maxlength="10" title="Number Battering Ram" />
<input class="text" type="text" name="a2_7" value="<?php echo $form->getValue('a2_7'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U7; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_7" value="<?php echo $form->getValue('f2_7'); ?>" maxlength="2" title="Level Armoury Battering Ram" />
<input class="text" type="text" name="f2_7" value="<?php echo $form->getValue('f2_7'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U7; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td>
<td class="desc">
Fire Catapult
</td><td class="value">
<input class="text" type="text" name="a2_8" value="<?php echo $form->getValue('a2_8'); ?>" maxlength="10" title="Number Fire Catapult" />
<input class="text" type="text" name="a2_8" value="<?php echo $form->getValue('a2_8'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U8; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_8" value="<?php echo $form->getValue('f2_8'); ?>" maxlength="2" title="Level Armoury Fire Catapult" />
<input class="text" type="text" name="f2_8" value="<?php echo $form->getValue('f2_8'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U8; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td>
<td class="desc">
Senator
</td><td class="value">
<input class="text" type="text" name="a2_9" value="<?php echo $form->getValue('a2_9'); ?>" maxlength="6" title="Number Senator" />
<input class="text" type="text" name="a2_9" value="<?php echo $form->getValue('a2_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U9; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a2_10" value="<?php echo $form->getValue('a2_10'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a2_10" value="<?php echo $form->getValue('a2_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
+29 -29
View File
@@ -1,127 +1,127 @@
<tbody>
<tr>
<th>Teutons</th>
<th><?php echo TRIBE2; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u11" title="Clubswinger" alt="Clubswinger" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td>
<td class="desc">
Clubswinger
</td><td class="value">
<input class="text" type="text" name="a2_11" value="<?php echo $form->getValue('a2_11'); ?>" maxlength="10" title="Number Clubswinger" />
<input class="text" type="text" name="a2_11" value="<?php echo $form->getValue('a2_11'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U11; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_11" value="<?php echo $form->getValue('f2_11'); ?>" maxlength="2" title="Level Armoury Clubswinger" />
<input class="text" type="text" name="f2_11" value="<?php echo $form->getValue('f2_11'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U11; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u12" title="Spearman" alt="Spearman" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td>
<td class="desc">
Spearman
</td><td class="value">
<input class="text" type="text" name="a2_12" value="<?php echo $form->getValue('a2_12'); ?>" maxlength="10" title="Number Spearman" />
<input class="text" type="text" name="a2_12" value="<?php echo $form->getValue('a2_12'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U12; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_12" value="<?php echo $form->getValue('f2_12'); ?>" maxlength="2" title="Level Armoury Spearman" />
<input class="text" type="text" name="f2_12" value="<?php echo $form->getValue('f2_12'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U12; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u13" title="Axeman" alt="Axeman" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td>
<td class="desc">
Axeman
</td><td class="value">
<input class="text" type="text" name="a2_13" value="<?php echo $form->getValue('a2_13'); ?>" maxlength="10" title="Number Axeman" />
<input class="text" type="text" name="a2_13" value="<?php echo $form->getValue('a2_13'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U13; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_13" value="<?php echo $form->getValue('f2_13'); ?>" maxlength="2" title="Level Armoury Axeman" />
<input class="text" type="text" name="f2_13" value="<?php echo $form->getValue('f2_13'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U13; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u14" title="Scout" alt="Scout" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td>
<td class="desc">
Scout
</td><td class="value">
<input class="text" type="text" name="a2_14" value="<?php echo $form->getValue('a2_14'); ?>" maxlength="10" title="Number Scout" />
<input class="text" type="text" name="a2_14" value="<?php echo $form->getValue('a2_14'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U14; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_14" value="<?php echo $form->getValue('f2_14'); ?>" maxlength="2" title="Level Armoury Scout" />
<input class="text" type="text" name="f2_14" value="<?php echo $form->getValue('f2_14'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U14; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u15" title="Paladin" alt="Paladin" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td>
<td class="desc">
Paladin
</td><td class="value">
<input class="text" type="text" name="a2_15" value="<?php echo $form->getValue('a2_15'); ?>" maxlength="10" title="Number Paladin" />
<input class="text" type="text" name="a2_15" value="<?php echo $form->getValue('a2_15'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U15; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_15" value="<?php echo $form->getValue('f2_15'); ?>" maxlength="2" title="Level Armoury Paladin" />
<input class="text" type="text" name="f2_15" value="<?php echo $form->getValue('f2_15'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U15; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u16" title="Teutonic Knight" alt="Teutonic Knight" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td>
<td class="desc">
Teutonic Knight
</td><td class="value">
<input class="text" type="text" name="a2_16" value="<?php echo $form->getValue('a2_16'); ?>" maxlength="10" title="Number Teutonic Knight" />
<input class="text" type="text" name="a2_16" value="<?php echo $form->getValue('a2_16'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U16; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_16" value="<?php echo $form->getValue('f2_16'); ?>" maxlength="2" title="Level Armoury Teutonic Knight" />
<input class="text" type="text" name="f2_16" value="<?php echo $form->getValue('f2_16'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U16; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u17" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td>
<td class="desc">
Ram
</td><td class="value">
<input class="text" type="text" name="a2_17" value="<?php echo $form->getValue('a2_17'); ?>" maxlength="10" title="Number Ram" />
<input class="text" type="text" name="a2_17" value="<?php echo $form->getValue('a2_17'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U17; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_17" value="<?php echo $form->getValue('f2_17'); ?>" maxlength="2" title="Level Armoury Ram" />
<input class="text" type="text" name="f2_17" value="<?php echo $form->getValue('f2_17'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U17; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u18" title="Catapult" alt="Catapult" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td>
<td class="desc">
Catapult
</td><td class="value">
<input class="text" type="text" name="a2_18" value="<?php echo $form->getValue('a2_18'); ?>" maxlength="10" title="Number Catapult" />
<input class="text" type="text" name="a2_18" value="<?php echo $form->getValue('a2_18'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U18; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_18" value="<?php echo $form->getValue('f2_18'); ?>" maxlength="2" title="Level Armoury Catapult" />
<input class="text" type="text" name="f2_18" value="<?php echo $form->getValue('f2_18'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U18; ?>" />
</td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u19" title="Chief" alt="Chief" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td>
<td class="desc">
Chief
</td><td class="value">
<input class="text" type="text" name="a2_19" value="<?php echo $form->getValue('a2_19'); ?>" maxlength="6" title="Number Chief" />
<input class="text" type="text" name="a2_19" value="<?php echo $form->getValue('a2_19'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U19; ?>" />
</td>
<td class="research"></td><tr>
<td class="ico">
<img src="img/x.gif" class="unit u20" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u20" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a2_20" value="<?php echo $form->getValue('a2_20'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a2_20" value="<?php echo $form->getValue('a2_20'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></table>
</td>
+29 -29
View File
@@ -1,127 +1,127 @@
<tbody>
<tr>
<th>Gauls</th>
<th><?php echo TRIBE3; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u21" title="Phalanx" alt="Phalanx" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td>
<td class="desc">
Phalanx
</td><td class="value">
<input class="text" type="text" name="a2_21" value="<?php echo $form->getValue('a2_21'); ?>" maxlength="10" title="Number Phalanx" />
<input class="text" type="text" name="a2_21" value="<?php echo $form->getValue('a2_21'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U21; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_21" value="<?php echo $form->getValue('f2_21'); ?>" maxlength="2" title="Level Armoury Phalanx" />
<input class="text" type="text" name="f2_21" value="<?php echo $form->getValue('f2_21'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U21; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td>
<td class="desc">
Swordsman
</td><td class="value">
<input class="text" type="text" name="a2_22" value="<?php echo $form->getValue('a2_22'); ?>" maxlength="10" title="Number Swordsman" />
<input class="text" type="text" name="a2_22" value="<?php echo $form->getValue('a2_22'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U22; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_22" value="<?php echo $form->getValue('f2_22'); ?>" maxlength="2" title="Level Armoury Swordsman" />
<input class="text" type="text" name="f2_22" value="<?php echo $form->getValue('f2_22'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U22; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td>
<td class="desc">
Pathfinder
</td><td class="value">
<input class="text" type="text" name="a2_23" value="<?php echo $form->getValue('a2_23'); ?>" maxlength="10" title="Number Pathfinder" />
<input class="text" type="text" name="a2_23" value="<?php echo $form->getValue('a2_23'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U23; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_23" value="<?php echo $form->getValue('f2_23'); ?>" maxlength="2" title="Level Armoury Pathfinder" />
<input class="text" type="text" name="f2_23" value="<?php echo $form->getValue('f2_23'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U23; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td>
<td class="desc">
Theutates Thunder
</td><td class="value">
<input class="text" type="text" name="a2_24" value="<?php echo $form->getValue('a2_24'); ?>" maxlength="10" title="Number Theutates Thunder" />
<input class="text" type="text" name="a2_24" value="<?php echo $form->getValue('a2_24'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U24; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_24" value="<?php echo $form->getValue('f2_24'); ?>" maxlength="2" title="Level Armoury Theutates Thunder" />
<input class="text" type="text" name="f2_24" value="<?php echo $form->getValue('f2_24'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U24; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td>
<td class="desc">
Druidrider
</td><td class="value">
<input class="text" type="text" name="a2_25" value="<?php echo $form->getValue('a2_25'); ?>" maxlength="10" title="Number Druidrider" />
<input class="text" type="text" name="a2_25" value="<?php echo $form->getValue('a2_25'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U25; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_25" value="<?php echo $form->getValue('f2_25'); ?>" maxlength="2" title="Level Armoury Druidrider" />
<input class="text" type="text" name="f2_25" value="<?php echo $form->getValue('f2_25'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U25; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td>
<td class="desc">
Haeduan
</td><td class="value">
<input class="text" type="text" name="a2_26" value="<?php echo $form->getValue('a2_26'); ?>" maxlength="10" title="Number Haeduan" />
<input class="text" type="text" name="a2_26" value="<?php echo $form->getValue('a2_26'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U26; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_26" value="<?php echo $form->getValue('f2_26'); ?>" maxlength="2" title="Level Armoury Haeduan" />
<input class="text" type="text" name="f2_26" value="<?php echo $form->getValue('f2_26'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U26; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u27" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td>
<td class="desc">
Ram
</td><td class="value">
<input class="text" type="text" name="a2_27" value="<?php echo $form->getValue('a2_27'); ?>" maxlength="10" title="Number Ram" />
<input class="text" type="text" name="a2_27" value="<?php echo $form->getValue('a2_27'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U17; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_27" value="<?php echo $form->getValue('f2_27'); ?>" maxlength="2" title="Level Armoury Ram" />
<input class="text" type="text" name="f2_27" value="<?php echo $form->getValue('f2_27'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U17; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td>
<td class="desc">
Trebuchet
</td><td class="value">
<input class="text" type="text" name="a2_28" value="<?php echo $form->getValue('a2_28'); ?>" maxlength="10" title="Number Trebuchet" />
<input class="text" type="text" name="a2_28" value="<?php echo $form->getValue('a2_28'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U28; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_28" value="<?php echo $form->getValue('f2_28'); ?>" maxlength="2" title="Level Armoury Trebuchet" />
<input class="text" type="text" name="f2_28" value="<?php echo $form->getValue('f2_28'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U28; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td>
<td class="desc">
Chieftain
</td><td class="value">
<input class="text" type="text" name="a2_29" value="<?php echo $form->getValue('a2_29'); ?>" maxlength="6" title="Number Chieftain" />
<input class="text" type="text" name="a2_29" value="<?php echo $form->getValue('a2_29'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U29; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u30" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a2_30" value="<?php echo $form->getValue('a2_30'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a2_30" value="<?php echo $form->getValue('a2_30'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>
+21 -21
View File
@@ -1,118 +1,118 @@
<tbody>
<tr>
<th>Nature</th>
<th><?php echo TRIBE4; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u31" title="Rat" alt="Rat" />
<img src="img/x.gif" class="unit u31" title="<?php echo U31; ?>" alt="<?php echo U31; ?>" />
</td>
<td class="desc">
Rat
</td><td class="value">
<input class="text" type="text" name="a2_31" value="<?php echo $form->getValue('a2_31'); ?>" maxlength="6" title="Number Rat" />
<input class="text" type="text" name="a2_31" value="<?php echo $form->getValue('a2_31'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U31; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u32" title="Spider" alt="Spider" />
<img src="img/x.gif" class="unit u32" title="<?php echo U32; ?>" alt="<?php echo U32; ?>" />
</td>
<td class="desc">
Spider
</td><td class="value">
<input class="text" type="text" name="a2_32" value="<?php echo $form->getValue('a2_32'); ?>" maxlength="6" title="Number Spider" />
<input class="text" type="text" name="a2_32" value="<?php echo $form->getValue('a2_32'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U32; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u33" title="Snake" alt="Snake" />
<img src="img/x.gif" class="unit u33" title="<?php echo U33; ?>" alt="<?php echo U33; ?>" />
</td>
<td class="desc">
Snake
</td><td class="value">
<input class="text" type="text" name="a2_33" value="<?php echo $form->getValue('a2_33'); ?>" maxlength="6" title="Number Snake" />
<input class="text" type="text" name="a2_33" value="<?php echo $form->getValue('a2_33'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U33; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u34" title="Bat" alt="Bat" />
<img src="img/x.gif" class="unit u34" title="<?php echo U34; ?>" alt="<?php echo U34; ?>" />
</td>
<td class="desc">
Bat
</td><td class="value">
<input class="text" type="text" name="a2_34" value="<?php echo $form->getValue('a2_34'); ?>" maxlength="6" title="Number Bat" />
<input class="text" type="text" name="a2_34" value="<?php echo $form->getValue('a2_34'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U34; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u35" title="Wild Boar" alt="Wild Boar" />
<img src="img/x.gif" class="unit u35" title="<?php echo U35; ?>" alt="<?php echo U35; ?>" />
</td>
<td class="desc">
Wild Boar
</td><td class="value">
<input class="text" type="text" name="a2_35" value="<?php echo $form->getValue('a2_35'); ?>" maxlength="6" title="Number Wild Boar" />
<input class="text" type="text" name="a2_35" value="<?php echo $form->getValue('a2_35'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U35; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u36" title="Wolf" alt="Wolf" />
<img src="img/x.gif" class="unit u36" title="<?php echo U36; ?>" alt="<?php echo U36; ?>" />
</td>
<td class="desc">
Wolf
</td><td class="value">
<input class="text" type="text" name="a2_36" value="<?php echo $form->getValue('a2_36'); ?>" maxlength="6" title="Number Wolf" />
<input class="text" type="text" name="a2_36" value="<?php echo $form->getValue('a2_36'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U36; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u37" title="Bear" alt="Bear" />
<img src="img/x.gif" class="unit u37" title="<?php echo U37; ?>" alt="<?php echo U37; ?>" />
</td>
<td class="desc">
Bear
</td><td class="value">
<input class="text" type="text" name="a2_37" value="<?php echo $form->getValue('a2_37'); ?>" maxlength="6" title="Number Bear" />
<input class="text" type="text" name="a2_37" value="<?php echo $form->getValue('a2_37'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U37; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u38" title="Crocodile" alt="Crocodile" />
<img src="img/x.gif" class="unit u38" title="<?php echo U38; ?>" alt="<?php echo U38; ?>" />
</td>
<td class="desc">
Crocodile
</td><td class="value">
<input class="text" type="text" name="a2_38" value="<?php echo $form->getValue('a2_38'); ?>" maxlength="6" title="Number Crocodile" />
<input class="text" type="text" name="a2_38" value="<?php echo $form->getValue('a2_38'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U38; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u39" title="Tiger" alt="Tiger" />
<img src="img/x.gif" class="unit u39" title="<?php echo U39; ?>" alt="<?php echo U39; ?>" />
</td>
<td class="desc">
Tiger
</td><td class="value">
<input class="text" type="text" name="a2_39" value="<?php echo $form->getValue('a2_39'); ?>" maxlength="6" title="Number Tiger" />
<input class="text" type="text" name="a2_39" value="<?php echo $form->getValue('a2_39'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U39; ?>" />
</td>
<td class="research"></td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u40" title="Elephant" alt="Elephant" />
<img src="img/x.gif" class="unit u40" title="<?php echo U40; ?>" alt="<?php echo U40; ?>" />
</td>
<td class="desc">
Elephant
</td><td class="value">
<input class="text" type="text" name="a2_40" value="<?php echo $form->getValue('a2_40'); ?>" maxlength="6" title="Number Elephant" />
<input class="text" type="text" name="a2_40" value="<?php echo $form->getValue('a2_40'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U40; ?>" />
</td>
<td class="research"></td>
</tr></table>
+21 -21
View File
@@ -1,106 +1,106 @@
<tbody>
<tr>
<th>Natars</th>
<th><?php echo TRIBE5; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u41" title="Pikeman" alt="Pikeman" />
<img src="img/x.gif" class="unit u41" title="<?php echo U41; ?>" alt="<?php echo U41; ?>" />
</td>
<td class="desc">
Pikeman
</td><td class="value">
<input class="text" type="text" name="a2_41" value="<?php echo $form->getValue('a2_41'); ?>" maxlength="10" title="Number Pikeman" />
<input class="text" type="text" name="a2_41" value="<?php echo $form->getValue('a2_41'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U41; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u42" title="Thorned Warrior" alt="Thorned Warrior" />
<img src="img/x.gif" class="unit u42" title="<?php echo U42; ?>" alt="<?php echo U42; ?>" />
</td>
<td class="desc">
Thorned Warrior
</td><td class="value">
<input class="text" type="text" name="a2_42" value="<?php echo $form->getValue('a2_42'); ?>" maxlength="10" title="Number Thorned Warrior" />
<input class="text" type="text" name="a2_42" value="<?php echo $form->getValue('a2_42'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U42; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u43" title="Guardsman" alt="Guardsman" />
<img src="img/x.gif" class="unit u43" title="<?php echo U43; ?>" alt="<?php echo U43; ?>" />
</td>
<td class="desc">
Guardsman
</td><td class="value">
<input class="text" type="text" name="a2_43" value="<?php echo $form->getValue('a2_43'); ?>" maxlength="10" title="Number Guardsman" />
<input class="text" type="text" name="a2_43" value="<?php echo $form->getValue('a2_43'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U43; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u44" title="Birds Of Prey" alt="Birds Of Prey" />
<img src="img/x.gif" class="unit u44" title="<?php echo U44; ?>" alt="<?php echo U44; ?>" />
</td>
<td class="desc">
Birds Of Prey
</td><td class="value">
<input class="text" type="text" name="a2_44" value="<?php echo $form->getValue('a2_44'); ?>" maxlength="10" title="Number Birds Of Prey" />
<input class="text" type="text" name="a2_44" value="<?php echo $form->getValue('a2_44'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U44; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u45" title="Axerider" alt="Axerider" />
<img src="img/x.gif" class="unit u45" title="<?php echo U45; ?>" alt="<?php echo U45; ?>" />
</td>
<td class="desc">
Axerider
</td><td class="value">
<input class="text" type="text" name="a2_45" value="<?php echo $form->getValue('a2_45'); ?>" maxlength="10" title="Number Axerider" />
<input class="text" type="text" name="a2_45" value="<?php echo $form->getValue('a2_45'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U45; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u46" title="Natarian Knight" alt="Natarian Knight" />
<img src="img/x.gif" class="unit u46" title="<?php echo U46; ?>" alt="<?php echo U46; ?>" />
</td>
<td class="desc">
Natarian Knight
</td><td class="value">
<input class="text" type="text" name="a2_46" value="<?php echo $form->getValue('a2_46'); ?>" maxlength="10" title="Number Natarian Knight" />
<input class="text" type="text" name="a2_46" value="<?php echo $form->getValue('a2_46'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U46; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u47" title="War Elephant" alt="War Elephant" />
<img src="img/x.gif" class="unit u47" title="<?php echo U47; ?>" alt="<?php echo U47; ?>" />
</td>
<td class="desc">
War Elephant
</td><td class="value">
<input class="text" type="text" name="a2_47" value="<?php echo $form->getValue('a2_47'); ?>" maxlength="10" title="Number War Elephant" />
<input class="text" type="text" name="a2_47" value="<?php echo $form->getValue('a2_47'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U47; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u48" title="Ballista" alt="Ballista" />
<img src="img/x.gif" class="unit u48" title="<?php echo U48; ?>" alt="<?php echo U48; ?>" />
</td>
<td class="desc">
Ballista
</td><td class="value">
<input class="text" type="text" name="a2_48" value="<?php echo $form->getValue('a2_48'); ?>" maxlength="10" title="Number Ballista" />
<input class="text" type="text" name="a2_48" value="<?php echo $form->getValue('a2_48'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U48; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u49" title="Natarian Emperor" alt="Natarian Emperor" />
<img src="img/x.gif" class="unit u49" title="<?php echo U49; ?>" alt="<?php echo U49; ?>" />
</td>
<td class="desc">
Natarian Emperor
</td><td class="value">
<input class="text" type="text" name="a2_49" value="<?php echo $form->getValue('a2_49'); ?>" maxlength="6" title="Number Natarian Emperor" />
<input class="text" type="text" name="a2_49" value="<?php echo $form->getValue('a2_49'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U49; ?>" />
</td>
</tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u50" title="Natarian Settler" alt="Natarian Settler" />
<img src="img/x.gif" class="unit u50" title="<?php echo U50; ?>" alt="<?php echo U50; ?>" />
</td>
<td class="desc">
Natarian Settler
</td><td class="value">
<input class="text" type="text" name="a2_50" value="<?php echo $form->getValue('a2_50'); ?>" maxlength="6" title="Number Natarian Settler" />
<input class="text" type="text" name="a2_50" value="<?php echo $form->getValue('a2_50'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U50; ?>" />
</td>
</tr></table>
</td>
+13 -13
View File
@@ -1,22 +1,22 @@
<tbody>
<tr>
<th>Other</th>
<th><?php echo TZ_OTHER; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1">
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="Population" title="Population" /></td>
<td class="desc">Population</td>
<td class="value"><input class="text" type="text" name="ew2" value="<?php echo $form->getValue('ew2')==""? 1 : $form->getValue('ew2'); ?>" maxlength="4" title="number Population" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhab" alt="<?php echo POP; ?>" title="<?php echo POP; ?>" /></td>
<td class="desc"><?php echo POP; ?></td>
<td class="value"><input class="text" type="text" name="ew2" value="<?php echo $form->getValue('ew2')==""? 1 : $form->getValue('ew2'); ?>" maxlength="4" title="<?php echo TZ_NUMBER; ?> <?php echo POP; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit upal" alt="Stonemason's Lodge" title="Stonemason's Lodge" /></td>
<td class="desc" title="Stonemason's Lodge">Stonemason's Lodge</td>
<td class="value"><input class="text" type="text" name="stonemason" value="<?php echo $form->getValue('stonemason')==""? 0 : $form->getValue('stonemason'); ?>" maxlength="2" title="Level Stonemason's Lodge" /></td>
<td class="ico"><img src="img/x.gif" class="unit upal" alt="<?php echo TZ_STONEMASON_S_LODGE; ?>" title="<?php echo TZ_STONEMASON_S_LODGE; ?>" /></td>
<td class="desc" title="<?php echo TZ_STONEMASON_S_LODGE; ?>"><?php echo TZ_STONEMASON_S_LODGE; ?></td>
<td class="value"><input class="text" type="text" name="stonemason" value="<?php echo $form->getValue('stonemason')==""? 0 : $form->getValue('stonemason'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo TZ_STONEMASON_S_LODGE; ?>" /></td>
<td class="research"></td>
</tr>
<?php
@@ -63,15 +63,15 @@
}
?>
<tr>
<td class="ico"><img src="img/x.gif" class="unit upal" alt="Palace" title="Palace" /></td>
<td class="desc" title="Palace/Residence">Palace</td>
<td class="value"><input class="text" type="text" name="palast" value="<?php echo $form->getValue('palast')==""? 0 : $form->getValue('palast'); ?>" maxlength="2" title="level Palace" /></td>
<td class="ico"><img src="img/x.gif" class="unit upal" alt="<?php echo PALACE; ?>" title="<?php echo PALACE; ?>" /></td>
<td class="desc" title="<?php echo TZ_PALACE_RESIDENCE; ?>"><?php echo PALACE; ?></td>
<td class="value"><input class="text" type="text" name="palast" value="<?php echo $form->getValue('palast')==""? 0 : $form->getValue('palast'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo PALACE; ?>" /></td>
<td class="research"></td>
</tr>
<tr>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero" /></td>
<td class="desc">Hero (def bonus)</td>
<td class="value"><input class="text" type="text" name="h_def_bonus" value="<?php echo $form->getValue('h_def_bonus')==""? 0 : $form->getValue('h_def_bonus'); ?>" maxlength="4" title="Hero (def bonus)" /></td>
<td class="ico"><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>" /></td>
<td class="desc"><?php echo TZ_HERO_DEF_BONUS; ?></td>
<td class="value"><input class="text" type="text" name="h_def_bonus" value="<?php echo $form->getValue('h_def_bonus')==""? 0 : $form->getValue('h_def_bonus'); ?>" maxlength="4" title="<?php echo TZ_HERO_DEF_BONUS; ?>" /></td>
<td class="research"></td>
</tr>
+10 -10
View File
@@ -4,27 +4,27 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td><td>
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td><td>
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td><td>
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td><td>
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td><td>
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td><td>
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td><td>
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td><td>
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td><td>
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
+10 -10
View File
@@ -5,27 +5,27 @@
Defender
</td><td>
<img src="img/x.gif" class="unit u11" title="Clubswinger" alt="Clubswinger" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td><td>
<img src="img/x.gif" class="unit u12" title="Spearman" alt="Spearman" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td><td>
<img src="img/x.gif" class="unit u13" title="Axeman" alt="Axeman" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td><td>
<img src="img/x.gif" class="unit u14" title="Scout" alt="Scout" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td><td>
<img src="img/x.gif" class="unit u15" title="Paladin" alt="Paladin" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td><td>
<img src="img/x.gif" class="unit u16" title="Teutonic Knight" alt="Teutonic Knight" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td><td>
<img src="img/x.gif" class="unit u17" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u18" title="Catapult" alt="Catapult" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td><td>
<img src="img/x.gif" class="unit u19" title="Chief" alt="Chief" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td><td>
<img src="img/x.gif" class="unit u20" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u20" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,27 +5,27 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u21" title="Phalanx" alt="Phalanx" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td><td>
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td><td>
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td><td>
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td><td>
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td><td>
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td><td>
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u27" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td><td>
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td><td>
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u30" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,27 +5,27 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u31" title="Rat" alt="Rat" />
<img src="img/x.gif" class="unit u31" title="<?php echo U31; ?>" alt="<?php echo U31; ?>" />
</td><td>
<img src="img/x.gif" class="unit u32" title="Spider" alt="Spider" />
<img src="img/x.gif" class="unit u32" title="<?php echo U32; ?>" alt="<?php echo U32; ?>" />
</td><td>
<img src="img/x.gif" class="unit u33" title="Snake" alt="Snake" />
<img src="img/x.gif" class="unit u33" title="<?php echo U33; ?>" alt="<?php echo U33; ?>" />
</td><td>
<img src="img/x.gif" class="unit u34" title="Bat" alt="Bat" />
<img src="img/x.gif" class="unit u34" title="<?php echo U34; ?>" alt="<?php echo U34; ?>" />
</td><td>
<img src="img/x.gif" class="unit u35" title="Wild Boar" alt="Wild Boar" />
<img src="img/x.gif" class="unit u35" title="<?php echo U35; ?>" alt="<?php echo U35; ?>" />
</td><td>
<img src="img/x.gif" class="unit u36" title="Wolf" alt="Wolf" />
<img src="img/x.gif" class="unit u36" title="<?php echo U36; ?>" alt="<?php echo U36; ?>" />
</td><td>
<img src="img/x.gif" class="unit u37" title="Bear" alt="Bear" />
<img src="img/x.gif" class="unit u37" title="<?php echo U37; ?>" alt="<?php echo U37; ?>" />
</td><td>
<img src="img/x.gif" class="unit u38" title="Crocodile" alt="Crocodile" />
<img src="img/x.gif" class="unit u38" title="<?php echo U38; ?>" alt="<?php echo U38; ?>" />
</td><td>
<img src="img/x.gif" class="unit u39" title="Tiger" alt="Tiger" />
<img src="img/x.gif" class="unit u39" title="<?php echo U39; ?>" alt="<?php echo U39; ?>" />
</td><td>
<img src="img/x.gif" class="unit u40" title="Elephant" alt="Elephant" />
<img src="img/x.gif" class="unit u40" title="<?php echo U40; ?>" alt="<?php echo U40; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -4,25 +4,25 @@
<td class="role">
Attacker
</td><td>
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td><td>
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td><td>
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td><td>
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td><td>
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td><td>
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td><td>
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td><td>
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td><td>
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td><td>
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,25 +5,25 @@
Attacker
</td><td>
<img src="img/x.gif" class="unit u11" title="Clubswinger" alt="Clubswinger" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td><td>
<img src="img/x.gif" class="unit u12" title="Spearman" alt="Spearman" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td><td>
<img src="img/x.gif" class="unit u13" title="Axeman" alt="Axeman" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td><td>
<img src="img/x.gif" class="unit u14" title="Scout" alt="Scout" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td><td>
<img src="img/x.gif" class="unit u15" title="Paladin" alt="Paladin" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td><td>
<img src="img/x.gif" class="unit u16" title="Teutonic Knight" alt="Teutonic Knight" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td><td>
<img src="img/x.gif" class="unit u17" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u18" title="Catapult" alt="Catapult" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td><td>
<img src="img/x.gif" class="unit u19" title="Chief" alt="Chief" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td><td>
<img src="img/x.gif" class="unit u20" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u20" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,25 +5,25 @@
<td class="role">
Attacker
</td><td>
<img src="img/x.gif" class="unit u21" title="Phalanx" alt="Phalanx" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td><td>
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td><td>
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td><td>
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td><td>
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td><td>
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td><td>
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u27" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td><td>
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td><td>
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u30" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -4,25 +4,25 @@
<td class="role">
Attacker
</td><td>
<img src="img/x.gif" class="unit u41" title="Pikeman" alt="Pikeman" />
<img src="img/x.gif" class="unit u41" title="<?php echo U41; ?>" alt="<?php echo U41; ?>" />
</td><td>
<img src="img/x.gif" class="unit u42" title="Thorned Warrior" alt="Thorned Warrior" />
<img src="img/x.gif" class="unit u42" title="<?php echo U42; ?>" alt="<?php echo U42; ?>" />
</td><td>
<img src="img/x.gif" class="unit u43" title="Guardsman" alt="Guardsman" />
<img src="img/x.gif" class="unit u43" title="<?php echo U43; ?>" alt="<?php echo U43; ?>" />
</td><td>
<img src="img/x.gif" class="unit u44" title="Birds Of Prey" alt="Birds Of Prey"r" />
<img src="img/x.gif" class="unit u44" title="<?php echo U44; ?>" alt="<?php echo U44; ?>"r" />
</td><td>
<img src="img/x.gif" class="unit u45" title="Axerider" alt="Axerider" />
<img src="img/x.gif" class="unit u45" title="<?php echo U45; ?>" alt="<?php echo U45; ?>" />
</td><td>
<img src="img/x.gif" class="unit u46" title="Natarian Knight" alt="Natarian Knight" />
<img src="img/x.gif" class="unit u46" title="<?php echo U46; ?>" alt="<?php echo U46; ?>" />
</td><td>
<img src="img/x.gif" class="unit u47" title="War Elephant" alt="War Elephant" />
<img src="img/x.gif" class="unit u47" title="<?php echo U47; ?>" alt="<?php echo U47; ?>" />
</td><td>
<img src="img/x.gif" class="unit u48" title="Ballista" alt="Ballista" />
<img src="img/x.gif" class="unit u48" title="<?php echo U48; ?>" alt="<?php echo U48; ?>" />
</td><td>
<img src="img/x.gif" class="unit u49" title="Natarian Emperor" alt="Natarian Emperor" />
<img src="img/x.gif" class="unit u49" title="<?php echo U49; ?>" alt="<?php echo U49; ?>" />
</td><td>
<img src="img/x.gif" class="unit u50" title="Natarian Settler" alt="Natarian Settler" />
<img src="img/x.gif" class="unit u50" title="<?php echo U50; ?>" alt="<?php echo U50; ?>" />
</td>
</tr>
</thead>
+10 -10
View File
@@ -4,25 +4,25 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td><td>
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td><td>
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td><td>
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td><td>
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td><td>
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td><td>
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td><td>
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td><td>
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td><td>
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
+10 -10
View File
@@ -4,25 +4,25 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u11" title="Clubswinger" alt="Clubswinger" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td><td>
<img src="img/x.gif" class="unit u12" title="Spearman" alt="Spearman" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td><td>
<img src="img/x.gif" class="unit u13" title="Axeman" alt="Axeman" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td><td>
<img src="img/x.gif" class="unit u14" title="Scout" alt="Scout" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td><td>
<img src="img/x.gif" class="unit u15" title="Paladin" alt="Paladin" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td><td>
<img src="img/x.gif" class="unit u16" title="Teutonic Knight" alt="Teutonic Knight" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td><td>
<img src="img/x.gif" class="unit u17" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u18" title="Catapult" alt="Catapult" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td><td>
<img src="img/x.gif" class="unit u19" title="Chief" alt="Chief" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td><td>
<img src="img/x.gif" class="unit u20" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u20" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,25 +5,25 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u21" title="Phalanx" alt="Phalanx" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td><td>
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td><td>
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td><td>
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td><td>
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td><td>
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td><td>
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
<img src="img/x.gif" class="unit u27" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td><td>
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td><td>
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u30" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -5,27 +5,27 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u31" title="Rat" alt="Rat" />
<img src="img/x.gif" class="unit u31" title="<?php echo U31; ?>" alt="<?php echo U31; ?>" />
</td><td>
<img src="img/x.gif" class="unit u32" title="Spider" alt="Spider" />
<img src="img/x.gif" class="unit u32" title="<?php echo U32; ?>" alt="<?php echo U32; ?>" />
</td><td>
<img src="img/x.gif" class="unit u33" title="Snake" alt="Snake" />
<img src="img/x.gif" class="unit u33" title="<?php echo U33; ?>" alt="<?php echo U33; ?>" />
</td><td>
<img src="img/x.gif" class="unit u34" title="Bat" alt="Bat" />
<img src="img/x.gif" class="unit u34" title="<?php echo U34; ?>" alt="<?php echo U34; ?>" />
</td><td>
<img src="img/x.gif" class="unit u35" title="Wild Boar" alt="Wild Boar" />
<img src="img/x.gif" class="unit u35" title="<?php echo U35; ?>" alt="<?php echo U35; ?>" />
</td><td>
<img src="img/x.gif" class="unit u36" title="Wolf" alt="Wolf" />
<img src="img/x.gif" class="unit u36" title="<?php echo U36; ?>" alt="<?php echo U36; ?>" />
</td><td>
<img src="img/x.gif" class="unit u37" title="Bear" alt="Bear" />
<img src="img/x.gif" class="unit u37" title="<?php echo U37; ?>" alt="<?php echo U37; ?>" />
</td><td>
<img src="img/x.gif" class="unit u38" title="Crocodile" alt="Crocodile" />
<img src="img/x.gif" class="unit u38" title="<?php echo U38; ?>" alt="<?php echo U38; ?>" />
</td><td>
<img src="img/x.gif" class="unit u39" title="Tiger" alt="Tiger" />
<img src="img/x.gif" class="unit u39" title="<?php echo U39; ?>" alt="<?php echo U39; ?>" />
</td><td>
<img src="img/x.gif" class="unit u40" title="Elephant" alt="Elephant" />
<img src="img/x.gif" class="unit u40" title="<?php echo U40; ?>" alt="<?php echo U40; ?>" />
</td></tr>
</thead>
<tbody>
+10 -10
View File
@@ -4,25 +4,25 @@
<td class="role">
Defender
</td><td>
<img src="img/x.gif" class="unit u41" title="Pikeman" alt="Pikeman" />
<img src="img/x.gif" class="unit u41" title="<?php echo U41; ?>" alt="<?php echo U41; ?>" />
</td><td>
<img src="img/x.gif" class="unit u42" title="Thorned Warrior" alt="Thorned Warrior" />
<img src="img/x.gif" class="unit u42" title="<?php echo U42; ?>" alt="<?php echo U42; ?>" />
</td><td>
<img src="img/x.gif" class="unit u43" title="Guardsman" alt="Guardsman" />
<img src="img/x.gif" class="unit u43" title="<?php echo U43; ?>" alt="<?php echo U43; ?>" />
</td><td>
<img src="img/x.gif" class="unit u44" title="Birds Of Prey" alt="Birds Of Prey"r" />
<img src="img/x.gif" class="unit u44" title="<?php echo U44; ?>" alt="<?php echo U44; ?>"r" />
</td><td>
<img src="img/x.gif" class="unit u45" title="Axerider" alt="Axerider" />
<img src="img/x.gif" class="unit u45" title="<?php echo U45; ?>" alt="<?php echo U45; ?>" />
</td><td>
<img src="img/x.gif" class="unit u46" title="Natarian Knight" alt="Natarian Knight" />
<img src="img/x.gif" class="unit u46" title="<?php echo U46; ?>" alt="<?php echo U46; ?>" />
</td><td>
<img src="img/x.gif" class="unit u47" title="War Elephant" alt="War Elephant" />
<img src="img/x.gif" class="unit u47" title="<?php echo U47; ?>" alt="<?php echo U47; ?>" />
</td><td>
<img src="img/x.gif" class="unit u48" title="Ballista" alt="Ballista" />
<img src="img/x.gif" class="unit u48" title="<?php echo U48; ?>" alt="<?php echo U48; ?>" />
</td><td>
<img src="img/x.gif" class="unit u49" title="Natarian Emperor" alt="Natarian Emperor" />
<img src="img/x.gif" class="unit u49" title="<?php echo U49; ?>" alt="<?php echo U49; ?>" />
</td><td>
<img src="img/x.gif" class="unit u50" title="Natarian Settler" alt="Natarian Settler" />
<img src="img/x.gif" class="unit u50" title="<?php echo U50; ?>" alt="<?php echo U50; ?>" />
</td>
</thead>
<tbody>
+52 -52
View File
@@ -2,36 +2,36 @@
<thead>
<tr>
<td class="role">
Agresor
<?php echo TZ_AGRESOR; ?>
</td><td>
<img src="img/x.gif" class="unit u1" title="Legionario" alt="Legionario" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td><td>
<img src="img/x.gif" class="unit u2" title="Pretoriano" alt="Pretoriano" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td><td>
<img src="img/x.gif" class="unit u3" title="Imperano" alt="Imperano" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td><td>
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td><td>
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td><td>
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td><td>
<img src="img/x.gif" class="unit u7" title="Carnero" alt="Carnero" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td><td>
<img src="img/x.gif" class="unit u8" title="Catapulta de fuego" alt="Catapulta de fuego" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td><td>
<img src="img/x.gif" class="unit u9" title="Senador" alt="Senador" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td><td>
<img src="img/x.gif" class="unit u10" title="Colono" alt="Colono" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
<tr>
<th>
Tropas
<?php echo TROOPS; ?>
</th><td>
1
</td><td class="none">
@@ -57,7 +57,7 @@
</td></tr>
<tr>
<th>
Pérdidas
<?php echo CASUALTIES; ?>
</th><td>
1
</td><td class="none">
@@ -86,36 +86,36 @@
<thead>
<tr>
<td class="role">
Defensor
<?php echo DEFENDER; ?>
</td><td>
<img src="img/x.gif" class="unit u1" title="Legionario" alt="Legionario" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td><td>
<img src="img/x.gif" class="unit u2" title="Pretoriano" alt="Pretoriano" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td><td>
<img src="img/x.gif" class="unit u3" title="Imperano" alt="Imperano" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td><td>
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td><td>
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td><td>
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td><td>
<img src="img/x.gif" class="unit u7" title="Carnero" alt="Carnero" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td><td>
<img src="img/x.gif" class="unit u8" title="Catapulta de fuego" alt="Catapulta de fuego" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td><td>
<img src="img/x.gif" class="unit u9" title="Senador" alt="Senador" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td><td>
<img src="img/x.gif" class="unit u10" title="Colono" alt="Colono" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td></tr>
</thead>
<tbody>
<tr>
<th>
Tropas
<?php echo TROOPS; ?>
</th><td>
1
</td><td class="none">
@@ -141,7 +141,7 @@
</td></tr>
<tr>
<th>
Pérdidas
<?php echo CASUALTIES; ?>
</th><td class="none">
0
@@ -172,36 +172,36 @@
<tr>
<td class="role">
Defensor
<?php echo DEFENDER; ?>
</td><td>
<img src="img/x.gif" class="unit u11" title="Luchador de Porra" alt="Luchador de Porra" />
<img src="img/x.gif" class="unit u11" title="<?php echo U11; ?>" alt="<?php echo U11; ?>" />
</td><td>
<img src="img/x.gif" class="unit u12" title="Lancero" alt="Lancero" />
<img src="img/x.gif" class="unit u12" title="<?php echo U12; ?>" alt="<?php echo U12; ?>" />
</td><td>
<img src="img/x.gif" class="unit u13" title="Luchador de Hacha" alt="Luchador de Hacha" />
<img src="img/x.gif" class="unit u13" title="<?php echo U13; ?>" alt="<?php echo U13; ?>" />
</td><td>
<img src="img/x.gif" class="unit u14" title="Emisario" alt="Emisario" />
<img src="img/x.gif" class="unit u14" title="<?php echo U14; ?>" alt="<?php echo U14; ?>" />
</td><td>
<img src="img/x.gif" class="unit u15" title="Paladín" alt="Paladín" />
<img src="img/x.gif" class="unit u15" title="<?php echo U15; ?>" alt="<?php echo U15; ?>" />
</td><td>
<img src="img/x.gif" class="unit u16" title="Jinete Teutón" alt="Jinete Teutón" />
<img src="img/x.gif" class="unit u16" title="<?php echo U16; ?>" alt="<?php echo U16; ?>" />
</td><td>
<img src="img/x.gif" class="unit u17" title="Ariete" alt="Ariete" />
<img src="img/x.gif" class="unit u17" title="<?php echo U17; ?>" alt="<?php echo U17; ?>" />
</td><td>
<img src="img/x.gif" class="unit u18" title="Catapulta" alt="Catapulta" />
<img src="img/x.gif" class="unit u18" title="<?php echo U18; ?>" alt="<?php echo U18; ?>" />
</td><td>
<img src="img/x.gif" class="unit u19" title="Cabecilla" alt="Cabecilla" />
<img src="img/x.gif" class="unit u19" title="<?php echo U19; ?>" alt="<?php echo U19; ?>" />
</td><td>
<img src="img/x.gif" class="unit u20" title="Colono" alt="Colono" />
<img src="img/x.gif" class="unit u20" title="<?php echo U20; ?>" alt="<?php echo U20; ?>" />
</td></tr>
</thead>
<tbody>
<tr>
<th>
Tropas
<?php echo TROOPS; ?>
</th><td class="none">
0
</td><td class="none">
@@ -227,7 +227,7 @@
<tr>
<th>
Pérdidas
<?php echo CASUALTIES; ?>
</th><td class="none">
0
</td><td class="none">
@@ -256,36 +256,36 @@
<thead>
<tr>
<td class="role">
Defensor
<?php echo DEFENDER; ?>
</td><td>
<img src="img/x.gif" class="unit u21" title="Falange" alt="Falange" />
<img src="img/x.gif" class="unit u21" title="<?php echo U21; ?>" alt="<?php echo U21; ?>" />
</td><td>
<img src="img/x.gif" class="unit u22" title="Luchador de Espada" alt="Luchador de Espada" />
<img src="img/x.gif" class="unit u22" title="<?php echo U22; ?>" alt="<?php echo U22; ?>" />
</td><td>
<img src="img/x.gif" class="unit u23" title="Batidor" alt="Batidor" />
<img src="img/x.gif" class="unit u23" title="<?php echo U23; ?>" alt="<?php echo U23; ?>" />
</td><td>
<img src="img/x.gif" class="unit u24" title="Rayo de Teutates" alt="Rayo de Teutates" />
<img src="img/x.gif" class="unit u24" title="<?php echo U24; ?>" alt="<?php echo U24; ?>" />
</td><td>
<img src="img/x.gif" class="unit u25" title="Jinete Druida" alt="Jinete Druida" />
<img src="img/x.gif" class="unit u25" title="<?php echo U25; ?>" alt="<?php echo U25; ?>" />
</td><td>
<img src="img/x.gif" class="unit u26" title="Jinete Eduo" alt="Jinete Eduo" />
<img src="img/x.gif" class="unit u26" title="<?php echo U26; ?>" alt="<?php echo U26; ?>" />
</td><td>
<img src="img/x.gif" class="unit u27" title="Carnero de madera" alt="Carnero de madera" />
<img src="img/x.gif" class="unit u27" title="<?php echo U27; ?>" alt="<?php echo U27; ?>" />
</td><td>
<img src="img/x.gif" class="unit u28" title="Catapulta de guerra" alt="Catapulta de guerra" />
<img src="img/x.gif" class="unit u28" title="<?php echo U28; ?>" alt="<?php echo U28; ?>" />
</td><td>
<img src="img/x.gif" class="unit u29" title="Cacique" alt="Cacique" />
<img src="img/x.gif" class="unit u29" title="<?php echo U29; ?>" alt="<?php echo U29; ?>" />
</td><td>
<img src="img/x.gif" class="unit u30" title="Colono" alt="Colono" />
<img src="img/x.gif" class="unit u30" title="<?php echo U30; ?>" alt="<?php echo U30; ?>" />
</td></tr>
</thead>
<tbody>
<tr>
<th>
Tropas
<?php echo TROOPS; ?>
</th><td class="none">
0
</td><td class="none">
@@ -311,7 +311,7 @@
</td></tr>
<tr>
<th>
Pérdidas
<?php echo CASUALTIES; ?>
</th><td class="none">
0
</td><td class="none">