src/templates/annotation.html
author veltr
Wed, 28 Mar 2012 17:37:49 +0200
branchpopcorn-port
changeset 839 4357aac4eb19
parent 836 526f91f5253e
permissions -rw-r--r--
Added volume support

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