src/templates/annotation.html
changeset 944 8a6c9e3d0158
parent 907 27b248a13355
parent 943 a882cc0c936f
child 945 7d9f6fd6f904
--- a/src/templates/annotation.html	Thu May 24 15:05:47 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-{{! template for an annotation displayed in a segmentWidget }}
-<div title='{{divTitle}}' id='{{id}}'
-	class='Ldt-iri-chapter Ldt-TraceMe' 
-	style='left: {{startPixel}}px; 
-         width: {{pxWidth}}px; 
-         background-color:{{hexa_color}};'
-    data-seek='{{seekPlace}}'
-    thumbnail-url='{{thumbnailUrl}}'
-	>
-</div>