1 {{! template for the annotation creation widget }} |
1 {{! template for the annotation creation widget }} |
2 <div class='Ldt-createAnnotationWidget'> |
2 <div class='Ldt-createAnnotationWidget'> |
3 <!-- ugly div because we want to have a double border --> |
3 <!-- ugly div because we want to have a double border --> |
4 <div class='Ldt-createAnnotation-DoubleBorder'> |
4 <div class='Ldt-createAnnotation-DoubleBorder'> |
5 <div style='margin-bottom: 7px; overflow: auto;'> |
5 <div class='Ldt-createAnnotation-startScreen'> |
6 <div class='Ldt-createAnnotation-Title'></div> |
6 <div style='margin-bottom: 7px; overflow: auto;'> |
7 <div class='Ldt-createAnnotation-TimeFrame'></div> |
7 <div class='Ldt-createAnnotation-Title'></div> |
8 </div> |
8 <div class='Ldt-createAnnotation-TimeFrame'></div> |
9 |
|
10 <div class='Ldt-createAnnotation-Container'> |
|
11 <textarea class='Ldt-createAnnotation-Description'></textarea> |
|
12 <div class='Ldt-createAnnotation-profileArrow'> |
|
13 <img src='{{img_dir}}/annotate_arrow.png'></img> |
|
14 </div> |
9 </div> |
15 <div class='Ldt-createAnnotation-userAvatar'> |
10 |
16 <img src='https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png'></img> |
11 <div class='Ldt-createAnnotation-Container'> |
|
12 <textarea class='Ldt-createAnnotation-Description'></textarea> |
|
13 <div class='Ldt-createAnnotation-profileArrow'> |
|
14 <img src='{{img_dir}}/annotate_arrow.png'></img> |
|
15 </div> |
|
16 <div class='Ldt-createAnnotation-userAvatar'> |
|
17 <img src='https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png'></img> |
|
18 </div> |
|
19 </div> |
|
20 |
|
21 <div class='Ldt-createAnnotation-keywords'> |
|
22 Add keywords : |
|
23 </div> |
|
24 <div class='Ldt-createAnnotation-submitButton'> |
|
25 <div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div> |
17 </div> |
26 </div> |
18 </div> |
27 </div> |
19 |
28 <div class='Ldt-createAnnotation-waitScreen' style='display: none; text-align: center'> |
20 <div class='Ldt-createAnnotation-keywords'> |
29 <img src='{{img_dir}}/spinner.gif'></img> |
21 Add keywords : |
30 Please wait while your request is being processed... |
22 </div> |
|
23 <div class='Ldt-createAnnotation-submitButton'> |
|
24 <div style='position: absolute; bottom: 10pt; right: 11pt;'>Submit</div> |
|
25 </div> |
31 </div> |
26 |
32 |
27 <div class='Ldt-createAnnotation-endScreen' style='display: none'> |
33 <div class='Ldt-createAnnotation-endScreen' style='display: none'> |
28 Thank you, your annotation has been saved.<br> |
34 Thank you, your annotation has been saved.<br> |
29 Would you like to share it on social networks ? |
35 Would you like to share it on social networks ? |