src/templates/tooltip.html
author hamidouk
Fri, 02 Dec 2011 11:31:54 +0100
branchno-popcorn
changeset 388 30277c1e3d46
parent 335 54c0686efd85
permissions -rw-r--r--
replaced most of popcorn's functions.

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