src/templates/annotation.html
author hamidouk
Thu, 20 Oct 2011 15:52:51 +0200
branchpopcorn-port
changeset 106 d9f1a193df16
parent 105 1c991d6a5305
child 165 e2b538645b20
permissions -rw-r--r--
added the new widget to the integration tests.
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}};' 
105
1c991d6a5305 cleanup of the template files.
hamidouk
parents: 43
diff changeset
     5
	>
43
59a78986f19e templatized the annotation code
hamidouk
parents:
diff changeset
     6
</div>