aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/post.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/post.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/post.html b/juick-www/src/main/webapp/WEB-INF/views/post.html
new file mode 100644
index 00000000..51b044da
--- /dev/null
+++ b/juick-www/src/main/webapp/WEB-INF/views/post.html
@@ -0,0 +1,15 @@
+{% extends "layouts/content" %}
+{% import "views/macros/tags" %}
+{% block content %}
+<form action="/post2" method="post" id="postmsg" enctype="multipart/form-data">
+ <p style="text-align: left"><b>Фото:</b> <span id="attachmentfile">
+ <input type="file" name="attach"/> <i>(JPG, PNG, до 10Мб)</i></span></p>
+
+ <p><textarea name="body" class="newmessage" rows="7" cols="10">{{ body }}</textarea><br/>
+ <input type="submit" class="subm" value=" Отправить "/></p>
+</form>
+<p style="text-align: left"><b>Теги:</b></p>
+{{ tags(visitor.name, tags) }}
+{% endblock %}
+{% block "column" %}
+{% endblock %} \ No newline at end of file