src/templates/annotation.html
author veltr
Thu, 10 May 2012 18:50:06 +0200
changeset 888 8ad8fa86c732
parent 836 526f91f5253e
permissions -rw-r--r--
ignoring files from the other branch

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