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

29 lines
No EOL
410 B
Go Template

<table width="519">
<tbody>
<tr>
<td class="c">{name}</td>
</tr><tr>
<th>
<table>
<tbody>
<tr>
<td><img src="{dpath}gebaeude/{image}.gif" align="top" border="0" height="120" width="120"></td>
<td>{description}</td>
</tr>
</tbody>
</table>
</th>
</tr><tr>
<th>
<center>
<table border="1">
<tbody>
{table_head}
{table_data}
</tbody>
</table>
</center>
</th>
</tr>
</tbody>
</table>