src/templates/tooltip.html
author hamidouk
Tue, 29 Nov 2011 14:34:30 +0100
branchpopcorn-port
changeset 350 c637688bd680
parent 335 54c0686efd85
permissions -rw-r--r--
tweetWidget : format the tweet date according to the locale.

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