src/templates/annotation.html
author hamidouk
Thu, 13 Oct 2011 17:14:07 +0200
branchpopcorn-port
changeset 76 c35da6f48eef
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
added an integration test file.
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>