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

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>