src/templates/sliceWidget.html
author hamidouk
Mon, 02 Jan 2012 11:46:55 +0100
branchpopcorn-port
changeset 558 29a370694c53
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
delete type variable which seemed to sometimes (but not always) confuse the jwplayer, resulting in "file is not a valid media provider" errors.

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