src/templates/annotation.html
author hamidouk
Thu, 20 Oct 2011 10:23:54 +0200
branchpopcorn-port
changeset 102 67e8179afde5
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
changed the youtube integration testing file to use segmentsWidget too.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     1
<div title='{{divTitle}}' id='{{id}}'
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     2
	class='ui-slider-range ui-slider-range-min ui-widget-header iri-chapter' 
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     3
	width='100%' 
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     4
	style='left: {{startPourcent}}%; width: {{endPourcent}}%; padding-top:15px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background:#{{hexa_color}};' 
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     5
	onClick='IriSP.MyApiPlayer.seek({{seekPlace}});IriSP.jQuery(\"#Ldt-ShowAnnotation\").slideDown();'>
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     6
</div>