src/templates/annotation.html
author cavaliet
Mon, 16 Apr 2012 15:48:37 +0200
changeset 862 71d80cda96de
parent 836 526f91f5253e
permissions -rw-r--r--
take off useless code on slide share 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>