Move “add Sone” form to “known Sones” page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:16:15 +0000 (21:16 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:16:15 +0000 (21:16 +0200)
src/main/resources/templates/index.html
src/main/resources/templates/knownSones.html

index 3f9dc57..122a487 100644 (file)
                <%/foreach>
        </div>
 
-       <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
-
-       <div><%= Page.Index.AddSone.Description|l10n|html></div>
-
-       <form action="addSone.html" method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <input id="addsone" type="text" name="request-uri" />
-               <button type="submit"><%= Page.Index.AddSone.Button.Add|l10n|html></button>
-       </form>
-
 <%include include/tail.html>
index 4364cb1..26a98ac 100644 (file)
@@ -1,5 +1,15 @@
 <%include include/head.html>
 
+       <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
+
+       <div><%= Page.Index.AddSone.Description|l10n|html></div>
+
+       <form action="addSone.html" method="post">
+               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+               <input id="addsone" type="text" name="request-uri" />
+               <button type="submit"><%= Page.Index.AddSone.Button.Add|l10n|html></button>
+       </form>
+
        <h1><%= Page.KnownSones.Page.Title|l10n|html></h1>
 
        <div id="known-sones">