# HG changeset patch # User veltr # Date 1327498810 -3600 # Node ID 1f739f32bffba926e1d81ade8abf7501a193f1f4 # Parent ba508b67169841e9cbaa1c814c3a674be039b183 Saving minor changes diff -r ba508b671698 -r 1f739f32bffb 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 25 14:25:53 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_search_results.html Wed Jan 25 14:40:10 2012 +0100 @@ -28,6 +28,8 @@ "id" : '{{segment.element_id}}', "begin" : {{segment.begin}}, "duration" : {{segment.duration}}, + "cutting_id" : '{{segment.cutting_id}}', + "project_id" : '{{segment.project_id}}', },{% endfor %} ], "stats" : [{{ res.content.stat_annotation }}], @@ -93,7 +95,8 @@

{% 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:"::" }} +

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

+

{{ segment.abstract }}

{% endfor %}