src/templates/tooltip.html
author hamidouk
Thu, 13 Oct 2011 17:09:43 +0200
branchpopcorn-port
changeset 71 7bc3a4651ec3
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
broke up initialization in two functions : - loadLibs fetches the libs - init does whatever is necessary to init the player

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