154994adde15a1dd613178f441631c01dc722ff7
[phorkie.git] / data / templates / login.htm
1 {% extends "base.htm" %}
2 {% block title %}Login{% endblock %}
3
4 {% block content %}
5
6 <link rel="stylesheet" href="css/openid.css" />
7
8 <form method="post" action="/auth" id="openid_form">
9   <input id="start" name="start" type="hidden" value="submit" />
10   <input id="sreg" name="sreg" type="hidden" value="on" />
11   <input id="ax" name="ax" type="hidden" value="on" />
12
13 <fieldset>
14   <legend>Sign-in</legend>
15   <div id="openid_choice" style="display: block; ">
16     <p>Please choose your account provider</p>
17     <div id="openid_btns">
18       <a title="Google" href="/auth?identifier=https://www.google.com/accounts/o8/id&ax=on&sreg=on&start=submit" class="google openid_large_btn"></a>
19       <a title="Yahoo" href="/auth?identifier=http://yahoo.com&ax=on&sreg=on&start=submit" class="yahoo openid_large_btn"></a>
20     </div>
21     <div id="openid_input_area">
22       <p>or enter your OpenID URL.</p>
23       <input class="" id="identifier" type="text" name="identifier" value="http://">
24       <input class="btn" id="openid_submit" type="submit" value="Sign-In">
25     </div>
26   </div>
27 </fieldset>
28
29 </form>
30 {% endblock %}