From: David ‘Bombe’ Roden Date: Tue, 19 Oct 2010 19:16:15 +0000 (+0200) Subject: Move “add Sone” form to “known Sones” page. X-Git-Tag: 0.1-RC1~186 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=69f74c761d150eab9759449827c34b1a5e57eefe Move “add Sone” form to “known Sones” page. --- diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 3f9dc57..122a487 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -18,14 +18,4 @@ <%/foreach> -

<%= Page.Index.AddSone.Title|l10n|html>

- -
<%= Page.Index.AddSone.Description|l10n|html>
- -
- - - -
- <%include include/tail.html> diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 4364cb1..26a98ac 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -1,5 +1,15 @@ <%include include/head.html> +

<%= Page.Index.AddSone.Title|l10n|html>

+ +
<%= Page.Index.AddSone.Description|l10n|html>
+ +
+ + + +
+

<%= Page.KnownSones.Page.Title|l10n|html>