src/templates/annotation.html
author hamidouk
Fri, 25 Nov 2011 11:10:47 +0100
branchpopcorn-port
changeset 332 3c40f2e862d2
parent 325 caa276ab3430
child 334 e20f97514d44
permissions -rw-r--r--
sliderWidget catches the message sent by the player widget and expands itself accordingly.

{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
	class='ui-slider-range ui-slider-range-min ui-widget-header Ldt-iri-chapter' 
	style='left: {{startPourcent}}%; 
         width: {{endPourcent}}%; 
         background:#{{hexa_color}};' 
	>
</div>