src/templates/sliceWidget.html
author hamidouk
Thu, 19 Jan 2012 17:28:51 +0100
branchpopcorn-port
changeset 684 9c5f6d165a0f
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
added some docs for people who would like to integrate the mdp with proprietary player

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