View file templates/profile_warning.tpl

File size: 1.81Kb
<img src="../images/img/menu.png" alt="{L_MODIFY_REPUTATION}" /> <b>{L_MODIFY_REPUTATION}</b> <br /><br />

<form action="{S_PROFILE_ACTION}" name="modify_reputation" method="post">

<!-- BEGIN postrow -->
<b>{postrow.USER_NAME}</b> за сообщение<br/>
<div class="q">{postrow.POSTER_MESSAGE}"</div>
<!-- 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 -->
<br>
{S_HIDDEN_FORM_FIELDS}<input class="subbutton" type="submit" name="submit" value="{L_SUBMIT}" /><br/>
</form><br/>

<img src="../images/img/homepage.gif" alt="image" /> <a href="../index.php?">На главную</a>
</div>