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
426 B
Go Template
9 lines
No EOL
426 B
Go Template
<tr>
|
|
<td class ="c" width="30"><?php echo $this->getData('Position')?></td>
|
|
<td class ="c" width="30"><?php echo $this->getData('Difference')?></td>
|
|
<td class ="c"><?php echo $this->getData('Alliance')?></td>
|
|
<td class ="c"> </td>
|
|
<td class ="c"><?php echo $this->getData('Members')?></td>
|
|
<td class ="c"><?php echo $this->getData('Points')?></td>
|
|
<td class ="c"><?php echo $this->getData('PerMember')?></td>
|
|
</tr> |