15 lines
No EOL
351 B
Go Template
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> |