src/templates/annotation.html
author veltr
Thu, 08 Mar 2012 18:38:46 +0100
branchpopcorn-port
changeset 830 18ca612e9ff0
parent 512 9206956532c3
child 834 573c7ca752e0
permissions -rw-r--r--
Lots of changes

{{! 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}};' 
	>
</div>