src/templates/createAnnotationWidget.html
author hamidouk
Thu, 29 Dec 2011 16:46:10 +0100
branchpopcorn-port
changeset 546 be6b15bd7234
parent 545 992f92f35650
child 547 5b58a108086a
permissions -rw-r--r--
implemented a decent submit button.
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
    
545
992f92f35650 added markup for keyword buttons.
hamidouk
parents: 544
diff changeset
    20
    <div class='Ldt-createAnnotation-keywords'>
992f92f35650 added markup for keyword buttons.
hamidouk
parents: 544
diff changeset
    21
      Add keywords : <span class='Ldt-createAnnotation-present-keyword'>#faux-raccord</span>
992f92f35650 added markup for keyword buttons.
hamidouk
parents: 544
diff changeset
    22
                     <span class='Ldt-createAnnotation-absent-keyword'>#mot-clef</span>
992f92f35650 added markup for keyword buttons.
hamidouk
parents: 544
diff changeset
    23
    </div>          
546
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    24
    <div class='Ldt-createAnnotation-submitButton'>
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    25
      <div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div>
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    26
    </div>
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    27
  </div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    28
</div>