mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-22 20:46:10 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,121 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Nature</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" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u32" title="Spider" alt="Spider" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u33" title="Snake" alt="Snake" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u34" title="Bat" alt="Bat" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u35" title="Wild Boar" alt="Wild Boar" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u36" title="Wolf" alt="Wolf" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u37" title="Bear" alt="Bear" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u38" title="Crocodile" alt="Crocodile" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u39" title="Tiger" alt="Tiger" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr><tr>
|
||||
<td class="ico">
|
||||
<img src="img/x.gif" class="unit u40" title="Elephant" alt="Elephant" />
|
||||
</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" />
|
||||
</td>
|
||||
<td class="research"></td>
|
||||
</tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
Reference in New Issue
Block a user