From c18bda49f13afb4e2eaaf9ccb35098ee174e3afc Mon Sep 17 00:00:00 2001 From: hrcerqueira Date: Thu, 21 Jan 2010 13:07:11 +0000 Subject: Added the basic html and javascript of fb connect, and a setting in settings_local.py.dist for the fb api key. --- templates/authopenid/signin.html | 351 ++++++++++++++++++++------------------- 1 file changed, 178 insertions(+), 173 deletions(-) mode change 100644 => 100755 templates/authopenid/signin.html (limited to 'templates/authopenid/signin.html') diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html old mode 100644 new mode 100755 index 1363661e..3a12f1c6 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -1,173 +1,178 @@ -{% extends "base.html" %} - -{% load i18n %} -{% load extra_tags %} -{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - - - - -{% endblock %} -{% block content %} -
- {% trans "User login" %} -
- {% if msg %} -

{{ msg }}

- {% endif %} - {% 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 %} -
- {% endif %} -
-
- {% trans "Click to sign in through any of these services." %} -
- - - {{ form2.next }} -
-

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

-

- - -

-
-
-

{% trans 'Enter your web address' %}

-

-

-
-
-

{% trans 'Enter your login name and password' %}

- {% if form1.errors %} - {{form1.non_field_errors.as_ul}} - {% endif %} -
- -

- - {% trans "Create account" %}
- {% trans "Forgot your password?" %} -

-
-
-
-{% endblock %} - -{% block sidebar %} -
-

{% trans "Why use OpenID?" %}

- - -
-{% endblock%} - - - +{% extends "base.html" %} + +{% load i18n %} +{% load extra_tags %} +{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} +{% block forejs %} + + + + + + +{% endblock %} +{% block content %} +
+ {% trans "User login" %} +
+ {% if msg %} +

{{ msg }}

+ {% endif %} + {% 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 %} +
+ {% endif %} +
+
+ {% trans "Click to sign in through any of these services." %} +
+ + + {{ form2.next }} +
+

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

+

+ + +

+
+
+

{% trans 'Enter your web address' %}

+

+

+
+
+

{% trans 'Enter your login name and password' %}

+ {% if form1.errors %} + {{form1.non_field_errors.as_ul}} + {% endif %} +
+ +

+ + {% trans "Create account" %}
+ {% trans "Forgot your password?" %} +

+
+
+
+{% endblock %} + +{% block sidebar %} +
+

{% trans "Why use OpenID?" %}

+ + +
+ + +{% endblock%} + + + -- cgit v1.2.3-1-g7c22