src/templates/tooltip.html
author hamidouk
Fri, 25 Nov 2011 10:24:20 +0100
branchpopcorn-port
changeset 327 f20d0807a5ea
parent 221 2a83d308dba6
child 335 54c0686efd85
permissions -rw-r--r--
deactivated a non-passing test while looking for a way to make it work (involves maybe mocking a popcorn object).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 42
diff changeset
     1
{{! template used by the jquery ui tooltip }}
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 42
diff changeset
     2
<div class='Ldt-tooltip'>
42
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     3
<div class='title'>{{title}}</div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     4
<div class='time'>{{begin}} : {{end}} </div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     5
<div class='description'>{{description}}</div>
b35c32744ae9 templatized some tooltip code.
hamidouk
parents:
diff changeset
     6
</div>