blob: e21002b8f7fde495d590d7fd279f7ea8a87f08e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<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>
|