Added Research lab queue manager.
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>
This commit is contained in:
parent
f2d4b0f7e2
commit
ddfb36efa5
341 changed files with 4238 additions and 3259 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<br><br>
|
||||
<h2><?php echo $this->getData('Qry_title')?></h2>
|
||||
<form method="post" action="QueryExecute.php">
|
||||
<table width="305" border="0" cellspacing="2" cellpadding="0" style="color:#FFFFFF">
|
||||
<tr>
|
||||
<td class="c" colspan="6"><TEXTAREA name="qry_sql" rows=10 COLS=40></TEXTAREA></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="130"><input type="submit" name="ok" value="<?php echo $this->getData('md5_doit')?>"></th>
|
||||
<th width="130"><input type="checkbox" name="really_do_it" ><?php echo $this->getData('exec_check')?></th>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in a new issue