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>
8 lines
No EOL
422 B
Go Template
8 lines
No EOL
422 B
Go Template
<tr>
|
|
<th align="center"><?php echo $this->getData('player_rank')?></th>
|
|
<th align="center"><?php echo $this->getData('player_rankplus')?></th>
|
|
<th align="left"><?php echo $this->getData('player_name')?></th>
|
|
<th align="center"><?php echo $this->getData('player_mes')?></th>
|
|
<th align="left"><?php echo $this->getData('player_alliance')?></th>
|
|
<th align="right"><?php echo $this->getData('player_points')?></th>
|
|
</tr> |