| changeset 843 | 75ba66457232 |
| parent 537 | 61fd3968ab06 |
| child 780 | 2ae03b1d2797 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/templates/sliceWidget.html Fri Apr 06 16:55:34 2012 +0200 @@ -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>