src/templates/annotation.html
author hamidouk
Thu, 15 Dec 2011 12:02:45 +0100
branchpopcorn-port
changeset 468 651528a4f795
parent 334 e20f97514d44
child 479 24308670f1bb
permissions -rw-r--r--
fixed a couple layout bugs that didn't appear in integration testing.

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