removed unused template. popcorn-port
authorhamidouk
Mon, 13 Feb 2012 15:28:42 +0100
branchpopcorn-port
changeset 804 b0064a743dff
parent 803 4955d857e304
child 805 48cd2b83c7c5
removed unused template.
src/templates/createAnnotationWidget_festivalCinecast.html
--- a/src/templates/createAnnotationWidget_festivalCinecast.html	Mon Feb 13 15:06:17 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-{{! template for the annotation creation widget specific for the cinecast festival}}
-<div class='Ldt-createAnnotationWidget'>
-  <!-- ugly div because we want to have a double border -->
-  <div class='Ldt-createAnnotation-DoubleBorder'>
-    <div style='margin-bottom: 7px; overflow: auto;'>
-      <div class='Ldt-createAnnotation-Title'></div>
-      <div class='Ldt-createAnnotation-TimeFrame'></div>
-    </div>
-    
-    <div class='Ldt-createAnnotation-Container'>
-      <textarea class='Ldt-createAnnotation-Description'></textarea>
-      <div class='Ldt-createAnnotation-profileArrow'>
-        <img src='{{img_dir}}/annotate_arrow.png'></img>
-      </div>
-      <div class='Ldt-createAnnotation-userAvatar'>        
-        <img src='https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png'></img>
-      </div>
-    </div>
-    
-    <div class='Ldt-createAnnotation-keywords'>
-      Add keywords :       
-    </div>          
-    <div class='Ldt-createAnnotation-submitButton'>
-      <div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div>
-    </div>
-    
-    <div class='Ldt-createAnnotation-endScreen' style='display: none'>
-      Thank you, your annotation has been saved.<br>
-      Would you like to share it on social networks ?
-      <div style='margin-top: 12px; text-align: center;'>
-          <a target='_blank' class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a>
-          <a target='_blank' class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a>
-          <a target='_blank' class='Ldt-createAnnotation-endScreen-GplusLink'><img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px;'></img></a>                    
-      </div>
-    </div>
-  </div>
-</div>