wootook-reloaded/templates/OpenGame/techtree_row.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

17 lines
No EOL
442 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={tt_info}">{tt_name}</a></td>
<td style=\"background-color: transparent;\" align="right">{tt_detail}</td>
</tr>
</table>
</th>
<th class="l" width="60%">
<table width="100%">
<tr>
<td style=\"background-color: transparent;\" align="left">{required_list}</td>
</tr>
</table>
</th>
</tr>