From 69f74c761d150eab9759449827c34b1a5e57eefe Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 19 Oct 2010 21:16:15 +0200 Subject: [PATCH] =?utf8?q?Move=20=E2=80=9Cadd=20Sone=E2=80=9D=20form=20to?= =?utf8?q?=20=E2=80=9Cknown=20Sones=E2=80=9D=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/index.html | 10 ---------- src/main/resources/templates/knownSones.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) 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>

-- 2.7.4