Use the identity manager.
[Sone.git] / src / main / resources / templates / addSone.html
1 <%include include/head.html>
2
3         <h1><%= Page.AddSone.Page.Title|l10n|html></h1>
4
5         <p><%= Page.AddSone.Text.SoneLoading|l10n|html|replace needle="{link}" replacement='<a href="knownSones.html">'|replace needle="{/link}" replacement='</a>'></p>
6
7         <p><%= Page.AddSone.Text.ReturnToIndex|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></p>
8
9         <p><%= Page.AddSone.Text.AddAnotherSone|l10n|html></p>
10
11         <form method="post">
12                 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
13                 <input type="text" name="request-uri" />
14                 <button type="submit"><%= Page.AddSone.Button.AddSone|l10n|html></button>
15         </form>
16
17 <%include include/tail.html>