src/templates/annotationWidget.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 470 19389e221722
child 576 6032ba27abc6
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.
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'>  
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
     7
      <div class='Ldt-AnnotationShareIcons'>
470
19389e221722 the annotationWidget "share" buttons now work correctly.
hamidouk
parents: 383
diff changeset
     8
         <a class='Ldt-fbShare' href=''><img src='{{img_dir}}/facebook.png' alt='share on facebook'></img></a>
19389e221722 the annotationWidget "share" buttons now work correctly.
hamidouk
parents: 383
diff changeset
     9
         <a class='Ldt-TwShare' href=''><img src='{{img_dir}}/twitter.png' alt='share on twitter'></img></a>
19389e221722 the annotationWidget "share" buttons now work correctly.
hamidouk
parents: 383
diff changeset
    10
         <a class='Ldt-GplusShare' href=''><img src='{{img_dir}}/google.png' alt='share on google+'></img></a>
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
    11
      </div>
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
    12
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    13
		  <div class='Ldt-SaTitle'></div>
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    14
	  	<div class='Ldt-SaDescription'></div>
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    15
    </div>
383
a866fe187dad added the sharing tools.
hamidouk
parents: 382
diff changeset
    16
382
d68de477761b WIP - adding social buttons support.
hamidouk
parents: 373
diff changeset
    17
  </div>
373
0e571ced5bc4 cleaned up the css and implemented double borders.
hamidouk
parents: 269
diff changeset
    18
</div>