src/templates/annotationWidget.html
author hamidouk
Thu, 01 Dec 2011 17:04:14 +0100
branchpopcorn-port
changeset 380 4b74494bd129
parent 373 0e571ced5bc4
child 382 d68de477761b
permissions -rw-r--r--
fixed highlighting factor. Removed printf.

{{! template for the annotation widget }}
<div class='Ldt-AnnotationsWidget'>
  <!-- ugly div because we want to have a double border -->
  <div class='Ldt-Annotation-DoubleBorder'>
    <div class='Ldt-AnnotationContent'>  
		  <div class='Ldt-SaTitle'></div>
	  	<div class='Ldt-SaDescription'></div>
    </div>
  </div>
</div>