1 <%include include/head.html>
3 <h1><%= Page.Login.Page.Title|l10n|html></h1>
5 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
6 <label for="sone-id"><%= Page.Login.Label.SelectSone|l10n|html></label>
7 <select name="sone-id">
8 <option disabled="disabled"><%= Page.Login.Option.NoSone|l10n|html></option>
10 <option value="<% sone.id|html>"><% sone.niceName|html> (<% sone.name|html>)</option>
13 <button type="submit">Select</button>
16 <h1><%= Page.Login.LoadSone.Title|l10n|html></h1>
17 <div><%= Page.Login.LoadSone.Description|l10n|html></div>
18 <form action="loadSone.html" method="post">
19 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
20 <input type="hidden" name="returnPage" value="<% request.uri|html>" />
22 <label for="request-uri"><%= Page.Login.LoadSone.Label.RequestURI|l10n|html></label>
23 <input type="text" name="request-uri" />
26 <label for="insert-uri"><%= Page.Login.LoadSone.Label.InsertURI|l10n|html></label>
27 <input type="text" name="insert-uri" />
30 <button type="submit"><%= Page.Login.LoadSone.Button.LoadSone|l10n|html></button>
34 <h1><%= Page.Login.CreateSone.Title|l10n|html></h1>
35 <div><%= Page.Login.CreateSone.Description|l10n|html></div>
36 <%include include/createSone.html>
38 <%include include/tail.html>