X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/7663f822b7a40063cd05f985daf4210b09ef4bab..577d5301bc90f71afdcd82ca62bd711351dbfa73:/forum/skins/default/templates/osqaadmin/index.html diff --git a/forum/skins/default/templates/osqaadmin/index.html b/forum/skins/default/templates/osqaadmin/index.html index 30c3f65..9943dca 100644 --- a/forum/skins/default/templates/osqaadmin/index.html +++ b/forum/skins/default/templates/osqaadmin/index.html @@ -1,80 +1,80 @@ -{% extends "osqaadmin/base.html" %} - -{% load i18n %} -{% load user_tags %} - -{% block subtitle %} - {% trans "Dashboard" %} -{% endblock %} -{% block description %} - {% trans "Welcome to the OSQA administration area." %} -{% endblock %} - -{% block admincontent %} - - - - - - - - -
-

{%trans "Site statistics" %}

- - - - - - - - - - -
- {{ statistics.total_questions }} {% trans "question" %}{{ statistics.total_questions|pluralize }} ({{ statistics.questions_last_24 }} {% trans "in the last 24 hours" %}) -
- {{ statistics.total_answers }} {% trans "answer" %}{{ statistics.total_answers|pluralize }} ({{ statistics.answers_last_24 }} {% trans "in the last 24 hours" %}) -
- {{ statistics.total_users }} {% trans "user" %}{{ statistics.total_users|pluralize }} ({{ statistics.users_last_24 }} {% trans "joined in the last 24 hours" %}) -
-
-

{%trans "Site status" %}

- - - - - - - -
- {% ifequal settings_pack "bootstrap" %} - {% trans "Your site is running in bootstrap mode, click the button below to revert to defaults." %}
- {% else %} - {% ifequal settings_pack "default" %} - {% trans "Your site is running in standard mode, click the button below to run in bootstrap mode." %}
- {% else %} - {% trans "Your site is running with some customized settings, click the buttons below to run with defaults or in bootstrap mode" %} - {% endifequal %} - {% endifequal %} - {% ifnotequal settings_pack "default" %} - - {% endifnotequal %} - {% ifnotequal settings_pack "bootstrap" %} - - {% endifnotequal %} -
- "Bootstrap mode" relaxes the minimum required reputation to perform actions like voting and commenting. - This is useful to help new communities get started. -
-

{%trans "Recalculate scores and reputation" %}

- -
-

{% trans "Recent activity" %}

- - {% for activity in recent_activity %} - {% activity_item activity request.user %} - {% endfor %} -
-
+{% extends "osqaadmin/base.html" %} + +{% load i18n %} +{% load user_tags %} + +{% block subtitle %} + {% trans "Dashboard" %} +{% endblock %} +{% block description %} + {% trans "Welcome to the OSQA administration area." %} +{% endblock %} + +{% block admincontent %} + + + + + + + + +
+

{%trans "Site statistics" %}

+ + + + + + + + + + +
+ {{ statistics.total_questions }} {% trans "question" %}{{ statistics.total_questions|pluralize }} ({{ statistics.questions_last_24 }} {% trans "in the last 24 hours" %}) +
+ {{ statistics.total_answers }} {% trans "answer" %}{{ statistics.total_answers|pluralize }} ({{ statistics.answers_last_24 }} {% trans "in the last 24 hours" %}) +
+ {{ statistics.total_users }} {% trans "user" %}{{ statistics.total_users|pluralize }} ({{ statistics.users_last_24 }} {% trans "joined in the last 24 hours" %}) +
+
+

{%trans "Site status" %}

+ + + + + + + +
+ {% ifequal settings_pack "bootstrap" %} + {% trans "Your site is running in bootstrap mode, click the button below to revert to defaults." %}
+ {% else %} + {% ifequal settings_pack "default" %} + {% trans "Your site is running in standard mode, click the button below to run in bootstrap mode." %}
+ {% else %} + {% trans "Your site is running with some customized settings, click the buttons below to run with defaults or in bootstrap mode" %} + {% endifequal %} + {% endifequal %} + {% ifnotequal settings_pack "default" %} + + {% endifnotequal %} + {% ifnotequal settings_pack "bootstrap" %} + + {% endifnotequal %} +
+ "Bootstrap mode" relaxes the minimum required reputation to perform actions like voting and commenting. + This is useful to help new communities get started. +
+

{%trans "Recalculate scores and reputation" %}

+ +
+

{% trans "Recent activity" %}

+ + {% for activity in recent_activity %} + {% activity_item activity request.user %} + {% endfor %} +
+
{% endblock %} \ No newline at end of file