src/templates/annotationWidget.html
author hamidouk
Thu, 15 Dec 2011 10:45:41 +0100
branchpopcorn-port
changeset 467 79173b75e97c
parent 383 a866fe187dad
child 470 19389e221722
permissions -rw-r--r--
updated the mute and sound sprite to follow sam's design.

{{! 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 href=''><img src='{{img_dir}}/facebook.png' alt='share on facebook'></img></a>
         <a href=''><img src='{{img_dir}}/twitter.png' alt='share on twitter'></img></a>
         <a href=''><img src='{{img_dir}}/google.png' alt='share on google+'></img></a>
      </div>

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

  </div>
</div>