src/templates/tooltip.html
author hamidouk
Tue, 17 Jan 2012 16:27:38 +0100
branchpopcorn-port
changeset 652 d6e18921fab8
parent 335 54c0686efd85
permissions -rw-r--r--
fixes bug in the way a seeked signal is sent.

{{! template used by the jquery ui tooltip }}
<div class='Ldt-tooltip'>
  <div class='title'>{{title}}</div>
  <div class='time'>{{begin}} : {{end}} </div>
  <div class='description'>{{description}}</div>
</div>