1 <%include include/head.html>
3 <div class="page-id hidden">login</div>
6 <h1><%= Page.Login.Page.Title|l10n|html></h1>
8 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
9 <label for="sone-id"><%= Page.Login.Label.SelectSone|l10n|html></label>
10 <select name="sone-id">
11 <option disabled="disabled"><%= Page.Login.Option.NoSone|l10n|html></option>
13 <option value="<% sone.id|html>"><% sone.niceName|html> (<% sone.name|html>)</option>
16 <button type="submit">Select</button>
20 <%include include/createSone.html>
22 <%include include/tail.html>