src/templates/tooltip.html
author hamidouk
Wed, 26 Oct 2011 12:41:14 +0200
branchpopcorn-port
changeset 149 a10198c95808
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
added a function to break a search string in words and count the number of occurences of those words in the annotations.

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