author | nowmad@nowmads-macbook-pro.local |
Thu, 10 Dec 2015 17:00:59 +0100 | |
changeset 49 | 66739650678f |
parent 16 | 70e9a764d6d7 |
child 64 | 1931bbce5485 |
permissions | -rw-r--r-- |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
<!DOCTYPE html> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
2 |
<html> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
3 |
<head> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
<meta charset="utf-8"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
6 |
<title>AppClient</title> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
7 |
<meta name="description" content=""> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
9 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
10 |
{{content-for 'head'}} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
11 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
12 |
<link rel="stylesheet" href="styles.css"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
13 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
14 |
<link rel="stylesheet" href="assets/vendor.css"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
15 |
<link rel="stylesheet" href="assets/app-client.css"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
16 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
17 |
{{content-for 'head-footer'}} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
18 |
</head> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
19 |
<body> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
20 |
<div class="header"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
21 |
<h1>Corpus de la parole</h1> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
22 |
<div class="menu"> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
23 |
<ul class="menu_main"> |
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:
5
diff
changeset
|
24 |
<li> <a href="#"> CORPUS </a> </li> |
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:
5
diff
changeset
|
25 |
<li> <a href="#"> LANGUES </a> </li> |
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:
5
diff
changeset
|
26 |
<li> <a href="#"> PROJET </a> </li> |
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:
5
diff
changeset
|
27 |
<li> <a href="#"> RECHERCHE </a> </li> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
28 |
</ul> |
49
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
29 |
<ul id="menu_main" class="menu_main"> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
30 |
<li id="langues" class="sub-menu"> Langues </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
31 |
<li id="cartographie" class="sub-menu"> Cartographie </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
32 |
<li id="thematiques" class="sub-menu"> Thématiques </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
33 |
<li id="discours" class="sub-menu"> Discours </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
34 |
<li id="chronologie" class="sub-menu"> Chronologie </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
35 |
</ul> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
36 |
<ul class="menu_main"> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
37 |
<li class="sub-menu"> <a href="#/langues"> Langues </a> </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
38 |
<li class="sub-menu"> <a href="#/cartographie"> Cartographie </a> </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
39 |
<li class="sub-menu"> <a href="#/thematiques"> Thématiques </a> </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
40 |
<li class="sub-menu"> <a href="#/discours"> Discours </a> </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
41 |
<li class="sub-menu"> <a href="#/chronologie"> Chronologie </a> </li> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
42 |
</ul> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
43 |
</div> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
44 |
</div> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
45 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
46 |
{{content-for 'body'}} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
47 |
<div id="corpus-app"></div> |
49
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
48 |
|
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
49 |
<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['treemap']}]}"></script> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
50 |
<script src="assets/vendor.js"></script> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
51 |
<script src="assets/app-client.js"></script> |
49
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
52 |
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
53 |
<script> |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
54 |
$("#menu_main .sub-menu").click(function(){ |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
55 |
window.history.pushState('', '', this.id); |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
56 |
}) |
66739650678f
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
nowmad@nowmads-macbook-pro.local
parents:
16
diff
changeset
|
57 |
</script> |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
58 |
|
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
59 |
{{content-for 'body-footer'}} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
60 |
</body> |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
61 |
</html> |