src/templates/annotation.html
author veltr
Wed, 18 Apr 2012 18:58:44 +0200
branchnew-model
changeset 870 2c025db10a10
parent 836 526f91f5253e
permissions -rw-r--r--
Migrated playerWidget and started annotationsListWidget

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