Файл: templates/admin/user_select_body.tpl
Строк: 20
<p>{L_USER_TITLE}<br/>
<span
class="genmed">{L_USER_EXPLAIN}</span></p>
<form
method="post" name="post"
action="{S_USER_ACTION}">
<table width="100%"
cellpadding="4" cellspacing="0" border="0"
class="forumline">
<tr>
<td
class="catSides">
<span
class="cattitle">{L_USER_SELECT}<tr>
<td
class="row1">
Введите имя:<br/>
<input
type="text" name="username"
maxlength="50"/>
<input type="hidden"
name="mode" value="edit"
/>
{S_HIDDEN_FIELDS}
</td>
</tr>
</table>
<input
type="submit" name="submituser"
value="{L_LOOK_UP}" class="subbutton"
/>
</form>