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

19 lines
No EOL
337 B
Go Template

<center>
<br />
<table align="top">
<tr>
<td>
<form action="buildings.php?mode=fleet" method="post">
<table width=530>
{buildlist}
<tr>
<td class="c" colspan=2 align="center"><input type="submit" value="{Construire}"></td>
</tr>
</table>
</form>
</td>
<td valign="top"></td>
</tr>
</table>
{buildinglist}
</center>