File size: 1.01Kb
<form action="{S_POST_ACTION}" method="post">
<br/>Быстрый ответ:<br/>
<!-- BEGIN switch_username_select -->
Логин: <input type="text" name="username" /><br/>Сообщение:<br/>
<!-- END switch_username_select -->
<!-- BEGIN bb_panel -->
<a href="javascript:void(0);" onclick="bbcode('b');">[b]</a> <a href="javascript:void(0);" onclick="bbcode('url');">[url]</a> <a href="javascript:void(0);" onclick="bbcode('code');">[code]</a> <a href="javascript:void(0);" onclick="bbcode('i');">[i]</a> <a href="javascript:void(0);" onclick="bbcode('u');">[u]</a><br/>
<!-- END bb_panel -->
<textarea id="text" name="message" rows="4" cols="15" style="width: 240px;"></textarea><br/>
<input type="checkbox" name="translit" /> Транслит<br/>
<!-- BEGIN switch_notify_checkbox -->
<input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /> {L_NOTIFY_ON_REPLY}<br/>
<!-- END switch_notify_checkbox -->
{S_HIDDEN_FORM_FIELDS}
<input class="subbutton" type="submit" name="post" value="{L_SUBMIT}" />
</form>