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).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 162
diff changeset
     1
{{! template for the annotation widget }}
162
2ef47ccb290f a couple fixes to the annotationsWidget tests.
hamidouk
parents: 87
diff changeset
     2
<div class='Ldt-AnnotationsWidget'>
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
     3
  <!-- ugly div because we want to have a double border -->
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
     4
  <div class='Ldt-Annotation-DoubleBorder'>
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
     5
  
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
     6
    <div class='Ldt-AnnotationContent'>  
782
144e215dd324 added tags.
hamidouk
parents: 761
diff changeset
     7
        <div class='Ldt-AnnotationShareIcons'>
837
353a78021ebc Added Internationalization
veltr
parents: 830
diff changeset
     8
         <a target='_blank' class='Ldt-fbShare Ldt-TraceMe' title='{{i10n.share_on}} Facebook'></a>
353a78021ebc Added Internationalization
veltr
parents: 830
diff changeset
     9
         <a target='_blank' class='Ldt-TwShare Ldt-TraceMe' title='{{i10n.share_on}} Twitter'></a>
353a78021ebc Added Internationalization
veltr
parents: 830
diff changeset
    10
         <a target='_blank'  class='Ldt-GplusShare Ldt-TraceMe' title='{{i10n.share_on}} Google+'></a>
782
144e215dd324 added tags.
hamidouk
parents: 761
diff changeset
    11
        </div>
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
    12
782
144e215dd324 added tags.
hamidouk
parents: 761
diff changeset
    13
        <div class='Ldt-SaTitle'></div>
144e215dd324 added tags.
hamidouk
parents: 761
diff changeset
    14
        <div class='Ldt-SaDescription'></div>
144e215dd324 added tags.
hamidouk
parents: 761
diff changeset
    15
        <div class='Ldt-SaKeywords'></div>
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    16
    </div>
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
    17
382
d68de477761b WIP - adding social buttons support.
hamidouk
parents: 373
diff changeset
    18
  </div>
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    19
</div>