src/templates/tooltip.html
author hamidouk
Tue, 27 Dec 2011 16:24:01 +0100
branchpopcorn-port
changeset 535 7c25af985344
parent 335 54c0686efd85
permissions -rw-r--r--
made the arrowWidget.js changed its arrow at the edges of the screen.

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