# HG changeset patch # User cavaliet # Date 1326905461 -3600 # Node ID dc8a7dc00a21351a401060cef616dc075a71ed33 # Parent b5a19e9329e03b25bf52970f8b7ff75b6cbb5a8b Update search result for "id" in annotation link. diff -r b5a19e9329e0 -r dc8a7dc00a21 src/ldt/ldt/ldt_utils/templates/front/front_search_results.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_search_results.html Wed Jan 18 16:42:52 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_search_results.html Wed Jan 18 17:51:01 2012 +0100 @@ -142,15 +142,13 @@
  • - +
    -

    +

    {% if segment.title %}{{ segment.title }}{% else %}{% trans "No title" %}{% endif %}

    {% if segment.context %}{{ segment.context }}{% endif %}
    {% trans "Begin" %} : {{ segment.begin|str_duration:"::" }} - {% trans "duration" %} : {{ segment.duration|str_duration:"::" }}

  • - - {% endfor %}