# HG changeset patch # User verrierj # Date 1327672571 -3600 # Node ID c54a7864a22f35cd1c3d69adaf27f4b7c1d3530e # Parent b1dd78b597507c1fdb29b37fc22dc027a55bc58a# Parent 4e8c6e580e78179f27cd14d17b0fccf0dab24d5f Merge with 4e8c6e580e78179f27cd14d17b0fccf0dab24d5f diff -r b1dd78b59750 -r c54a7864a22f src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Fri Jan 27 14:39:39 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Fri Jan 27 14:56:11 2012 +0100 @@ -27,9 +27,11 @@ {% else %}

{% trans 'All medias' %}

{% endif %} {% for content in content_list %} -
  • - - {% thumbnail content.image "294x165" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
  • +
    + + {% thumbnail content.image "294x165" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
    • {{content.pol_positive_rate }}%
    • @@ -37,9 +39,9 @@
    • 0%
    • 0%
    - {{ content.annotation_volume|list2str }} + {{ content.stat_annotation }}
    - +
    {{ content.nb_annotation }}

    {% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}

    {% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}

    diff -r b1dd78b59750 -r c54a7864a22f src/ldt/ldt/ldt_utils/templates/front/front_home.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_home.html Fri Jan 27 14:39:39 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html Fri Jan 27 14:56:11 2012 +0100 @@ -33,17 +33,20 @@
  • {% for content in last_contents %}
  • - {% thumbnail content.image "294x165" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
    + + {% thumbnail content.image "294x165" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
      -
    • {{content.pol_positive_rate }}%
    • -
    • {{content.pol_negative_rate}}%
    • +
    • {{content.pol_negative_rate}}%
    • +
    • {{content.pol_positive_rate}}%
    • 0%
    • 0%
    • -
    - {{ content.annotation_volume|list2str }} + + {{ content.stat_annotation }}
    - +
    {{ content.nb_annotation }}

    {{content.title}}

    {% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}

    @@ -63,17 +66,18 @@
  • {% for content in most_contents %}
  • - - {% thumbnail content.image "134x75" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
    + + {% thumbnail content.image "134x75" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %}
      -
    • {{content.pol_positive_rate }}%
    • -
    • {{content.pol_negative_rate}}%
    • +
    • {{content.pol_negative_rate}}%
    • +
    • {{content.pol_positive_rate}}%
    • 0%
    • 0%
    - +
    {{ content.nb_annotation }}

    {% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}

    {% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}

    diff -r b1dd78b59750 -r c54a7864a22f src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html Fri Jan 27 14:39:39 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html Fri Jan 27 14:56:11 2012 +0100 @@ -1,7 +1,6 @@ {% spaceless %} {% load i18n %}
    -