wootook-reloaded/includes/application/design/scripts/deprecated/buildings_fleet.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +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>