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>
16 lines
No EOL
625 B
Go Template
16 lines
No EOL
625 B
Go Template
<br>
|
|
<tr>
|
|
<th><?php echo $this->getData('delete')?></th>
|
|
<th> <?php echo $this->getData('r0')?> </th>
|
|
<input type="hidden" name="id[]" value="<?php echo $this->getData('a')?>">
|
|
<th><?php echo $this->getData('r1')?></th>
|
|
<th><?php echo $this->getData('r2')?></th>
|
|
<th><?php echo $this->getData('r3')?></th>
|
|
<th><?php echo $this->getData('r4')?></th>
|
|
<th><?php echo $this->getData('r5')?></th>
|
|
<th><?php echo $this->getData('r6')?></th>
|
|
<th><?php echo $this->getData('r7')?></th>
|
|
<th><?php echo $this->getData('r8')?></th>
|
|
<th><?php echo $this->getData('r9')?></th>
|
|
</tr>
|
|
<tr> |