From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/authopenid/external_legacy_login_info.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/authopenid/external_legacy_login_info.html (limited to 'templates/authopenid/external_legacy_login_info.html') diff --git a/templates/authopenid/external_legacy_login_info.html b/templates/authopenid/external_legacy_login_info.html new file mode 100644 index 00000000..e2f4713e --- /dev/null +++ b/templates/authopenid/external_legacy_login_info.html @@ -0,0 +1,16 @@ +{% extends "base_content.html" %} + +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Traditional login information" %}{% endspaceless %}{% endblock %} +{% block content %} +
+ {% trans "Traditional login information" %} +
+{% spaceless %} +
+fill in template templates/authopenid/external_legacy_login_info.html +and explain how to change password, recover password, etc. + +
+{% endspaceless %} +{% endblock %} -- cgit v1.2.3-1-g7c22 From ebb0f636ae8f7db4e7a2e7470e449af3d96b15c0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/authopenid/external_legacy_login_info.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/authopenid/external_legacy_login_info.html (limited to 'templates/authopenid/external_legacy_login_info.html') diff --git a/templates/authopenid/external_legacy_login_info.html b/templates/authopenid/external_legacy_login_info.html new file mode 100644 index 00000000..e2f4713e --- /dev/null +++ b/templates/authopenid/external_legacy_login_info.html @@ -0,0 +1,16 @@ +{% extends "base_content.html" %} + +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Traditional login information" %}{% endspaceless %}{% endblock %} +{% block content %} +
+ {% trans "Traditional login information" %} +
+{% spaceless %} +
+fill in template templates/authopenid/external_legacy_login_info.html +and explain how to change password, recover password, etc. + +
+{% endspaceless %} +{% endblock %} -- cgit v1.2.3-1-g7c22 From 46e48e400f30bde76a9b21db78f9b727149a3e24 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 17 Nov 2009 22:14:15 -0500 Subject: full text search with Sphinx, added session-based greeting message for the first time visitor --- templates/authopenid/external_legacy_login_info.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/authopenid/external_legacy_login_info.html') diff --git a/templates/authopenid/external_legacy_login_info.html b/templates/authopenid/external_legacy_login_info.html index e2f4713e..c200b29d 100644 --- a/templates/authopenid/external_legacy_login_info.html +++ b/templates/authopenid/external_legacy_login_info.html @@ -8,9 +8,8 @@ {% spaceless %}
-fill in template templates/authopenid/external_legacy_login_info.html -and explain how to change password, recover password, etc. +{% trans "how to login with password through external login website" %}
{% endspaceless %} {% endblock %} -- cgit v1.2.3-1-g7c22