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>
9 lines
No EOL
482 B
Go Template
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> |