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

15 lines
No EOL
312 B
Go Template

<tr>
<td class="l">
<a href="infos.php?gid={i}">
<img border="0" src="{dpath}gebaeude/{i}.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid={i}">{n}</a>{nivel}<br>
{descriptions}<br>
{price}
{time}
{rest_price}
</td>
<td class="k">{click}</td>
</tr>