use xml entity to have valid xml
[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="/login" id="openid_form">
9
10 <fieldset>
11   <legend>Sign-in</legend>
12   <div id="openid_choice" style="display: block; ">
13     <p>Please choose your account provider</p>
14     <div id="openid_btns">
15       <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id" class="google openid_large_btn"></a>
16       <a title="Yahoo" href="/login?openid_url=http://yahoo.com/" class="yahoo openid_large_btn"></a>
17     </div>
18     <div id="openid_input_area">
19       <p>or enter your OpenID URL.</p>
20       <input id="openid_url" type="text" name="openid_url" value="http://" />
21       <input class="btn" id="openid_submit" type="submit" value="Sign in" />
22     </div>
23   </div>
24 </fieldset>
25
26 </form>
27 {% endblock %}