src/templates/createAnnotationWidget.html
author hamidouk
Thu, 29 Dec 2011 15:08:35 +0100
branchpopcorn-port
changeset 544 c493cb634b45
parent 543 5856fab9596c
child 545 992f92f35650
permissions -rw-r--r--
got the annotation creation widget in a decent shape.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     1
{{! template for the annotation creation widget }}
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     2
<div class='Ldt-createAnnotationWidget'>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     3
  <!-- ugly div because we want to have a double border -->
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     4
  <div class='Ldt-createAnnotation-DoubleBorder'>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     5
    <div style='margin-bottom: 7px; overflow: auto;'>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     6
      <div class='Ldt-createAnnotation-Title'>310</div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     7
      <div class='Ldt-createAnnotation-TimeFrame'>(03:10-07:45)</div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     8
    </div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
     9
    
544
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    10
    <div class='Ldt-createAnnotation-Container'>
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    11
      <textarea class='Ldt-createAnnotation-Description'></textarea>
544
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    12
      <div class='Ldt-createAnnotation-profileArrow'>
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    13
        <img src='{{img_dir}}/annotate_arrow.png'></img>
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    14
      </div>
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    15
      <div class='Ldt-createAnnotation-userAvatar'>        
c493cb634b45 got the annotation creation widget in a decent shape.
hamidouk
parents: 543
diff changeset
    16
        <img src='https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png'></img>
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    17
      </div> 
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    18
    </div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    19
    
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    20
    <div class='Ldt-createAnnotation-keywords'>Add keywords : </div>          
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    21
    <div class='Ldt-createAnnotation-submitButton'>Submit</div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    22
  </div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    23
</div>