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
357 B
Go Template
8 lines
No EOL
357 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('Player')?></td>
|
|
<td class="c"> </td>
|
|
<td class="c"><?php echo $this->getData('Alliance')?></td>
|
|
<td class="c"><?php echo $this->getData('Points')?></td>
|
|
</tr> |