wootook-reloaded/application/design/base/default/scripts/deprecated/info_buildings_fleet.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

39 lines
No EOL
1.5 KiB
Go Template

<table width="519">
<tbody>
<tr>
<td class="c" colspan="2"><?php echo $this->getData('nfo_title_head')?> <?php echo $this->getData('element_typ')?></td>
</tr><tr>
<th><?php echo $this->getData('nfo_name')?></th>
<th><?php echo $this->getData('name')?></th>
</tr><tr>
<th colspan="2">
<table>
<tbody>
<tr>
<td><img src="<?php echo $this->getData('dpath')?>gebaeude/<?php echo $this->getData('image')?>.gif" align="top" border="0" height="120" width="120"></td>
<td><?php echo $this->getData('description')?><br><br><?php echo $this->getData('rf_info_to')?><?php echo $this->getData('rf_info_fr')?></td>
</tr>
</tbody>
</table>
</th>
</tr><tr>
<th><?php echo $this->getData('nfo_struct_pt')?></th>
<th><?php echo $this->getData('hull_pt')?></th>
</tr><tr>
<th><?php echo $this->getData('nfo_shielf_pt')?></th>
<th><?php echo $this->getData('shield_pt')?></th>
</tr><tr>
<th><?php echo $this->getData('nfo_attack_pt')?></th>
<th><?php echo $this->getData('attack_pt')?></th>
</tr><tr>
<th><?php echo $this->getData('nfo_capacity')?></th>
<th><?php echo $this->getData('capacity_pt')?>&nbsp;<?php echo $this->getData('nfo_units')?></th>
</tr><tr>
<th><?php echo $this->getData('nfo_base_speed')?></th>
<th><?php echo $this->getData('base_speed')?> <?php echo $this->getData('upd_speed')?></th>
</tr><tr>
<th><?php echo $this->getData('nfo_consumption')?></th>
<th><?php echo $this->getData('base_conso')?> <?php echo $this->getData('upd_conso')?></th>
</tr>
</tbody>
</table>