src/templates/annotationWidget.html
author hamidouk
Thu, 01 Dec 2011 15:43:28 +0100
branchpopcorn-port
changeset 374 138e76fe73a6
parent 373 0e571ced5bc4
child 382 d68de477761b
permissions -rw-r--r--
extended the function to format tweet to apply styles to the polemic syntax.

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