src/templates/annotation.html
branchpopcorn-port
changeset 517 97599ff43072
parent 512 9206956532c3
child 830 18ca612e9ff0
--- a/src/templates/annotation.html	Wed Dec 21 16:06:41 2011 +0100
+++ b/src/templates/annotation.html	Fri Dec 23 10:46:07 2011 +0100
@@ -1,8 +1,8 @@
 {{! template for an annotation displayed in a segmentWidget }}
 <div title='{{divTitle}}' id='{{id}}'
 	class='Ldt-iri-chapter' 
-	style='left: {{startPourcent}}%; 
-         width: {{endPixel}}px; 
+	style='left: {{startPixel}}px; 
+         width: {{pxWidth}}px; 
          background-color:#{{hexa_color}};' 
 	>
 </div>