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>
31 lines
No EOL
1.3 KiB
Go Template
31 lines
No EOL
1.3 KiB
Go Template
<br>
|
|
<center>
|
|
<form method="post">
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c"><?php echo $this->getData('stat_title')?>: <?php echo $this->getData('stat_date')?></td>
|
|
</tr><tr>
|
|
<th align="center">
|
|
<table>
|
|
<tr>
|
|
<th width="8%" style="background-color: transparent;"> </th>
|
|
<th style="background-color: transparent;"><?php echo $this->getData('stat_show')?> </th>
|
|
<th style="background-color: transparent;"><select name="who" onChange="javascript:document.forms[0].submit()"><?php echo $this->getData('who')?></select></th>
|
|
<th style="background-color: transparent;"> <?php echo $this->getData('stat_by')?> </th>
|
|
<th style="background-color: transparent;"><select name="type" onChange="javascript:document.forms[0].submit()"><?php echo $this->getData('type')?></select></th>
|
|
<th style="background-color: transparent;"> <?php echo $this->getData('stat_range')?> </th>
|
|
<th style="background-color: transparent;"><select name="range" onChange="javascript:document.forms[0].submit()"><?php echo $this->getData('range')?></select></th>
|
|
<th width="8%" style="background-color: transparent;"> </th>
|
|
<tr>
|
|
</table>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<table width="519">
|
|
<?php echo $this->getData('stat_header')?>
|
|
<?php echo $this->getData('stat_values')?>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html> |