src/templates/annotation.html
author hamidouk
Fri, 21 Oct 2011 14:07:07 +0200
branchpopcorn-port
changeset 116 3ca8dadf3eda
parent 105 1c991d6a5305
child 165 e2b538645b20
permissions -rw-r--r--
added a doc dir and a file explaining coding conventions.
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>