From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/authopenid/signin.html | 124 ++++++++++++++++++++++++++++++++------- 1 file changed, 102 insertions(+), 22 deletions(-) (limited to 'templates/authopenid/signin.html') diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index d8a98329..9a1a6780 100644 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -1,42 +1,120 @@ {% extends "base.html" %} + {% load i18n %} {% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} {% block forejs %} - + - + + {% endblock %} {% block content %}
{% trans "User login" %}
-
-
- {{ form2.next }} -

{% trans "we support two login modes" %}

{% if msg %}

{{ msg }}

{% endif %} -
- {% trans "Login with your OpenID" %} -
-

{% trans "select openid provider" %}

-
-
-


-

{% trans "verify openid link and login" %}

+ {% if answer %} +
+ {% 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 %} +
+ {% endif %} + {% if question %} +
+ {% blocktrans with question.title as title and question.summary as summary %}Your question + {{title}} {{summary}} will be posted once you log in + {% endblocktrans %}
-

- {{ form2.openid_url }} -

-
-
-
+ {% endif %} +
{% trans "Click to sign in through any of these services." %}
+
+
    +
  • +
    + icon +
    + http://{your-openid-url} +
  • +
  • +
    + iconhttps://www.google.com/accounts/o8/id +
    +
  • +
  • +
    + iconhttp://yahoo.com/ +
    +
  • +
  • +
    + iconhttp://openid.aol.com/username +
    +
  • +
  • + icon + http://username.myopenid.com/ +
  • +
  • + icon + http://flickr.com/username/ +
  • +
  • + icon + http://technorati.com/people/technorati/username/ +
  • +
  • + icon + http://username.wordpress.com +
  • +
  • + icon + http://username.blogspot.com/ +
  • +
  • + icon + http://username.livejournal.com +
  • +
  • + icon + http://claimid.com/username +
  • +
  • + icon + http://username.myvidoop.com/ +
  • +
  • + icon + http://username.pip.verisignlabs.com/ +
  • +
+ {{ form2.next }} +
+

{% trans 'Enter your Provider user name' %}

+

+ + +

+
+
+

{% trans 'Enter your web address' %}

+

+

+
+
+ @@ -93,3 +171,5 @@
{% endblock%} + + -- cgit v1.2.3-1-g7c22