src/templates/annotation.html
changeset 43 59a78986f19e
child 105 1c991d6a5305
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/annotation.html	Tue Sep 13 12:58:02 2011 +0200
@@ -0,0 +1,6 @@
+<div title='{{divTitle}}' id='{{id}}'
+	class='ui-slider-range ui-slider-range-min ui-widget-header iri-chapter' 
+	width='100%' 
+	style='left: {{startPourcent}}%; width: {{endPourcent}}%; padding-top:15px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background:#{{hexa_color}};' 
+	onClick='IriSP.MyApiPlayer.seek({{seekPlace}});IriSP.jQuery(\"#Ldt-ShowAnnotation\").slideDown();'>
+</div>
\ No newline at end of file