src/templates/sliceWidget.html
author veltr
Mon, 26 Mar 2012 19:18:04 +0200
branchpopcorn-port
changeset 838 03b03865eb9b
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
Transferred i18n data to widgets, corrected slider bug, added search in annotationslist

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