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

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>