src/templates/annotation.html
author hamidouk
Tue, 20 Sep 2011 13:11:53 +0200
changeset 50 b5849024c5c5
parent 43 59a78986f19e
child 105 1c991d6a5305
permissions -rw-r--r--
modifié .hgignore pour ignorer les fichiers construits automatiquement.
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>