src/templates/annotation.html
author cavaliet
Thu, 10 May 2012 18:11:46 +0200
changeset 885 a26701464849
parent 836 526f91f5253e
permissions -rw-r--r--
add bab player, as/swf files and example.

{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
	class='Ldt-iri-chapter Ldt-TraceMe' 
	style='left: {{startPixel}}px; 
         width: {{pxWidth}}px; 
         background-color:{{hexa_color}};'
    data-seek='{{seekPlace}}'
    thumbnail-url='{{thumbnailUrl}}'
	>
</div>