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>
33 lines
No EOL
1.1 KiB
Go Template
33 lines
No EOL
1.1 KiB
Go Template
<tr>
|
|
<th colspan="2">
|
|
<br><?php echo $this->getData('ins_tx_inst1')?><br>
|
|
<?php echo $this->getData('ins_tx_inst2')?><br>
|
|
<?php echo $this->getData('ins_tx_inst3')?><br><br>
|
|
<table width="270" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td><?php echo $this->getData('ins_form_server')?>:</td>
|
|
<td><input type="text" name="host" value="localhost" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo $this->getData('ins_form_db')?>:</td>
|
|
<td><input type="text" name="db" value="" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo $this->getData('ins_form_prefix')?>:</td>
|
|
<td><input type="text" name="prefix" value="game_" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo $this->getData('ins_form_login')?>:</td>
|
|
<td><input type="text" name="user" value="" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo $this->getData('ins_form_pass')?>:</td>
|
|
<td><input type="password" name="passwort" value="" size="20"></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2"><input type="button" name="next" onclick="submit();" value="<?php echo $this->getData('ins_btn_inst')?>" ></th>
|
|
</tr> |