src/templates/tooltip.html
author hamidouk
Tue, 31 Jan 2012 17:22:10 +0100
branchnih-youtube
changeset 756 f971fb0f2a3e
parent 335 54c0686efd85
permissions -rw-r--r--
more work on the youtube rewrite front.

{{! 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>