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