src/templates/tooltip.html
author hamidouk
Fri, 18 Nov 2011 14:33:24 +0100
branchtweet-widget
changeset 276 8a5a34ff1202
parent 221 2a83d308dba6
child 335 54c0686efd85
permissions -rw-r--r--
WIP - do not use in production ! refactoring the code to have a finite state machine (http://en.wikipedia.org/wiki/Finite_state_machine)

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