Redesign and consolidate.
[Sone.git] / src / main / resources / templates / include / updateStatus.html
1 <div id="update-status">
2         <form action="createPost.html" method="post">
3                 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
4                 <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
5                 <input class="status-input" name="text" />
6                 <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
7         </form>
8 </div>