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

17 lines
No EOL
558 B
Go Template

<tr>
<th class="l" width="40%">
<table width="100%">
<tr>
<td style=\"background-color: transparent;\" align="left"><a href="infos.php?gid=<?php echo $this->getData('tt_info')?>"><?php echo $this->getData('tt_name')?></a></td>
<td style=\"background-color: transparent;\" align="right"><?php echo $this->getData('tt_detail')?></td>
</tr>
</table>
</th>
<th class="l" width="60%">
<table width="100%">
<tr>
<td style=\"background-color: transparent;\" align="left"><?php echo $this->getData('required_list')?></td>
</tr>
</table>
</th>
</tr>