| author | veltr |
| Wed, 18 Apr 2012 18:58:44 +0200 | |
| branch | new-model |
| changeset 870 | 2c025db10a10 |
| parent 842 | 4ae2247a59f4 |
| child 874 | 38b65761a7d5 |
| permissions | -rw-r--r-- |
| 585 | 1 |
{{! template for the annotation list widget }} |
2 |
<div class='Ldt-AnnotationsListWidget'> |
|
| 833 | 3 |
<ul class='Ldt-AnnotationsList-ul'> |
4 |
{{#annotations}} |
|
5 |
<li id='Ldt-Annotation-li-{{id}}' class='Ldt-AnnotationsList-li Ldt-TraceMe'> |
|
| 842 | 6 |
{{#url}} <a href='{{url}}'> {{/url}} |
7 |
<img class='Ldt-AnnotationsList-Thumbnail' src='{{thumbnail}}' /> |
|
8 |
</a> |
|
| 833 | 9 |
<div class='Ldt-AnnotationsList-Duration'> |
10 |
<span class='Ldt-AnnotationsList-Begin'>{{begin}}</span> |
|
11 |
<span class='Ldt-AnnotationsList-TcSeparator'>-</span> |
|
12 |
<span class='Ldt-AnnotationsList-End'>{{end}}</span> |
|
13 |
</div> |
|
14 |
<div class='Ldt-AnnotationsList-Title'> |
|
|
870
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
842
diff
changeset
|
15 |
{{#url}} <a href='{{url}}'> {{/url}} |
| 842 | 16 |
{{title}} |
|
870
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
842
diff
changeset
|
17 |
</a> |
| 842 | 18 |
</div> |
19 |
<div class='Ldt-AnnotationsList-Description'> |
|
|
870
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
842
diff
changeset
|
20 |
{{description}} |
| 588 | 21 |
</div> |
| 833 | 22 |
{{#tags.length}} |
23 |
<ul class='Ldt-AnnotationsList-Tags'> |
|
24 |
{{#tags}} |
|
25 |
<li class='Ldt-AnnotationsList-Tag-Li'> |
|
26 |
<div class='Ldt-AnnotationsList-Tag-Div'>{{.}}</div> |
|
27 |
</li> |
|
28 |
{{/tags}} |
|
29 |
</ul> |
|
30 |
{{/tags.length}} |
|
31 |
</li> |
|
32 |
{{/annotations}} |
|
| 585 | 33 |
</ul> |
34 |
</div> |