cms/app-client/app/templates/application.hbs
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:57:10 +0100
changeset 45 b9adc23abd01
parent 35 9148b2653eb5
child 47 aca69a9db743
permissions -rw-r--r--
update visualisation with sample values
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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}}
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
</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
    21
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
<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
    23
  <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
    24
    {{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
    25
  </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
    26
  <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
    27
    {{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
    28
  </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
    29
</div>