src/templates/annotation.html
author hamidouk
Fri, 18 Nov 2011 14:33:24 +0100
branchtweet-widget
changeset 276 8a5a34ff1202
parent 225 53a712511a08
child 325 caa276ab3430
permissions -rw-r--r--
WIP - do not use in production ! refactoring the code to have a finite state machine (http://en.wikipedia.org/wiki/Finite_state_machine)

{{! 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}}%; 
         padding-top:15px; 
         border-left:solid 1px #aaaaaa; 
         border-right:solid 1px #aaaaaa; 
         background:#{{hexa_color}};' 
	>
</div>