src/templates/tooltip.html
author hamidouk
Fri, 09 Dec 2011 15:36:00 +0100
branchpopcorn-port
changeset 445 c2eac11a9053
parent 335 54c0686efd85
permissions -rw-r--r--
wrote our own pubsub system because of a bug in the jquery one (see http://jsfiddle.net/khamidou/PuUjj/2/)

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