aboutsummaryrefslogtreecommitdiff
path: root/views/new-node_templ.txt
diff options
context:
space:
mode:
Diffstat (limited to 'views/new-node_templ.txt')
-rw-r--r--views/new-node_templ.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/new-node_templ.txt b/views/new-node_templ.txt
new file mode 100644
index 0000000..4904f81
--- /dev/null
+++ b/views/new-node_templ.txt
@@ -0,0 +1,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>