src/templates/annotationWidget.html
author hamidouk
Mon, 06 Feb 2012 11:37:48 +0100
branchslicewidget-redo
changeset 780 2ae03b1d2797
parent 761 69d80dd9c9d8
child 782 144e215dd324
permissions -rw-r--r--
WIP - trying to redo the slicewidget with raphael's idea.

{{! 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-AnnotationShareIcons'>
         <a target='_blank' class='Ldt-fbShare' title='share on facebook'></a>
         <a target='_blank' class='Ldt-TwShare' title='share on twitter'></a>
         <a target='_blank'  class='Ldt-GplusShare' title='share on google+'></a>
      </div>

		  <div class='Ldt-SaTitle'></div>
	  	<div class='Ldt-SaDescription'></div>
    </div>

  </div>
</div>