diff options
author | Vitaly Takmazov | 2017-08-30 01:16:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-30 01:20:50 +0300 |
commit | 7c5469465b363505b9bdcf1cd0057d1c05f6b475 (patch) | |
tree | 2d107637b6a8fe0b7d794e5db9b1ebcec7a338c5 /juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html | |
parent | fe5ecea37a5974bd78712168b57e2c0b1d530f97 (diff) |
www: move dialog form to js, using /post form when js unavailable
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html b/juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html deleted file mode 100644 index e21002b8..00000000 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/newmessage.html +++ /dev/null @@ -1,8 +0,0 @@ -<form id="newmessage" action="/post" method="post" enctype="multipart/form-data"> - <textarea name="body" placeholder="{{ i18n("messages","postForm.newMessage") }}"></textarea> - <div> - <input type="text" class="img" name="img" placeholder="{{ i18n("messages","postForm.imageLink") }} ({{ i18n("messages","postForm.imageFormats") }})"/> {{ i18n("messages","postForm.or") }} <a href="#">{{ i18n("messages","postForm.upload") }}</a><br/> - <input type="text" class="tags" name="tags" placeholder="{{ i18n("messages","postForm.tags") }}"/><br/> - <input type="submit" class="subm" value="{{ i18n("messages","postForm.submit") }}"/> - </div> -</form>
\ No newline at end of file |