src/templates/createAnnotationWidget.html
author hamidouk
Wed, 04 Jan 2012 10:59:04 +0100
branchpopcorn-port
changeset 576 6032ba27abc6
parent 575 8f483e430f51
child 627 13b9f14bf49a
permissions -rw-r--r--
added target="_blank" to all the share links.
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;'>
573
d0bce45283f7 updated templates.
hamidouk
parents: 569
diff changeset
     6
      <div class='Ldt-createAnnotation-Title'></div>
d0bce45283f7 updated templates.
hamidouk
parents: 569
diff changeset
     7
      <div class='Ldt-createAnnotation-TimeFrame'></div>
543
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>
553
10d08f43c534 widget works now more or less like in samuel's crea.
hamidouk
parents: 548
diff changeset
    17
      </div>
543
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'>
547
5b58a108086a adding support for keywords.
hamidouk
parents: 546
diff changeset
    21
      Add keywords :       
545
992f92f35650 added markup for keyword buttons.
hamidouk
parents: 544
diff changeset
    22
    </div>          
546
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    23
    <div class='Ldt-createAnnotation-submitButton'>
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    24
      <div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div>
be6b15bd7234 implemented a decent submit button.
hamidouk
parents: 545
diff changeset
    25
    </div>
553
10d08f43c534 widget works now more or less like in samuel's crea.
hamidouk
parents: 548
diff changeset
    26
    
10d08f43c534 widget works now more or less like in samuel's crea.
hamidouk
parents: 548
diff changeset
    27
    <div class='Ldt-createAnnotation-endScreen' style='display: none'>
569
7f5d00dd4cd4 added a bit of text.
hamidouk
parents: 568
diff changeset
    28
      Thank you, your annotation has been saved.<br>
568
5a6a256f4ea3 made things display correctly.
hamidouk
parents: 553
diff changeset
    29
      Would you like to share it on social networks ?
5a6a256f4ea3 made things display correctly.
hamidouk
parents: 553
diff changeset
    30
      <div style='margin-top: 12px; text-align: center;'>
576
6032ba27abc6 added target="_blank" to all the share links.
hamidouk
parents: 575
diff changeset
    31
          <a target='_blank' class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a>
6032ba27abc6 added target="_blank" to all the share links.
hamidouk
parents: 575
diff changeset
    32
          <a target='_blank' class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a>
6032ba27abc6 added target="_blank" to all the share links.
hamidouk
parents: 575
diff changeset
    33
          <a target='_blank' class='Ldt-createAnnotation-endScreen-GplusLink'><img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px;'></img></a>                    
553
10d08f43c534 widget works now more or less like in samuel's crea.
hamidouk
parents: 548
diff changeset
    34
      </div>
10d08f43c534 widget works now more or less like in samuel's crea.
hamidouk
parents: 548
diff changeset
    35
    </div>
543
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    36
  </div>
5856fab9596c WIP - adding widget to create annotations.
hamidouk
parents:
diff changeset
    37
</div>