author | Chloe Laisne <chloe.laisne@gmail.com> |
Mon, 17 Oct 2016 14:50:30 +0530 | |
changeset 344 | 70451a4dc9ae |
parent 333 | 400719e1e9a8 |
child 394 | 48458e099b05 |
permissions | -rw-r--r-- |
242 | 1 |
{{player-component action="changeDocument" document=currentItem}} |
196 | 2 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
3 |
<div class="corpus-window"> |
315
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
4 |
|
246
5b7ae96768be
Bsic transcript-component design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
242
diff
changeset
|
5 |
<div class="corpus-app-container{{if player.window ' window'}}"> |
315
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
6 |
{{#if player.window}} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
7 |
{{#if (eq player.window 'notice')}} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
8 |
{{ notice-component }} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
9 |
{{else if (if-and (eq player.window 'transcript') player.transcript)}} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
10 |
{{ transcript-component }} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
11 |
{{/if}} |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
12 |
{{else}} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
13 |
{{ outlet }} |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
14 |
{{/if}} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
15 |
</div> |
315
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
16 |
{{#if player.window}} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
17 |
{{toolbar-component}} |
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
18 |
{{/if}} |
196 | 19 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
20 |
<div class="corpus-app-wrapper"> |
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
21 |
{{ filter-component }} |
344 | 22 |
{{ playlist-component model=documents page=page limit=limit pageAction='setPageQueryparams' }} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
23 |
</div> |
196 | 24 |
|
315
e3217b6adea3
Display footer toolbar only when transcript or notice is open
Chloe Laisne <chloe.laisne@gmail.com>
parents:
255
diff
changeset
|
25 |
</div> |