author | Chloe Laisne <chloe.laisne@gmail.com> |
Sun, 02 Oct 2016 15:24:56 +0200 | |
changeset 311 | f4327199e8f0 |
parent 255 | ed05b89e3299 |
child 315 | e3217b6adea3 |
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"> |
228
a2497a2b6224
Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
227
diff
changeset
|
4 |
{{#if notice}} |
a2497a2b6224
Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
227
diff
changeset
|
5 |
<div class="corpus-app-modal"> |
a2497a2b6224
Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
227
diff
changeset
|
6 |
{{ notice-component class="overlay" model=noticeModel }} |
a2497a2b6224
Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
227
diff
changeset
|
7 |
</div> |
a2497a2b6224
Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
227
diff
changeset
|
8 |
{{/if}} |
246
5b7ae96768be
Bsic transcript-component design
Chloe Laisne <chloe.laisne@gmail.com>
parents:
242
diff
changeset
|
9 |
<div class="corpus-app-container{{if player.window ' window'}}"> |
255
ed05b89e3299
Add words to transcript
Chloe Laisne <chloe.laisne@gmail.com>
parents:
246
diff
changeset
|
10 |
{{#if (if-and player.window (eq player.window 'notice'))}} |
ed05b89e3299
Add words to transcript
Chloe Laisne <chloe.laisne@gmail.com>
parents:
246
diff
changeset
|
11 |
{{ notice-component }} |
ed05b89e3299
Add words to transcript
Chloe Laisne <chloe.laisne@gmail.com>
parents:
246
diff
changeset
|
12 |
{{else if (if-and player.window player.transcript (eq player.window 'transcript'))}} |
ed05b89e3299
Add words to transcript
Chloe Laisne <chloe.laisne@gmail.com>
parents:
246
diff
changeset
|
13 |
{{ transcript-component }} |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
14 |
{{else}} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
15 |
{{ outlet }} |
218
38e1a1446319
Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents:
217
diff
changeset
|
16 |
{{/if}} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
17 |
</div> |
196 | 18 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
19 |
<div class="corpus-app-wrapper"> |
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
20 |
{{ filter-component }} |
227
5c9250f55f4b
Basic notice logic from query parameters
Chloe Laisne <chloe.laisne@gmail.com>
parents:
218
diff
changeset
|
21 |
{{ playlist-component notice=notice model=model }} |
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
22 |
</div> |
196 | 23 |
|
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
|
24 |
</div> |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
25 |
|
217
989b9c36b849
Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents:
200
diff
changeset
|
26 |
{{toolbar-component}} |