Файл: templates/web/profile_warning.tpl
Строк: 48
<center>Бан</center>
<form
action="{S_PROFILE_ACTION}" name="modify_reputation"
method="post">
<div class="tab">
<span
class="cattitle">{L_MODIFY_REPUTATION}</span>
</div>
<div
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
-->
</div>
{S_HIDDEN_FORM_FIELDS}<input
class="subbutton" type="submit" name="submit"
value="{L_SUBMIT}" />
</form>
<div
class="tab">
- <a
href="{U_PORTAL}">{L_PORTAL}</a></div>