Show multiline-capable input boxes on focus, single-line inputs on blur.
[Sone.git] / src / main / resources / templates / include / updateStatus.html
1 <form id="update-status" action="createPost.html" method="post">
2         <input type="hidden" name="formPassword" value="<% formPassword|html>" />
3         <input type="hidden" name="returnPage" value="<% request.uri|html>" />
4         <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
5         <input type="text" class="status-input" name="text" value="" />
6         <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
7 </form>