src/templates/sliceWidget.html
branchnew-model
changeset 876 03967b6ada7c
parent 875 43629caa77bc
child 880 4c7b33bf2795
--- a/src/templates/sliceWidget.html	Mon Apr 23 19:11:08 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-{{! 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>