| author | hamidouk |
| Thu, 29 Dec 2011 16:46:10 +0100 | |
| branch | popcorn-port |
| changeset 546 | be6b15bd7234 |
| parent 545 | 992f92f35650 |
| child 547 | 5b58a108086a |
| 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;'> |
|
6 |
<div class='Ldt-createAnnotation-Title'>310</div> |
|
7 |
<div class='Ldt-createAnnotation-TimeFrame'>(03:10-07:45)</div> |
|
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> |
| 543 | 17 |
</div> |
18 |
</div> |
|
19 |
||
| 545 | 20 |
<div class='Ldt-createAnnotation-keywords'> |
21 |
Add keywords : <span class='Ldt-createAnnotation-present-keyword'>#faux-raccord</span> |
|
22 |
<span class='Ldt-createAnnotation-absent-keyword'>#mot-clef</span> |
|
23 |
</div> |
|
| 546 | 24 |
<div class='Ldt-createAnnotation-submitButton'> |
25 |
<div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div> |
|
26 |
</div> |
|
| 543 | 27 |
</div> |
28 |
</div> |