wootook-reloaded/includes/application/design/scripts/deprecated/buildings_research.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

15 lines
No EOL
232 B
Go Template

<center>
<font color="#ff0000"><?php echo $this->getData('noresearch')?></font>
<br />
<table align=top>
<tr>
<td>
<table width=530>
<tr>
<?php echo $this->getData('technolist')?>
</tr>
</table>
</td>
</tr>
</table>
</center>