src/templates/annotationWidget.html
changeset 843 75ba66457232
parent 837 353a78021ebc
equal deleted inserted replaced
53:7b55777486c3 843:75ba66457232
       
     1 {{! template for the annotation widget }}
       
     2 <div class='Ldt-AnnotationsWidget'>
       
     3   <!-- ugly div because we want to have a double border -->
       
     4   <div class='Ldt-Annotation-DoubleBorder'>
       
     5   
       
     6     <div class='Ldt-AnnotationContent'>  
       
     7         <div class='Ldt-AnnotationShareIcons'>
       
     8          <a target='_blank' class='Ldt-fbShare Ldt-TraceMe' title='{{i10n.share_on}} Facebook'></a>
       
     9          <a target='_blank' class='Ldt-TwShare Ldt-TraceMe' title='{{i10n.share_on}} Twitter'></a>
       
    10          <a target='_blank'  class='Ldt-GplusShare Ldt-TraceMe' title='{{i10n.share_on}} Google+'></a>
       
    11         </div>
       
    12 
       
    13         <div class='Ldt-SaTitle'></div>
       
    14         <div class='Ldt-SaDescription'></div>
       
    15         <div class='Ldt-SaKeywords'></div>
       
    16     </div>
       
    17 
       
    18   </div>
       
    19 </div>