aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html
blob: 804605ddc3211d6ce720e6ec4241ce4726edb9f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<form action="/post" method="post" enctype="multipart/form-data">
    <section id="newmessage">
        <textarea name="body" placeholder="Новое сообщение..."></textarea>
        <div>
            <input type="text" class="img" name="img" placeholder="Ссылка на изображение (JPG/PNG, до 10Мб)" style="margin-bottom: 8pt"/> или <a
                href="#">загрузить</a><br/>

            <input type="text" class="tags" name="tags" placeholder="Теги (через пробел)"/><br/>
            <input type="submit" class="subm" value="Отправить"/>
        </div>
    </section>
</form>