game/onyx2/tpl/admin/print_choixU.tpl

27 lines
919 B
Smarty
Raw Normal View History

2009-11-01 11:00:00 +00:00
{include file='game/header.tpl'}
<h2>{$titre}</h2>
<table>
<tr>
<td>
<form action="admin.php" method="get">
2020-11-15 15:12:30 +00:00
<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 />
2009-11-01 11:00:00 +00:00
<input type="submit" class="submit" value="GO" />
2020-11-15 15:12:30 +00:00
</fieldset>
2009-11-01 11:00:00 +00:00
</form>
</td>
</tr>
<tr>
<td>
<form action="admin.php" method="get">
2020-11-15 15:12:30 +00:00
<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 />
2009-11-01 11:00:00 +00:00
<input type="submit" class="submit" value="GO" />
2020-11-15 15:12:30 +00:00
</fieldset>
2009-11-01 11:00:00 +00:00
</form>
</td>
</tr>
</table>
{include file='game/footer.tpl'}