src/templates/annotation.html
author veltr
Fri, 16 Mar 2012 19:31:26 +0100
branchpopcorn-port
changeset 833 33a5d5882be4
parent 830 18ca612e9ff0
child 834 573c7ca752e0
permissions -rw-r--r--
Last commit before weekend

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