<form action="/" method="post">
<input type="hidden" name="error_return_url" value="{getUrl('','mid','home')}" />
<input type="hidden" name="success_return_url" value="{getUrl('','mid','home')}" />
<input type="hidden" name="act" value="procBoardInsertDocument" />
<input type="hidden" name="document_srl" value="" />
<input type="hidden" name="comment_status" value="ALLOW" />
<input type="hidden" name="allow_trackback" value="Y" />
<input type="hidden" name="mid" value="{$mid}">
<input type="text" name="title" placeholder="오늘은 무슨 일이 있었나요?" required/>
<textarea name="content" class="form-control" placeholder="당신의 이야기를 들려주세요" required onkeydown="resize(this)" onkeyup="resize(this)"></textarea>
<button type="submit">트윗하기</button>
</form>