Files
TravianZ/Templates/Simulator/def_3.tpl
iopietro 0132af4611 Fixed a lot bugs/security exploits
Profiles can't be hacked anymore, added some security control and
removed those malicious "hidden uid"
Errors now are now shown correctly while editing the profile
The level of the research you're doing in the Blacksmith/Armoury is now
displayed in the research queue
Hugely fixed the battle system, a big thanks to kirilloid for helping me
by providing his formulas :)!
Some general clean-up and bug fixing of little errors
Added some string constants to the language file (en.php)
2018-04-07 22:16:28 +02:00

130 lines
5.2 KiB
Smarty

<tbody>
<tr>
<th>Gauls</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" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u22" title="Swordsman" alt="Swordsman" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u23" title="Pathfinder" alt="Pathfinder" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u24" title="Theutates Thunder" alt="Theutates Thunder" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u25" title="Druidrider" alt="Druidrider" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u26" title="Haeduan" alt="Haeduan" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u27" title="Ram" alt="Ram" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u28" title="Trebuchet" alt="Trebuchet" />
</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" />
</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" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u29" title="Chieftain" alt="Chieftain" />
</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" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u30" title="Settler" alt="Settler" />
</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" />
</td>
<td class="research"></td></tr></table>
</td>
</tr>
</tbody>