src/templates/annotation.html
branchnew-model
changeset 876 03967b6ada7c
parent 875 43629caa77bc
child 880 4c7b33bf2795
--- a/src/templates/annotation.html	Mon Apr 23 19:11:08 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>