From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/revisions_question.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'templates/revisions_question.html') diff --git a/templates/revisions_question.html b/templates/revisions_question.html index 94fb2644..77a421bb 100644 --- a/templates/revisions_question.html +++ b/templates/revisions_question.html @@ -1,13 +1,16 @@ + {% extends "base_content.html" %} + {% load extra_tags %} +{% load i18n %} {% load extra_filters %} {% load humanize %} -{% block title %}{% spaceless %}版本历史{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Revision history" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
- 版本历史 [返回] + {% trans "Revision history" %}[{% trans "back" %}]
@@ -44,13 +44,13 @@ - + @@ -60,9 +60,9 @@ @@ -100,3 +100,4 @@ {% block endjs %} {% endblock %} + -- cgit v1.2.3-1-g7c22 From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/revisions_question.html | 103 -------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 templates/revisions_question.html (limited to 'templates/revisions_question.html') diff --git a/templates/revisions_question.html b/templates/revisions_question.html deleted file mode 100644 index 77a421bb..00000000 --- a/templates/revisions_question.html +++ /dev/null @@ -1,103 +0,0 @@ - -{% extends "base_content.html" %} - -{% load extra_tags %} -{% load i18n %} -{% load extra_filters %} -{% load humanize %} -{% block title %}{% spaceless %}{% trans "Revision history" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - -{% endblock %} - -{% block content %} -
- {% trans "Revision history" %}[{% trans "back" %}] -
-
-
- {% for revision in revisions %} -
-
-
-
{{ revision.revision }}{{ revision.revision }} {% if revision.summary %}
{{ revision.summary }}
{% endif %} {% if request.user|can_edit_post:post %} - 编辑 + {% trans "edit" %} {% endif %}
{% ifequal revision.revision 1 %} - 提问于{% diff_date post.added_at %} + {% trans "asked" %}{% diff_date post.added_at %} {% else %} - 更新于{% diff_date revision.revised_at %} + {% trans "updated" %}{% diff_date revision.revised_at %} {% endifequal %}
- - - - - - - -
{{ revision.revision }} - {% if revision.summary %} -
{{ revision.summary }}
- {% endif %} - {% if request.user|can_edit_post:post %} - {% trans "edit" %} - {% endif %} - -
-
- - - - - - - - - - -
- {% ifequal revision.revision 1 %} - {% trans "asked" %}{% diff_date post.added_at %} - {% else %} - {% trans "updated" %}{% diff_date revision.revised_at %} - {% endifequal %} -
- {% gravatar revision.author 32 %} - - -
- {% get_score_badge revision.author %} -
-
-
-
-
-
-
- {{ revision.diff|safe }} -
- - {% endfor %} - - -{% endblock %} - -{% block endjs %} -{% endblock %} - - -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/revisions_question.html | 103 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 templates/revisions_question.html (limited to 'templates/revisions_question.html') diff --git a/templates/revisions_question.html b/templates/revisions_question.html new file mode 100644 index 00000000..77a421bb --- /dev/null +++ b/templates/revisions_question.html @@ -0,0 +1,103 @@ + +{% extends "base_content.html" %} + +{% load extra_tags %} +{% load i18n %} +{% load extra_filters %} +{% load humanize %} +{% block title %}{% spaceless %}{% trans "Revision history" %}{% endspaceless %}{% endblock %} +{% block forejs %} + + + +{% endblock %} + +{% block content %} +
+ {% trans "Revision history" %}[{% trans "back" %}] +
+
+
+ {% for revision in revisions %} +
+
+
+ + + + + + + + +
{{ revision.revision }} + {% if revision.summary %} +
{{ revision.summary }}
+ {% endif %} + {% if request.user|can_edit_post:post %} + {% trans "edit" %} + {% endif %} + +
+
+ + + + + + + + + + +
+ {% ifequal revision.revision 1 %} + {% trans "asked" %}{% diff_date post.added_at %} + {% else %} + {% trans "updated" %}{% diff_date revision.revised_at %} + {% endifequal %} +
+ {% gravatar revision.author 32 %} + + +
+ {% get_score_badge revision.author %} +
+
+
+
+
+
+
+ {{ revision.diff|safe }} +
+
+ {% endfor %} +
+
+{% endblock %} + +{% block endjs %} +{% endblock %} + + -- cgit v1.2.3-1-g7c22 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/revisions_question.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/revisions_question.html') diff --git a/templates/revisions_question.html b/templates/revisions_question.html index 77a421bb..7ada3e74 100644 --- a/templates/revisions_question.html +++ b/templates/revisions_question.html @@ -1,5 +1,5 @@ - {% extends "base_content.html" %} + {% load extra_tags %} {% load i18n %} @@ -99,5 +99,4 @@ {% block endjs %} {% endblock %} - -- cgit v1.2.3-1-g7c22