cms/app-client/app/templates/application.hbs
author nowmad@nowmads-macbook-pro.local
Fri, 15 Jan 2016 15:49:42 +0100
changeset 84 36f84e8f1ad5
parent 73 79a23f4911f9
child 91 acfeddc7821d
permissions -rw-r--r--
add d3js for langue visu add modal update css
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 73
diff changeset
     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}}
47
aca69a9db743 add specific outlet for carto template
nowmad@nowmads-macbook-pro.local
parents: 35
diff changeset
     4
  <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
     5
</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
     6
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-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
     8
  <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
     9
    {{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
    10
  </div>
55
484c02a0e590 reorganize html of application
nowmad@nowmads-macbook-pro.local
parents: 47
diff changeset
    11
  {{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
    12
</div>