src/templates/createAnnotationWidget_festivalCinecast.html
branchpopcorn-port
changeset 553 10d08f43c534
child 568 5a6a256f4ea3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/createAnnotationWidget_festivalCinecast.html	Fri Dec 30 16:01:09 2011 +0100
@@ -0,0 +1,36 @@
+{{! template for the annotation creation widget }}
+<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.
+      <div style='margin-top: 12px;'>
+        <img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px; display: table-cell'></img>
+        <img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px; display: table-cell'></img>
+        <img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px; display: table-cell'></img>                
+      </div>
+    </div>
+  </div>
+</div>