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>
27 lines
No EOL
759 B
Go Template
27 lines
No EOL
759 B
Go Template
<br><br>
|
|
<h2>DECLARATION DE MULTICOMPTE</h2>
|
|
<form action="add_declare.php" method="post">
|
|
<input type="hidden" name="mode" value="addit">
|
|
<table width="305">
|
|
<tbody>
|
|
<tr>
|
|
<td class="c" colspan="6">DECLARATION DE MULTICOMPTE</td>
|
|
</tr><tr>
|
|
<th>Premier joueur implique</th>
|
|
<th><input name="dec1" type="text" value="" /></th>
|
|
</tr><tr>
|
|
<th>Second joueur implique</td>
|
|
<th><input name="dec2" type="text" value="" /></th>
|
|
</tr><tr>
|
|
<th>Troisieme joueur implique</td>
|
|
<th><input name="dec3" type="text" value="" /></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Raison du multicompte</td>
|
|
<th><input name="reason" type="text" value="0" /></th>
|
|
</tr><tr>
|
|
<th colspan="2"><input type="Submit" value="<?php echo $this->getData('adm_am_add')?>" /></th>
|
|
</tbody>
|
|
</tr>
|
|
</table>
|
|
</form> |