cms/app-client/app/templates/application.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 11:15:25 +0200
changeset 217 989b9c36b849
parent 200 a441c40f9c5e
child 218 38e1a1446319
permissions -rw-r--r--
Toolbar and Notice component styles
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
     1
<div class="corpus-app-player">
192
e1435b37301a Play error quickfix
Chloe Laisne <chloe.laisne@gmail.com>
parents: 134
diff changeset
     2
    <div class="corpus-app-content">
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
     3
    {{player-component action="changeDocument" document=currentItem}}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
     4
    <p><strong>{{ currentItem.title }}</strong></p>
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
     5
    <p>{{doc-language url=currentItem.language}}</p>
192
e1435b37301a Play error quickfix
Chloe Laisne <chloe.laisne@gmail.com>
parents: 134
diff changeset
     6
    </div>
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
     7
</div>
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
     8
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
     9
<div class="corpus-window">
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
    10
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    11
    <!--<div class="corpus-app-modal">
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    12
    {{ notice-component }}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    13
    </div>-->
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
    14
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    15
    <div class="corpus-app-container">
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    16
        {{ outlet }}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    17
    </div>
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
    18
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    19
    <div class="corpus-app-wrapper">
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    20
        {{ filter-component }}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    21
        {{ playlist-component model=model }}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    22
    </div>
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 192
diff changeset
    23
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
    24
</div>
91
acfeddc7821d rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents: 84
diff changeset
    25
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    26
{{toolbar-component}}