# HG changeset patch # User gibus # Date 1381390637 -7200 # Node ID 05b5e51e882309384b8d9fd9fe51724a76f6b6d6 # Parent eb0d56ec0d90ef3a20da7514faac3924886bedae Put logo really everywhere. diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/activate.html --- a/src/cm/templates/site/activate.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/activate.html Thu Oct 10 09:37:17 2013 +0200 @@ -7,6 +7,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Activate your account{% endblocktrans %}

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/contact.html --- a/src/cm/templates/site/contact.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/contact.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,6 +11,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

Contact

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/forgot_pw.html --- a/src/cm/templates/site/forgot_pw.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/forgot_pw.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,6 +11,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Reset my password{% endblocktrans %}

{% if form %} diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/help.html --- a/src/cm/templates/site/help.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/help.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,6 +11,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Help{% endblocktrans %}

{% blocktrans %}General Presentation{% endblocktrans %}

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/login.html --- a/src/cm/templates/site/login.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/login.html Thu Oct 10 09:37:17 2013 +0200 @@ -9,8 +9,17 @@ {% block content %} -

{{ CONF.workspace_name }}

+

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% include "site/login_form.html" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/non_authenticated_index.html --- a/src/cm/templates/site/non_authenticated_index.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/non_authenticated_index.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,7 +11,16 @@ {% block content %} -

{{ CONF.workspace_name }}

+

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% if public_texts %}
@@ -37,4 +46,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/notifications_desactivate.html --- a/src/cm/templates/site/notifications_desactivate.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/notifications_desactivate.html Thu Oct 10 09:37:17 2013 +0200 @@ -9,7 +9,16 @@ {% block content %} -

{{ CONF.workspace_name }}

+

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/profile.html --- a/src/cm/templates/site/profile.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/profile.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,6 +11,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/text_pending.html --- a/src/cm/templates/site/text_pending.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/text_pending.html Thu Oct 10 09:37:17 2013 +0200 @@ -1,6 +1,16 @@ {% extends "site/layout/base.html" %} {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

Text pending!

Your text "{{ text.get_latest_version.title }}" has been successfully created. diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/unauthorized.html --- a/src/cm/templates/site/unauthorized.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/unauthorized.html Thu Oct 10 09:37:17 2013 +0200 @@ -2,6 +2,16 @@ {% load i18n %} {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Unauthorized{% endblocktrans %}

diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/user_activate.html --- a/src/cm/templates/site/user_activate.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/user_activate.html Thu Oct 10 09:37:17 2013 +0200 @@ -7,6 +7,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Activate your account{% endblocktrans %}