src/templates/annotation.html
author hamidouk
Thu, 13 Oct 2011 17:09:43 +0200
branchpopcorn-port
changeset 71 7bc3a4651ec3
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
broke up initialization in two functions : - loadLibs fetches the libs - init does whatever is necessary to init the player

<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>