src/templates/annotation.html
author veltr
Fri, 02 Mar 2012 13:25:07 +0100
branchcinecast-traces
changeset 824 caed06b21f77
parent 512 9206956532c3
child 830 18ca612e9ff0
permissions -rw-r--r--
commit before merge

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