author | nowmad@nowmads-macbook-pro.local |
Thu, 10 Dec 2015 16:59:35 +0100 | |
changeset 47 | aca69a9db743 |
parent 35 | 9148b2653eb5 |
child 55 | 484c02a0e590 |
permissions | -rw-r--r-- |
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
|
1 |
<div class="corpus-app-container"> |
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 |
<ul class="corpus-app-em-tab-list"> |
35
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
3 |
{{#link-to 'tabs/langues' tagName="li" class='corpus-app-em-tab'}} |
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
4 |
{{link-to 'Langues' 'tabs/langues'}} |
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 |
{{/link-to}} |
35
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
6 |
{{#link-to 'tabs/carto' tagName="li" class='corpus-app-em-tab'}} |
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
7 |
{{link-to 'Cartographie' 'tabs/carto'}} |
10
585ec02908b6
remove nav bar and introduce tab behavior
nowmad@23.1.168.192.in-addr.arpa
parents:
5
diff
changeset
|
8 |
{{/link-to}} |
35
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
9 |
{{#link-to 'tabs/thematiques' tagName="li" class='corpus-app-em-tab'}} |
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
10 |
{{link-to 'Thématiques' 'tabs/thematiques'}} |
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 |
{{/link-to}} |
35
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
12 |
{{#link-to 'tabs/discours' tagName="li" class='corpus-app-em-tab'}} |
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
13 |
{{link-to 'Discours' 'tabs/discours'}} |
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
|
14 |
{{/link-to}} |
35
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
15 |
{{#link-to 'tabs/chrono' tagName="li" class='corpus-app-em-tab'}} |
9148b2653eb5
update the route with new names
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
16 |
{{link-to 'Chronologie' 'tabs/chrono'}} |
10
585ec02908b6
remove nav bar and introduce tab behavior
nowmad@23.1.168.192.in-addr.arpa
parents:
5
diff
changeset
|
17 |
{{/link-to}} |
585ec02908b6
remove nav bar and introduce tab behavior
nowmad@23.1.168.192.in-addr.arpa
parents:
5
diff
changeset
|
18 |
</ul> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
19 |
{{outlet}} |
47
aca69a9db743
add specific outlet for carto template
nowmad@nowmads-macbook-pro.local
parents:
35
diff
changeset
|
20 |
<div class="carto">{{outlet "carto"}}</div> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
21 |
</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
|
22 |
|
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
|
23 |
<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
|
24 |
<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
|
25 |
{{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
|
26 |
</div> |
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
|
27 |
<div class="corpus-app-results"> |
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
|
28 |
{{partial "results"}} |
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
|
29 |
</div> |
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
|
30 |
</div> |