View file globalchat/view/globalchat/templates/msg_form.tpl

File size: 418B
{* Smarty *}

<div class="{$smarty.const.DIV_M_MSG_FORM}">
<form method='post' action='?room_id={$roomId}'>
{if !empty($smarty.get.write_to_user)}
<input type='hidden' name='write_to_user' value='{$smarty.get.write_to_user}' />
{/if}
<input type='text' name='msg' autofocus='1' maxlength='1024' /><br />
<input type='submit' value='Отправить' /> {include file='navigation_panel.tpl'} 
</form>
</div>