src/templates/annotation.html
author veltr
Wed, 11 Apr 2012 17:06:11 +0200
changeset 857 fa614dc66b0b
parent 836 526f91f5253e
permissions -rw-r--r--
Bugfix in Sparkline Widget

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