diff -r c174124d1849 -r 989b9c36b849 cms/app-client/app/templates/application.hbs --- a/cms/app-client/app/templates/application.hbs Sun Jul 03 13:13:10 2016 +0200 +++ b/cms/app-client/app/templates/application.hbs Mon Jul 04 11:15:25 2016 +0200 @@ -1,49 +1,26 @@
- {{player-component action="changeDocument" document=currentItem}} -

{{ currentItem.title }}

-

{{doc-language url=currentItem.language}}

+ {{player-component action="changeDocument" document=currentItem}} +

{{ currentItem.title }}

+

{{doc-language url=currentItem.language}}

-
- + -
- -
+
-
- {{outlet}} -
+ -
- - {{filter-component}} - - {{playlist-component model=model}} +
+ {{ outlet }} +
-
+
+ {{ filter-component }} + {{ playlist-component model=model }} +
-{{#if detail}} - {{#ember-wormhole to='info-modal'}} -
-
-
-

Notice

-
-
-

Titre {{modalItem.title}}

-

Langue {{doc-language url=modalItem.language}}

-

Enregistré le {{modalItem.modified}}

-

Interviewer {{modalItem.publishers}}

-

Description {{modalItem.description}}

-

Type de Discours {{modalItem.type}}

-

Localisation {{modalItem.spatial}}

-
- -
- {{/ember-wormhole}} -{{/if}} +{{toolbar-component}} \ No newline at end of file