game/onyx2/tpl/admin/print_choixU.tpl

27 lines
919 B
Smarty

{include file='game/header.tpl'}
<h2>{$titre}</h2>
<table>
<tr>
<td>
<form action="admin.php" method="get">
<fieldset class="options" style="margin: 0;">
<label for="iduser">ID :</label> <input type="text" value="" id="iduser" name="id" tabindex="1" /><br />
<input type="hidden" value="{$linkpage}" name="p" /><br />
<input type="submit" class="submit" value="GO" />
</fieldset>
</form>
</td>
</tr>
<tr>
<td>
<form action="admin.php" method="get">
<fieldset class="options" style="margin: 0;">
<label for="nameU">Nom :</label> <input type="text" id="nameU" name="name" tabindex="2" /><br />
<input type="hidden" value="{$linkpage}" name="p" /><br />
<input type="submit" class="submit" value="GO" />
</fieldset>
</form>
</td>
</tr>
</table>
{include file='game/footer.tpl'}