wootook-reloaded/includes/application/design/scripts/deprecated/info_buildings_destroy.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

14 lines
No EOL
771 B
Go Template

<br>
<table width="519">
<tbody>
<tr>
<td class="c" align="center">
<a href="<?php echo $this->getData('destroyurl')?>"><?php echo $this->getData('nfo_destroy')?>: <?php echo $this->getData('name')?> <?php echo $this->getData('nfo_level')?> <?php echo $this->getData('levelvalue')?> ?</a>
</td>
</tr><tr>
<th><?php echo $this->getData('nfo_needed')?> : <?php echo $this->getData('nfo_metal')?>:<b><?php echo $this->getData('metal')?></b> <?php echo $this->getData('nfo_crysta')?>:<b><?php echo $this->getData('crystal')?></b> <?php echo $this->getData('nfo_deuter')?>:<b><?php echo $this->getData('deuterium')?></b></th>
</tr><tr>
<th><br><?php echo $this->getData('nfo_dest_durati')?>: <?php echo $this->getData('destroytime')?><br></th>
</tr>
</tbody>
</table>