wootook-reloaded/application/design/base/default/scripts/deprecated/buildings_research_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
670 B
Go Template

<tr>
<th class="l">
<a href="infos.php?gid=<?php echo $this->getData('tech_id')?>">
<img border=0 src="<?php echo $this->getData('dpath')?>gebaeude/<?php echo $this->getData('tech_id')?>.gif" align="top" width=120 height=120></a>
</th>
<td class="l">
<a href="infos.php?gid=<?php echo $this->getData('tech_id')?>"><?php echo $this->getData('tech_name')?></a> <?php echo $this->getData('tech_level')?><br><?php echo $this->getData('tech_descr')?><br>
<?php echo $this->getData('tech_price')?>
<?php echo $this->getData('search_time')?>
<?php echo $this->getData('tech_restp')?>
</td>
<th class="l">
<?php echo $this->getData('tech_link')?>
</th>
</tr>