wootook-reloaded/templates/OpenGame/admin/admin_panel_frm3.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

22 lines
No EOL
544 B
Go Template

<br >
<center>
<table width="300">
<form action="" method="get">
<input type="hidden" name="s" value="{csrf_hack}" />
<tr>
<td class="c" colspan="6">{adm_mod_level}</td>
</tr>
<tr>
<th>{adm_player_nm}</th>
<th><input type="text" name="player" style="width:150"></th>
</tr>
<tr>
<th colspan="2"><select name="authlvl">{adm_level_lst}</select></th>
</tr>
<tr>
<th colspan="2"><input type="submit" value="{adm_bt_change}"></th>
</tr>
<input type="hidden" name="result" value="usr_level">
</form>
</table>
</center>