author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 21 Jun 2016 14:24:30 +0200 | |
changeset 196 | 7550cb541901 |
parent 192 | e1435b37301a |
child 200 | a441c40f9c5e |
permissions | -rw-r--r-- |
196 | 1 |
<div class="corpus-app-player"> |
192 | 2 |
<div class="corpus-app-content"> |
3 |
{{player-component action="changeDocument" document=currentItem}} |
|
4 |
<p><strong>{{ currentItem.title }}</strong></p> |
|
5 |
<p>{{doc-language url=currentItem.language}}</p> |
|
6 |
</div> |
|
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
|
7 |
</div> |
196 | 8 |
|
9 |
||
10 |
<div id="info-modal"></div> |
|
11 |
||
12 |
<div> |
|
13 |
||
14 |
<div class="corpus-app-container"> |
|
15 |
{{outlet}} |
|
16 |
</div> |
|
17 |
||
18 |
<div class="corpus-app-wrapper"> |
|
19 |
||
20 |
{{filter-component}} |
|
21 |
||
22 |
{{playlist-component filteredDocuments=filteredDocuments}} |
|
23 |
||
24 |
</div> |
|
25 |
||
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
|
26 |
</div> |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
27 |
|
94
62984937a062
- add params when modal appear so we can come back right on this document modal
nowmad@23.1.168.192.in-addr.arpa
parents:
91
diff
changeset
|
28 |
{{#if detail}} |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
29 |
{{#ember-wormhole to='info-modal'}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
30 |
<div class="overlay" {{action 'toggleModal'}}></div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
31 |
<div class="dialog"> |
94
62984937a062
- add params when modal appear so we can come back right on this document modal
nowmad@23.1.168.192.in-addr.arpa
parents:
91
diff
changeset
|
32 |
<div class="dialog-header"> |
95 | 33 |
<h2>Notice</h2> |
94
62984937a062
- add params when modal appear so we can come back right on this document modal
nowmad@23.1.168.192.in-addr.arpa
parents:
91
diff
changeset
|
34 |
</div> |
95 | 35 |
<div class="dialog-body"> |
36 |
<p><b>Titre </b>{{modalItem.title}}</p> |
|
134
c06d08c8a1b8
add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
37 |
<p><b>Langue </b>{{doc-language url=modalItem.language}}</p> |
95 | 38 |
<p><b>Enregistré le </b>{{modalItem.modified}}</p> |
39 |
<p><b>Interviewer </b>{{modalItem.publishers}}</p> |
|
40 |
<p><b>Description </b>{{modalItem.description}}</p> |
|
41 |
<p><b>Type de Discours </b>{{modalItem.type}}</p> |
|
42 |
<p><b>Localisation </b>{{modalItem.spatial}}</p> |
|
43 |
</div> |
|
44 |
<div class="dialog-footer"> |
|
45 |
<button class="pull-right" {{action 'toggleModal'}}>Close</button> |
|
46 |
</div> |
|
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
47 |
</div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
48 |
{{/ember-wormhole}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
49 |
{{/if}} |