Redesign and consolidate.
[Sone.git] / src / main / resources / templates / index.html
index 2b21e91..3f9dc57 100644 (file)
@@ -3,31 +3,11 @@
        <script language="javascript">
                /* register input field/textarea swap. */
                $(document).ready(function() {
-                       registerInputTextareaSwap("#sone input.createpost", "What are you doing?");
-                       registerInputTextareaSwap("#sone input.create-reply", "Write a Reply…");
-
-                       /* hide all the “create reply” forms until a link is clicked. */
-                       commentElement = $("<div>Comment</div>").addClass("show-reply-form").click(function() {
-                       });
-                       $("#sone .post > .status-line .time").after(commentElement);
-                       $("#sone .post .create-reply").addClass("hidden");
+                       registerInputTextareaSwap("#sone input.reply-input", "Write a Reply…");
+                       addCommentLinks();
                });
        </script>
 
-       <h1><%= Page.Index.Page.Title|l10n|insert needle="{sone}" key=currentSone.name|html></h1>
-
-       <div>
-               <form action="createPost.html" method="post">
-                       <div>
-                               <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
-                               <input class="createpost" name="text" />
-                       </div>
-                       <div>
-                               <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
-                       </div>
-               </form>
-       </div>
-
        <h1><%= Page.Index.PostList.Title|l10n|html></h1>
 
        <div id="posts">
@@ -37,9 +17,9 @@
                        <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
                <%/foreach>
        </div>
-       
+
        <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
-       
+
        <div><%= Page.Index.AddSone.Description|l10n|html></div>
 
        <form action="addSone.html" method="post">