summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/signin.html
blob: 9a1a67801fc08ff09804303503f1c4bfb0c936f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{% extends "base.html" %}
<!-- signin.html -->
{% load i18n %}
{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %}
{% block forejs %}
	<!--<script type="text/javascript" src="/content/js/jquery.openid.js?"></script>-->
    <script type='text/javascript' src='/content/js/jquery.validate.pack.js'></script>

	<link rel="stylesheet" type="text/css" media="screen" href="/content/jquery-openid/openid.css"/>
	<script type="text/javascript" src="/content/jquery-openid/jquery.openid.js"></script>
	<script type="text/javascript">  $().ready( function() { $("form.openid:eq(0)").openid(); })</script>
	<!--<script type="text/javascript">
	$().ready(function(){
	    openid.init('id_openid_url');
        setupFormValidation("#openid_form", {bsignin:{required: true}});
	});
	</script>-->
{% endblock %}
{% block content %}
<div class="headNormal">
	{% trans "User login" %}
</div>
        {% if msg %}
            <p class="warning">{{ msg }}</p>
        {% endif %}
        {% if answer %}
            <div class="message">
                {% blocktrans with answer.question.title as title and answer.summary as summary %}
                Your answer to {{title}} {{summary}} will be posted once you log in
                {% endblocktrans %}
            </div>
        {% endif %}
        {% if question %}
            <div class="message">
                {% blocktrans with question.title as title and question.summary as summary %}Your question 
                {{title}} {{summary}} will be posted once you log in
                {% endblocktrans %}
            </div>
        {% endif %}
		<div style="width:600px;float:left;margin-bottom:5px;">{% trans "Click to sign in through any of these services." %}</div>
			<form id="openid_form" name="openid_form" class="openid" method="post" action="{% url user_signin %}"> 
			  <ul class="providers"> 
			  <li class="openid" title="OpenID">
				  <div class="logo_box openid_box">
						<img src="/content/jquery-openid/images/openid.gif" alt="icon" /> 
				  </div>
			  <span><strong>http://{your-openid-url}</strong></span>
			  </li> 
			  <li class="direct" title="Google"> 
			  	<div class="logo_box google_box">
					<img src="/content/jquery-openid/images/google.gif" alt="icon" /><span>https://www.google.com/accounts/o8/id</span>
				</div>
		 	  </li>
			  <li class="direct" title="Yahoo"> 
			  	<div class="logo_box yahoo_box">
					<img src="/content/jquery-openid/images/yahoo.gif" alt="icon" /><span>http://yahoo.com/</span>
				</div>
			  </li>
			  <li class="username" title="AOL screen name"> 
			  	<div class="logo_box aol_box">
					<img src="/content/jquery-openid/images/aol.gif" alt="icon" /><span>http://openid.aol.com/<strong>username</strong></span>
				</div>
			  </li>
			  <li class="username first_tiny_li" title="MyOpenID user name"> 
					<img src="/content/jquery-openid/images/myopenid.ico" alt="icon" />
					<span>http://<strong>username</strong>.myopenid.com/</span>
		      </li> 
			  <li class="username" title="Flickr user name"> 
					<img src="/content/jquery-openid/images/flickr.ico" alt="icon" />
					<span>http://flickr.com/<strong>username</strong>/</span>
			  </li> 
			  <li class="username" title="Technorati user name"> 
					<img src="/content/jquery-openid/images/technorati.ico" alt="icon" />
					<span>http://technorati.com/people/technorati/<strong>username</strong>/</span>
			  </li> 
			  <li class="username" title="Wordpress blog name"> 
					<img src="/content/jquery-openid/images/wordpress.ico" alt="icon" />
					<span>http://<strong>username</strong>.wordpress.com</span>
              </li> 
			  <li class="username" title="Blogger blog name"> 
					<img src="/content/jquery-openid/images/blogger.ico" alt="icon" />
					<span>http://<strong>username</strong>.blogspot.com/</span>
			  </li> 
			  <li class="username" title="LiveJournal blog name"> 
					<img src="/content/jquery-openid/images/livejournal.ico" alt="icon" />
					<span>http://<strong>username</strong>.livejournal.com</span>
			  </li> 
			  <li class="username" title="ClaimID user name"> 
					<img src="/content/jquery-openid/images/claimid.ico" alt="icon" />
					<span>http://claimid.com/<strong>username</strong></span>
			  </li> 
			  <li class="username" title="Vidoop user name"> 
					<img src="/content/jquery-openid/images/vidoop.ico" alt="icon" />
					<span>http://<strong>username</strong>.myvidoop.com/</span>
			  </li> 
			  <li class="username" title="Verisign user name"> 
					<img src="/content/jquery-openid/images/verisign.ico" alt="icon" />
					<span>http://<strong>username</strong>.pip.verisignlabs.com/</span>
			  </li> 
			  </ul>
			  {{ form2.next }}
			  <fieldset> 
				  <p id="provider_name_slot">{% trans 'Enter your <span id="enter_your_what">Provider user name</span>' %}</p> 
				  <div><p><span></span>
				  		<input id="openid_username" type="text" name="openid_username" /><span></span> 
			  			<input type="submit" value="Login" />
				  </p></div>
			  </fieldset> 
			  <fieldset> 
				  <p>{% trans 'Enter your <a class="openid_logo" href="http://openid.net">OpenID</a> web address' %}</p> 
				  <div><p><input id="openid_url" type="text" value="http://" name="openid_url" /> 
				  <input id="bsignin" name="bsignin" type="submit" value="{% trans "Login" %}" /></p></div> 
			  </fieldset> 
			</form>
