title input
parent
ecfe6b32f3
commit
4d87cfa89b
|
@ -4,7 +4,8 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<form action="%CONTENT_DIR%/board/?id=$id&action=submit" method="post">
|
<form action="%CONTENT_DIR%/board/?id=$id&action=submit" method="post">
|
||||||
<input type="text" name="post" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/>
|
<input type="text" name="title" maxlength="128" placeholder="Title"/>
|
||||||
|
<input type="text" name="content" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/>
|
||||||
<input type="submit" value="Post">
|
<input type="submit" value="Post">
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue