cms/app-client/app/templates/tabs/detail.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 30 May 2016 23:58:34 +0200
changeset 176 d1baf7ccecc8
parent 134 c06d08c8a1b8
child 229 744379451219
permissions -rw-r--r--
Add `thematiques` components
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>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
    <p><b>Interviewer </b>{{model.publishers}}</p>
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>