src/templates/tooltip.html
author hamidouk
Fri, 02 Dec 2011 12:02:05 +0100
branchno-popcorn
changeset 390 9b4e5f606d72
parent 335 54c0686efd85
permissions -rw-r--r--
first draft, a little rough around the edges.

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