src/templates/annotation.html
author hamidouk
Fri, 30 Dec 2011 16:01:09 +0100
branchpopcorn-port
changeset 553 10d08f43c534
parent 512 9206956532c3
child 830 18ca612e9ff0
permissions -rw-r--r--
widget works now more or less like in samuel's crea.

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