src/templates/tooltip.html
author hamidouk
Tue, 18 Oct 2011 15:38:30 +0200
branchpopcorn-port
changeset 87 c037221d9c76
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
I've broken the template code between the player hud and the annotation widget.

 <div class='Ldt-tooltip'>
<div class='title'>{{title}}</div>
<div class='time'>{{begin}} : {{end}} </div>
<div class='description'>{{description}}</div>
</div>