src/templates/tooltip.html
author hamidouk
Thu, 22 Dec 2011 16:10:15 +0100
branchcalage-segmentsWidget
changeset 514 f5865a99be69
parent 335 54c0686efd85
permissions -rw-r--r--
WIP - first version of the rounding algorithm.

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