src/templates/annotation.html
author veltr
Thu, 22 Mar 2012 18:42:31 +0100
branchpopcorn-port
changeset 837 353a78021ebc
parent 836 526f91f5253e
permissions -rw-r--r--
Added Internationalization

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