src/templates/annotation.html
author hamidouk
Thu, 22 Dec 2011 16:06:25 +0100
branchcalage-segmentsWidget
changeset 510 c7f18d6be7a1
parent 483 0bb36c79836c
child 512 9206956532c3
permissions -rw-r--r--
added integration test for jsonp

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