src/templates/tooltip.html
author hamidouk
Wed, 02 Nov 2011 12:33:20 +0100
branchpopcorn-port
changeset 171 158f0193ec54
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
added support for dependency widgets (i.e : a widget can now depend on another, and the latter will be instantiated and available to the former).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     1
 <div class='Ldt-tooltip'>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     2
<div class='title'>{{title}}</div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     3
<div class='time'>{{begin}} : {{end}} </div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     4
<div class='description'>{{description}}</div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     5
</div>