|
585
|
1 |
{{! template for the annotation list widget }} |
|
|
2 |
<div class='Ldt-AnnotationsListWidget'> |
|
|
3 |
<!-- ugly div because we want to have a double border --> |
|
|
4 |
<div class='Ldt-Annotation-DoubleBorder'> |
|
|
5 |
<ul> |
|
|
6 |
{{#annotations}} |
|
|
7 |
<li> |
|
680
|
8 |
<a href='#id={{id}}'> |
|
588
|
9 |
<div style='overflow: auto; margin-top: 5px; margin-bottom: 5px;'> |
|
|
10 |
<div class='Ldt-AnnotationsList-Caption'> |
|
|
11 |
<img src='http://i.imgur.com/aoUlC.jpg'></img> |
|
|
12 |
</div> |
|
585
|
13 |
<div class='Ldt-AnnotationsList-Duration'>{{begin}} - {{end}}</div> |
|
|
14 |
<div class='Ldt-AnnotationsList-Title'>{{title}}</div> |
|
|
15 |
<div class='Ldt-AnnotationsList-Description'>{{desc}}</div> |
|
|
16 |
</div> |
|
|
17 |
</a> |
|
|
18 |
</li> |
|
|
19 |
{{/annotations}} |
|
|
20 |
</ul> |
|
|
21 |
</div> |
|
|
22 |
</div> |