<div class="login">
        <p style="display:none">{% trans "we support two login modes" %}</p>
    <div style="display:none">
        <br>
        {% if form1.errors %}
        <p class="errors">
            <span class="big">{% trans "Sorry, looks like we have some errors:" %}</span><br>
            <ul class="error-list">
                {% if form1.username.errors %} 
                <li><span class="error">{{ form1.username.errors|join:", " }}</span></li>
                {% endif %}
                {% if form1.password.errors %} 
                <li><span class="error">{{ form1.password.errors|join:", " }}</span></li>
                {% endif %}
            </ul>
        </p>
        {% endif %}
        <br>
        <form name="fauth" action="{% url user_signin %}" method="post">
            {{ form1.next }}
        	<fieldset class="fieldset" >
        		<legend class="big">{% trans "Use login name and password" %}</legend>
        		<div class="form-row"><label for="id_username">{% trans "Login name" %}:</label><br />{{ form1.username }}</div>
        		<div class="form-row"><label for="id_password">{% trans "Password" %}:</label><br />{{ form1.password }}</div>
               <div class="submit-row"><input type="submit" class="submit" name="blogin" value="{% trans "Login" %}"> 
			   <a href="">{% trans "Forgot your password?" %}</a> 
			   <a href="">{% trans "Create new account" %}</a></div>
        	</fieldset>	
        </form>
    </div>
</div>	
{% endblock %}

{% block sidebar %}
<div class="boxC">
    <h3 class="subtitle">{% trans "Why use OpenID?" %}</h3>
    <p>
    <ul class="list-item">
        <li>
		{% trans "with openid it is easier" %}
        </li>
        <li>
		{% trans "reuse openid" %}
        </li>
        <li>
		{% trans "openid is widely adopted" %}
        </li>
        <li>
		{% trans "openid is supported open standard" %}
        </li>
        
    </ul>
    <a href="http://openid.net/what/" target="_blank" style="float:right;position:relative">{% trans "Find out more" %} »</a><br>
    <a href="http://openid.net/get/" target="_blank" style="float:right;position:relative">{% trans "Get OpenID" %} »</a>
    </p>
    <br>  
</div>
{% endblock%}

		<script type="text/javascript">  $( function() { $("form.openid:eq(0)").openid(); })</script>
<!-- end signin.html -->