author | Chloe Laisne <chloe.laisne@gmail.com> |
Wed, 15 Jun 2016 11:10:20 +0200 | |
changeset 192 | e1435b37301a |
parent 134 | c06d08c8a1b8 |
child 196 | 7550cb541901 |
permissions | -rw-r--r-- |
84 | 1 |
<div id="info-modal"></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
|
2 |
<div class="corpus-app-container"> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
3 |
{{outlet}} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
</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
|
5 |
|
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
|
6 |
<div class="corpus-app-wrapper"> |
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 class="corpus-app-player"> |
192 | 8 |
<div class="corpus-app-content"> |
9 |
{{player-component action="changeDocument" document=currentItem}} |
|
10 |
<p><strong>{{ currentItem.title }}</strong></p> |
|
11 |
<p>{{doc-language url=currentItem.language}}</p> |
|
12 |
</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
|
13 |
</div> |
55
484c02a0e590
reorganize html of application
nowmad@nowmads-macbook-pro.local
parents:
47
diff
changeset
|
14 |
{{partial "results"}} |
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
|
15 |
</div> |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
16 |
|
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
|
17 |
{{#if detail}} |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
18 |
{{#ember-wormhole to='info-modal'}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
19 |
<div class="overlay" {{action 'toggleModal'}}></div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
20 |
<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
|
21 |
<div class="dialog-header"> |
95 | 22 |
<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
|
23 |
</div> |
95 | 24 |
<div class="dialog-body"> |
25 |
<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
|
26 |
<p><b>Langue </b>{{doc-language url=modalItem.language}}</p> |
95 | 27 |
<p><b>Enregistré le </b>{{modalItem.modified}}</p> |
28 |
<p><b>Interviewer </b>{{modalItem.publishers}}</p> |
|
29 |
<p><b>Description </b>{{modalItem.description}}</p> |
|
30 |
<p><b>Type de Discours </b>{{modalItem.type}}</p> |
|
31 |
<p><b>Localisation </b>{{modalItem.spatial}}</p> |
|
32 |
</div> |
|
33 |
<div class="dialog-footer"> |
|
34 |
<button class="pull-right" {{action 'toggleModal'}}>Close</button> |
|
35 |
</div> |
|
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
36 |
</div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
37 |
{{/ember-wormhole}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
38 |
{{/if}} |