blob: 4904f817e23a5799789ff408f1ce7ce11771788e (
plain) (
blame)
1
2
3
4
5
|
<details><summary>Создать топик</summary><form method=\"post\" action=\"
\"><input type=\"hidden\" name=\"type\" value=\"
\"> <label for=\"text\">Топик</label> <input type=\"text\" name=\"text\" id=\"text\" placeholder=\"имя темы...\"> <input type=\"submit\" value=\"Создать\"></form></details> <details><summary>Создать пост</summary><form method=\"post\" action=\"
\"><input type=\"hidden\" name=\"type\" value=\"
\"> <label for=\"text\">Текст</label> <textarea name=\"text\" id=\"text\" placeholder=\"текст...\" rows=\"10\"></textarea> <input type=\"submit\" value=\"Создать\"></form></details>
|