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>
15 lines
No EOL
354 B
Go Template
15 lines
No EOL
354 B
Go Template
<br>
|
|
<form action="" method=POST>
|
|
|
|
<table width=519>
|
|
<tr>
|
|
<td class=c colspan=2><?php echo $this->getData('your_apply')?></td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=2><?php echo $this->getData('request_text')?></th>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=2><input type=submit name="bcancel" value="<?php echo $this->getData('button_text')?>"></th>
|
|
</tr>
|
|
</table>
|
|
</form> |