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

16 lines
No EOL
304 B
Go Template

<br><br>
<h2>Liste des lunes</h2>
<table width="500" style="color:#FFFFFF">
<tr>
<td class="c" colspan="6">Univers lunaire</td>
</tr>
<tr>
<th>ID</th>
<th>Nom de la lune</th>
<th>Plan&egrave;te m&egrave;re</th>
<th>Galaxie</th>
<th>Syst&egrave;me</th>
<th>Plan&egrave;te</th>
</tr>
{moon}
</table>