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

15 lines
No EOL
351 B
Go Template

<tr>
<th class="l">
<a href="infos.php?gid={tech_id}">
<img border=0 src="{dpath}gebaeude/{tech_id}.gif" align="top" width=120 height=120></a>
</th>
<td class="l">
<a href="infos.php?gid={tech_id}">{tech_name}</a> {tech_level}<br>{tech_descr}<br>
{tech_price}
{search_time}
{tech_restp}
</td>
<th class="l">
{tech_link}
</th>
</tr>