src/templates/sliceWidget.html
author veltr
Wed, 11 Apr 2012 16:39:03 +0200
branchnew-model
changeset 856 41c574c807d1
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
basic implementation of model: media, annotation type, annotation

{{! 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>