| author | hamidouk |
| Wed, 04 Jan 2012 10:59:04 +0100 | |
| branch | popcorn-port |
| changeset 576 | 6032ba27abc6 |
| parent 575 | 8f483e430f51 |
| child 627 | 13b9f14bf49a |
| permissions | -rw-r--r-- |
| 543 | 1 |
{{! template for the annotation creation widget }} |
2 |
<div class='Ldt-createAnnotationWidget'> |
|
3 |
<!-- ugly div because we want to have a double border --> |
|
4 |
<div class='Ldt-createAnnotation-DoubleBorder'> |
|
5 |
<div style='margin-bottom: 7px; overflow: auto;'> |
|
| 573 | 6 |
<div class='Ldt-createAnnotation-Title'></div> |
7 |
<div class='Ldt-createAnnotation-TimeFrame'></div> |
|
| 543 | 8 |
</div> |
9 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
10 |
<div class='Ldt-createAnnotation-Container'> |
| 543 | 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 | 18 |
</div> |
19 |
||
| 545 | 20 |
<div class='Ldt-createAnnotation-keywords'> |
| 547 | 21 |
Add keywords : |
| 545 | 22 |
</div> |
| 546 | 23 |
<div class='Ldt-createAnnotation-submitButton'> |
24 |
<div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div> |
|
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 | 28 |
Thank you, your annotation has been saved.<br> |
| 568 | 29 |
Would you like to share it on social networks ? |
30 |
<div style='margin-top: 12px; text-align: center;'> |
|
| 576 | 31 |
<a target='_blank' class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a> |
32 |
<a target='_blank' class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a> |
|
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 | 36 |
</div> |
37 |
</div> |