src/templates/tooltip.html
author hamidouk
Mon, 02 Jan 2012 16:59:30 +0100
branchpopcorn-port
changeset 565 903435828e6c
parent 335 54c0686efd85
permissions -rw-r--r--
WIP - reducing the opacity of the rectanges which are not search results.

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