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

11 lines
307 B
Go Template

<br>
<table width=519>
<tr>
<td class=c colspan=2><?php echo $this->getData('alliance')?></td>
</tr>
<tr>
<th><a href="?mode=make"><?php echo $this->getData('make_alliance_owner')?></a></th>
<th><a href="?mode=search"><?php echo $this->getData('search_alliance')?></a></th>
</tr>
</table>
<br>