wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/add_declare.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01: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>