src/templates/annotation.html
author hamidouk
Thu, 22 Dec 2011 16:06:45 +0100
branchcalage-segmentsWidget
changeset 511 81eb8e686456
parent 483 0bb36c79836c
child 512 9206956532c3
permissions -rw-r--r--
added underscore.js to the build.

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