src/templates/annotation.html
author veltr
Fri, 06 Apr 2012 19:13:08 +0200
branchnew-model
changeset 854 29f28a9f236f
parent 836 526f91f5253e
permissions -rw-r--r--
New Model first commit

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