src/templates/annotation.html
author hamidouk
Wed, 30 Nov 2011 12:17:19 +0100
branchpopcorn-port
changeset 358 430c1a7a09de
parent 334 e20f97514d44
child 479 24308670f1bb
permissions -rw-r--r--
got rid of useless LdtPlayer.js -moved the necessary lines of code in main.js

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