Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
27
templates/admin/print_choixU.tpl
Normal file
27
templates/admin/print_choixU.tpl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>{$titre}</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<form action="admin.php" method="get">
|
||||
<p>
|
||||
ID : <input type="text" value="" name="id" />
|
||||
<input type="hidden" value="{$linkpage}" name="p" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form action="admin.php" method="get">
|
||||
<p>
|
||||
Nom : <input type="text" name="name" />
|
||||
<input type="hidden" value="{$linkpage}" name="p" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue