src/templates/annotation.html
author hamidouk
Fri, 28 Oct 2011 11:07:41 +0200
branchpopcorn-port
changeset 159 de92bfdcbe4c
parent 105 1c991d6a5305
child 165 e2b538645b20
permissions -rw-r--r--
removed default height from layout.js.
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>