src/templates/annotation.html
author hamidouk
Mon, 19 Dec 2011 17:25:33 +0100
branchpopcorn-port
changeset 490 2a7fca4f0cc4
parent 483 0bb36c79836c
child 512 9206956532c3
permissions -rw-r--r--
fixed stupid bug which disabled seeking when clicking on a tweet.

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