cms/app-client/app/templates/tabs/detail.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 08 Jul 2016 18:41:32 +0200
changeset 235 51acae6af8a3
parent 229 744379451219
child 326 226d5b17a119
permissions -rw-r--r--
Switch to white background
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
<div class="notice">
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
  <div class="notice-header">
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
    <h2>Notice</h2>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     4
  </div>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
  <div class="notice-body">
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
    <p><b>Titre </b>{{model.title}}</p>
134
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     7
    <p><b>Langue </b>{{doc-language url=model.language}}</p>
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     8
    <p><b>Enregistré le </b>{{model.modified}}</p>
229
744379451219 add publisher and duration_ms to model
ymh <ymh.work@gmail.com>
parents: 134
diff changeset
     9
    <p><b>Interviewer </b>{{model.publishers_disp}}</p>
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    10
    <p><b>Description </b>{{model.description}}</p>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
    <p><b>Type de Discours </b>{{model.type}}</p>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
    <p><b>Localisation </b>{{model.spatial}}</p>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
  </div>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    14
</div>