author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 05 Jul 2016 01:30:27 +0200 | |
changeset 227 | 5c9250f55f4b |
parent 218 | 38e1a1446319 |
child 228 | a2497a2b6224 |
permissions | -rw-r--r-- |
196 | 1 |
<div class="corpus-app-player"> |
192 | 2 |
<div class="corpus-app-content"> |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
3 |
{{player-component action="changeDocument" document=currentItem}} |
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
4 |
<p><strong>{{ currentItem.title }}</strong></p> |
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
5 |
<p>{{doc-language url=currentItem.language}}</p> |
192 | 6 |
</div> |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
7 |
</div> |
196 | 8 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
9 |
<div class="corpus-window"> |
196 | 10 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
11 |
<div class="corpus-app-container"> |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
12 |
{{#if player.window}} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
13 |
{{#if (eq player.window 'notice')}} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
14 |
{{ notice-component }} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
15 |
{{/if}} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
16 |
{{#if (eq player.window 'transcript')}} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
17 |
{{ transcript-component }} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
18 |
{{/if}} |
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
19 |
{{else}} |
227
5c9250f55f4b
Basic notice logic from query parameters
Chloe Laisne <chloe.laisne@gmail.com>
parents:
218
diff
changeset
|
20 |
{{ notice }} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
21 |
{{ outlet }} |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
22 |
{{/if}} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
23 |
</div> |
196 | 24 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
25 |
<div class="corpus-app-wrapper"> |
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
26 |
{{ filter-component }} |
227
5c9250f55f4b
Basic notice logic from query parameters
Chloe Laisne <chloe.laisne@gmail.com>
parents:
218
diff
changeset
|
27 |
{{ playlist-component notice=notice model=model }} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
28 |
</div> |
196 | 29 |
|
16
70e9a764d6d7
add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
10
diff
changeset
|
30 |
</div> |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
31 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
32 |
{{toolbar-component}} |