src/templates/annotationWidget.html
author cavaliet
Thu, 19 Apr 2012 15:47:34 +0200
changeset 871 a5607fa1ef0b
parent 837 353a78021ebc
permissions -rw-r--r--
Enhance SlideShare widget for it to point the a specified div (like annotationListWidget).

{{! 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 Ldt-TraceMe' title='{{i10n.share_on}} Facebook'></a>
         <a target='_blank' class='Ldt-TwShare Ldt-TraceMe' title='{{i10n.share_on}} Twitter'></a>
         <a target='_blank'  class='Ldt-GplusShare Ldt-TraceMe' title='{{i10n.share_on}} Google+'></a>
        </div>

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

  </div>
</div>