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>
12 lines
No EOL
608 B
Go Template
12 lines
No EOL
608 B
Go Template
<tr>
|
|
<th height="22"><?php echo $this->getData('type')?> (<?php echo $this->getData('level')?> <?php echo $this->getData('level_type')?>)</th>
|
|
<th><font color="#ffffff"><?php echo $this->getData('metal_type')?></font></th>
|
|
<th><font color="#ffffff"><?php echo $this->getData('crystal_type')?></font></th>
|
|
<th><font color="#ffffff"><?php echo $this->getData('deuterium_type')?></font></th>
|
|
<th><font color="#ffffff"><?php echo $this->getData('energy_type')?></font></th>
|
|
<th>
|
|
<select name="<?php echo $this->getData('name')?>" size="1">
|
|
<?php echo $this->getData('option')?>
|
|
</select>
|
|
</th>
|
|
</tr> |