wootook-reloaded/templates/OpenGame/add_declare.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

27 lines
No EOL
730 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="{adm_am_add}" /></th>
</tbody>
</tr>
</table>
</form>