wootook-reloaded/application/design/base/default/scripts/deprecated/add_declare.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +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>