wootook-reloaded/application/design/base/default/scripts/deprecated/buildings_fleet.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

19 lines
No EOL
424 B
Go Template

<center>
<br />
<table align="top">
<tr>
<td>
<form action="buildings.php?mode=fleet" method="post">
<table width=530>
<?php echo $this->getData('buildlist')?>
<tr>
<td class="c" colspan=2 align="center"><input type="submit" value="<?php echo $this->getData('Construire')?>"></td>
</tr>
</table>
</form>
</td>
<td valign="top"></td>
</tr>
</table>
<?php echo $this->getData('buildinglist')?>
</center>