src/templates/annotationWidget.html
author hamidouk
Mon, 13 Feb 2012 15:32:51 +0100
branchpopcorn-port
changeset 806 4ae02249c3ac
parent 782 144e215dd324
child 830 18ca612e9ff0
permissions -rw-r--r--
removed more images from the templates to put them in the css.

{{! 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 class='Ldt-SaKeywords'></div>
    </div>

  </div>
</div>