src/templates/sliceWidget.html
author hamidouk
Fri, 03 Feb 2012 17:07:42 +0100
branchpopcorn-port
changeset 778 8329f476d852
parent 537 61fd3968ab06
child 780 2ae03b1d2797
permissions -rw-r--r--
clicking on the annotate button when the annotation creation widget is opened starts the creation of a new 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>