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

9 lines
No EOL
482 B
Go Template

<tr>
<th><?php echo $this->getData('ally_rank')?></th>
<th><?php echo $this->getData('ally_rankplus')?></th>
<th><a href="alliance.php?mode=ainfo&tag=<?php echo $this->getData('ally_tag')?>" target='_ally'><?php echo $this->getData('ally_name')?></a></th>
<th><?php echo $this->getData('ally_mes')?></th>
<th><?php echo $this->getData('ally_members')?></th>
<th><?php echo $this->getData('ally_points')?></th>
<th><?php echo $this->getData('ally_members_points')?></th>
</tr>