Redesign and consolidate.
[Sone.git] / src / main / resources / templates / include / updateStatus.html
diff --git a/src/main/resources/templates/include/updateStatus.html b/src/main/resources/templates/include/updateStatus.html
new file mode 100644 (file)
index 0000000..129c526
--- /dev/null
@@ -0,0 +1,8 @@
+<div id="update-status">
+       <form action="createPost.html" method="post">
+               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+               <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
+               <input class="status-input" name="text" />
+               <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
+       </form>
+</div>