wootook-reloaded/includes/application/design/scripts/deprecated/buildings_builds_row.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

15 lines
No EOL
631 B
Go Template

<tr>
<td class="l">
<a href="infos.php?gid=<?php echo $this->getData('i')?>">
<img border="0" src="<?php echo $this->getData('dpath')?>gebaeude/<?php echo $this->getData('i')?>.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=<?php echo $this->getData('i')?>"><?php echo $this->getData('n')?></a><?php echo $this->getData('nivel')?><br>
<?php echo $this->getData('descriptions')?><br>
<?php echo $this->getData('price')?>
<?php echo $this->getData('time')?>
<?php echo $this->getData('rest_price')?>
</td>
<td class="k"><?php echo $this->getData('click')?></td>
</tr>