author | ymh <ymh.work@gmail.com> |
Tue, 23 Feb 2016 17:47:57 +0100 | |
changeset 127 | 5cd8c3065c38 |
parent 99 | 7a0f42034a25 |
child 134 | c06d08c8a1b8 |
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"> |
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
|
8 |
{{partial "player"}} |
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
|
9 |
</div> |
55
484c02a0e590
reorganize html of application
nowmad@nowmads-macbook-pro.local
parents:
47
diff
changeset
|
10 |
{{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
|
11 |
</div> |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
12 |
|
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
|
13 |
{{#if detail}} |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
14 |
{{#ember-wormhole to='info-modal'}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
15 |
<div class="overlay" {{action 'toggleModal'}}></div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
16 |
<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
|
17 |
<div class="dialog-header"> |
95 | 18 |
<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
|
19 |
</div> |
95 | 20 |
<div class="dialog-body"> |
21 |
<p><b>Titre </b>{{modalItem.title}}</p> |
|
127
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
99
diff
changeset
|
22 |
<p><b>Langue </b>{{doc-language language=modalItem.language}}</p> |
95 | 23 |
<p><b>Enregistré le </b>{{modalItem.modified}}</p> |
24 |
<p><b>Interviewer </b>{{modalItem.publishers}}</p> |
|
25 |
<p><b>Description </b>{{modalItem.description}}</p> |
|
26 |
<p><b>Type de Discours </b>{{modalItem.type}}</p> |
|
27 |
<p><b>Localisation </b>{{modalItem.spatial}}</p> |
|
28 |
</div> |
|
29 |
<div class="dialog-footer"> |
|
30 |
<button class="pull-right" {{action 'toggleModal'}}>Close</button> |
|
31 |
</div> |
|
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
32 |
</div> |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
33 |
{{/ember-wormhole}} |
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
34 |
{{/if}} |