src/templates/tooltip.html
author hamidouk
Fri, 17 Feb 2012 10:56:28 +0100
branchpopcorn-port
changeset 814 9abad8fe5207
parent 335 54c0686efd85
permissions -rw-r--r--
get the annotation creation api endpoint from the settings instead of hardcoding it.

{{! template used by the jquery ui tooltip }}
<div class='Ldt-tooltip'>
  <div class='title'>{{title}}</div>
  <div class='time'>{{begin}} : {{end}} </div>
  <div class='description'>{{description}}</div>
</div>