View file templates/profile_warning.tpl

File size: 1.84Kb
<div class="navbar"><a href="{U_INDEX}">Форумы</a>|Модерация</div>
<form action="{S_PROFILE_ACTION}" name="modify_reputation" method="post">
<div class="catSides">
{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>
</div>
<div class="row1">
{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 -->
<br/>В соответствии с пунктом правил:<br/>
{RULES_LIST}
</div>
<!-- BEGIN allow_pm -->
<div class="row1">
<input type="checkbox" name="allow_pm" /> банить приват
</div>
<!-- END allow_pm -->
{S_HIDDEN_FORM_FIELDS}<input class="subbutton" type="submit" name="submit" value="{L_SUBMIT}" />
</form>