src/templates/annotation.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 479 24308670f1bb
child 483 0bb36c79836c
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.

{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
	class='Ldt-iri-chapter' 
	style='left: {{startPourcent}}%; 
         width: {{endPourcent}}%; 
         background-color:#{{hexa_color}};' 
	>
</div>