src/templates/sliceWidget.html
branchpopcorn-port
changeset 537 61fd3968ab06
child 780 2ae03b1d2797
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/sliceWidget.html	Wed Dec 28 11:38:30 2011 +0100
@@ -0,0 +1,10 @@
+{{! template for the slice widget }}
+<div class='Ldt-sliceWidget'>
+  {{! the whole bar }}
+  <div class='Ldt-sliceBackground'></div>
+  
+  <div class='Ldt-sliceLeftHandle'></div>
+  {{! the zone which represents our slice }}
+  <div class='Ldt-sliceZone'></div>   
+  <div class='Ldt-sliceRightHandle'></div>
+</div>