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

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>