src/templates/annotation.html
author veltr
Wed, 21 Mar 2012 16:43:25 +0100
branchpopcorn-port
changeset 836 526f91f5253e
parent 834 573c7ca752e0
permissions -rw-r--r--
Changes for Cinecast

{{! 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>