src/templates/tooltip.html
author hamidouk
Tue, 31 Jan 2012 15:33:45 +0100
branchpopcorn-port
changeset 751 5cea0b550154
parent 335 54c0686efd85
permissions -rw-r--r--
check if the seeked signal handler receives the seek destination argument. it it's the case, assume we're going there.

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