src/templates/annotation.html
author hamidouk
Mon, 10 Oct 2011 15:34:47 +0200
branchpopcorn-port
changeset 56 72180e18b021
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
A lot of cleaning up - basically replaced all player-specific code by popcorn.

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