src/templates/annotation.html
author hamidouk
Mon, 28 Nov 2011 12:14:31 +0100
branchlazyload-js
changeset 341 e9442357851b
parent 225 53a712511a08
child 325 caa276ab3430
permissions -rw-r--r--
integrating LazyLoad. It replaces the old code in IriSP.loadLibs. As a consequence, LdtPlayer.js is not necessary anymore and has been removed from the build.

{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
	class='ui-slider-range ui-slider-range-min ui-widget-header Ldt-iri-chapter' 
	style='left: {{startPourcent}}%; 
         width: {{endPourcent}}%; 
         padding-top:15px; 
         border-left:solid 1px #aaaaaa; 
         border-right:solid 1px #aaaaaa; 
         background:#{{hexa_color}};' 
	>
</div>