Файл: templates/profile_warning.tpl
Строк: 51
<p><a
href="{U_INDEX}">Форумы</a>|Бан</p>
<form
action="{S_PROFILE_ACTION}" name="modify_reputation"
method="post">
<table width="100%"
cellpadding="4" cellspacing="0" border="0"
class="forumline">
<tr>
<td
class="catSides">
<span
class="cattitle">{L_MODIFY_REPUTATION}</span>
</td>
</tr>
<tr>
<td
class="row1">
<!-- BEGIN postrow
-->
<b>{postrow.USER_NAME}</b> за
сообщение
"{postrow.POSTER_MESSAGE}"<br/>
<!--
END postrow -->
Причина:<br/>
<textarea
name="message" rows="4" cols="35"
wrap="virtual">{MESSAGE}</textarea><br/>
{L_EXPIRE}:<br/>
<!--
BEGIN switch_expire_fixed -->
{L_EXPIRE_MESSAGE}
<!-- END
switch_expire_fixed -->
<!-- BEGIN switch_expire_limited
-->
{L_EXPIRE_DAYS_0}<input type="input"
name="expire_days" size="3" maxlength="3"
value="{S_EXPIRE_DAYS}" /><select
name="ban_unit"><option selected="selected"
value="60">минуты</option><option
value="3600">часы</option><option
value="86400">дни</option></select>
<!-- END
switch_expire_limited -->
<!-- BEGIN switch_expire_limited_bottom
-->
<input type="radio" name="expire_never"
id="expire_never_1" value="1" /><label
for="expire_never_1">{L_EXPIRE_NEVER}</label><br
/>
<input type="radio" name="expire_never"
id="expire_never_0" value="0"
checked="checked" /><label
for="expire_never_0">{L_EXPIRE_DAYS_0}</label><input
type="input" name="expire_days" size="3"
maxlength="3" value="{S_EXPIRE_DAYS}" /><select
name="ban_unit"><option selected="selected"
value="60">минуты</option><option
value="3600">часы</option><option
value="86400">дни</option></select>
<!-- END
switch_expire_limited_bottom -->
<!-- BEGIN allow_pm
-->
<br/><input type="checkbox"
name="allow_pm" /> банить личку
<!-- END
allow_pm
-->
</td>
</tr>
</table>
{S_HIDDEN_FORM_FIELDS}<input
class="subbutton" type="submit" name="submit"
value="{L_SUBMIT}" />
</form>