src/templates/annotation.html
author cavaliet
Tue, 24 Apr 2012 12:08:47 +0200
changeset 877 2e9467422f64
parent 836 526f91f5253e
permissions -rw-r--r--
update SlideShareWidget with the new private embed.

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