Too many changes to list them all.
[Sone.git] / src / main / resources / templates / addSone.html
diff --git a/src/main/resources/templates/addSone.html b/src/main/resources/templates/addSone.html
deleted file mode 100644 (file)
index a9766a8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%include include/head.html>
-
-       <h1><%= Page.AddSone.Page.Title|l10n|html></h1>
-
-       <p><%= Page.AddSone.Text.SoneLoading|l10n|html|replace needle="{link}" replacement='<a href="knownSones.html">'|replace needle="{/link}" replacement='</a>'></p>
-
-       <p><%= Page.AddSone.Text.ReturnToIndex|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></p>
-
-       <p><%= Page.AddSone.Text.AddAnotherSone|l10n|html></p>
-
-       <form method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <input type="text" name="request-uri" />
-               <button type="submit"><%= Page.AddSone.Button.AddSone|l10n|html></button>
-       </form>
-
-<%include include/tail.html>