cms/app-client/app/templates/tabs/detail.hbs
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 16:02:37 +0100
changeset 103 d7fbe237f779
parent 98 2e6bfce6f99c
child 127 5cd8c3065c38
permissions -rw-r--r--
update jquery and change input declaration which was deprecated
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>
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
    <p><b>Langue </b>{{model.language}}</p>
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>