# HG changeset patch # User Alexandre Segura # Date 1490092560 -3600 # Node ID aff03a86c471ea79ca9404db33f94dd8c488ad58 # Parent 94334e3761ef1882bec19cd245c3efec0cc08e56 Remove inline styles. diff -r 94334e3761ef -r aff03a86c471 src/iconolab/templates/iconolab/detail_annotation_readonly.html --- a/src/iconolab/templates/iconolab/detail_annotation_readonly.html Tue Mar 21 11:29:54 2017 +0100 +++ b/src/iconolab/templates/iconolab/detail_annotation_readonly.html Tue Mar 21 11:36:00 2017 +0100 @@ -6,8 +6,8 @@ {% load iconolab_tags %} {% block content %} -
- +
+
@@ -21,17 +21,17 @@ - + {% endthumbnail %}

Voir l'objet de cette annotation Voir les annotations sur l'image - +
-

Annotation créée par {{ annotation.author.username }}

+

Annotation créée par {{ annotation.author.username }}

Titre : {{ annotation.current_revision.title }}

Description : {{ annotation.current_revision.description }}

{% if tags_data != "[]" %} @@ -40,7 +40,7 @@
{% endif %}
- {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %} + {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}
{% with image.media as im %} - + @@ -70,13 +70,13 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff -r 94334e3761ef -r aff03a86c471 src/iconolab/templates/iconolab/detail_revision.html --- a/src/iconolab/templates/iconolab/detail_revision.html Tue Mar 21 11:29:54 2017 +0100 +++ b/src/iconolab/templates/iconolab/detail_revision.html Tue Mar 21 11:36:00 2017 +0100 @@ -8,7 +8,7 @@ {% load iconolab_tags %} {% block content %} -
+
{% if not user.is_authenticated and revision.state != 1 %}

Connectez vous pour voir cette proposition de révision.

{% else %} @@ -67,7 +67,7 @@


- + {% if revision.parent_revision == annotation.current_revision %}
Si vous acceptez cette proposition, elle deviendra automatiquement la version courante de l'annotation.

Valider @@ -80,7 +80,7 @@ Valider
{% endif %} - +
{% endif %} @@ -90,7 +90,7 @@