Просмотр файла templates/viewtopic_post.tpl
- <form action="{S_POST_ACTION}" method="post">
- <!-- BEGIN switch_username_select -->
- Логин: <br><input type="text" name="username" /><br/>
- <!-- END switch_username_select -->
- Добавить сообщение:<br/>
- <textarea name="message" rows="3" cols="25" style="width: 99%;"></textarea><br/>
- {S_HIDDEN_FORM_FIELDS}
- <input class="subbutton" type="submit" name="post" value="Отправить" />
- </form>