src/templates/annotation.html
author hamidouk
Wed, 19 Oct 2011 10:37:47 +0200
branchpopcorn-port
changeset 92 e03b41037be1
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
added popcorn code plugin to the build.
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>