src/templates/annotation.html
author veltr
Thu, 19 Jan 2012 15:13:59 +0100
branchpopcorn-port
changeset 726 2c0bd0671707
parent 512 9206956532c3
child 830 18ca612e9ff0
permissions -rw-r--r--
Merge with 00f37b85b2e245676e96d9148315c4a3de6d7539

{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
	class='Ldt-iri-chapter' 
	style='left: {{startPixel}}px; 
         width: {{pxWidth}}px; 
         background-color:#{{hexa_color}};' 
	>
</div>