wootook-reloaded/application/design/base/default/scripts/deprecated/admin/unbanned.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

21 lines
No EOL
497 B
Go Template

<br><br>
<h2>D&eacute;bannir un joueur </h2>
<form action="unbanned.php?mode=change" method="post">
<table width="409" style="color:#FFFFFF">
<tbody>
<tr>
<td class="c" colspan="2">Joueur &agrave; d&eacute;bannir</td>
</tr>
<tr>
<th width="129"><?php echo $this->getData('Name')?></th>
<th width="268"><input name="nam" maxlength="80" size="25" value="" type="text">
</th>
</tr>
<tr>
<th colspan="2"><input value="D&eacute;bannir" type="submit"></th>
</tr>
<tr>
</tr>
</tbody>
</table>
</form>