wootook-reloaded/includes/application/design/scripts/deprecated/add_declare.tpl
Gregory PLANCHAT ddfb36efa5 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>
2011-07-29 08:20:47 +02:00

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>