src/templates/tooltip.html
author hamidouk
Wed, 25 Jan 2012 12:52:45 +0100
branchembed-playerapi-rewrite
changeset 705 83197a7a4281
parent 335 54c0686efd85
permissions -rw-r--r--
add a switch case to use the allocine player.

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