25 |
jpm |
1 |
<!-- COL - DEBUT FICHE COLLECTION -->
|
|
|
2 |
<script type="text/javascript">
|
128 |
jpm |
3 |
$(document).ready(function() {
|
|
|
4 |
$("#col-col").tabs({
|
|
|
5 |
cookie: {expires: 1}// Stocke un cookie pour 1 jour
|
|
|
6 |
});
|
25 |
jpm |
7 |
});
|
|
|
8 |
</script>
|
230 |
jpm |
9 |
<div class="coel-consultation">
|
|
|
10 |
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
|
|
|
11 |
<dl>
|
|
|
12 |
<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
|
|
|
13 |
<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
|
|
|
14 |
</dl>
|
|
|
15 |
<hr class="nettoyeur"/>
|
|
|
16 |
<div id="col-col" class="col-onglets">
|
258 |
delphine |
17 |
<div class="col-sommaire">
|
|
|
18 |
<ul >
|
230 |
jpm |
19 |
<li><a href="#col-col-general">Général</a></li>
|
|
|
20 |
<li><a href="#col-col-personne">Personnes</a></li>
|
|
|
21 |
<li><a href="#col-col-publication">Publications</a></li>
|
|
|
22 |
<li><a href="#col-col-description">Description</a></li>
|
|
|
23 |
<li><a href="#col-col-contenu">Contenu</a></li>
|
|
|
24 |
<li><a href="#col-col-inventaire">Inventaire</a></li>
|
|
|
25 |
<li><a href="#col-col-note">Notes</a></li>
|
|
|
26 |
<li><a href="#col-col-meta">Méta-données</a></li>
|
258 |
delphine |
27 |
<a href="http://www.tela-botanica.org/appli:coel#Collections" target="_blank" style="float:right">Modifier</a>
|
|
|
28 |
</ul></div>
|
|
|
29 |
|
230 |
jpm |
30 |
<div id="col-col-general">
|
|
|
31 |
<h2>Général</h2>
|
|
|
32 |
<h3>Intitulés, statut et codes</h3>
|
|
|
33 |
<dl>
|
|
|
34 |
<dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
|
|
|
35 |
<dt>À pour collection parente</dt> <dd><?=$info['_collection_mere_nom_']?> <?php if ($info['cc_ce_mere'] != '0') : ?><span class="discretion">(id:<?=$info['cc_ce_mere']?>)</span><?php endif; ?></dd>
|
|
|
36 |
<dt>Type de collection</dt> <dd><?=$info['_type_ncd_']?></dd>
|
|
|
37 |
<dt>Statut</dt> <dd><?=$info['_type_depot_']?></dd>
|
|
|
38 |
<dt>Acronymes</dt> <dd><?=$info['_code_']?></dd>
|
|
|
39 |
<dt>Cote</dt> <dd><?=$info['cc_cote']?></dd>
|
|
|
40 |
</dl>
|
17 |
jpm |
41 |
|
230 |
jpm |
42 |
<h3>Description</h3>
|
|
|
43 |
<dl>
|
|
|
44 |
<dt>Description</dt> <dd class="txt-long"><?=$info['cc_description']?></dd>
|
|
|
45 |
<dt>Historique</dt> <dd class="txt-long"><?=$info['cc_historique']?></dd>
|
|
|
46 |
<dt>Site web</dt> <dd><?=$info['_url_']?></dd>
|
|
|
47 |
</dl>
|
17 |
jpm |
48 |
|
230 |
jpm |
49 |
<h3>Spécimens «types»</h3>
|
|
|
50 |
<dl>
|
|
|
51 |
<dt>Présence</dt> <dd><?=$info['_specimen_type_']?></dd>
|
|
|
52 |
<dt>Nombre</dt> <dd><?=$info['_specimen_type_nbre_']?> <?=$info['_specimen_type_nbre_precision_']?></dd>
|
|
|
53 |
<dt>Classement</dt> <dd><?=$info['_specimen_type_classement_']?></dd>
|
|
|
54 |
</dl>
|
17 |
jpm |
55 |
|
230 |
jpm |
56 |
<h3>Couvertures</h3>
|
|
|
57 |
<dl>
|
|
|
58 |
<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
|
255 |
delphine |
59 |
<dt>Période de constitution</dt> <dd><?=$info['_couverture_periode_']?></dd>
|
230 |
jpm |
60 |
</dl>
|
|
|
61 |
<hr class="nettoyeur"/>
|
|
|
62 |
</div>
|
17 |
jpm |
63 |
|
230 |
jpm |
64 |
<div id="col-col-personne">
|
|
|
65 |
<h2>Personnes</h2>
|
|
|
66 |
<h3>Personne(s) liées à la collection</h3>
|
|
|
67 |
<?php if (count($personnes) > 0) : ?>
|
|
|
68 |
<?=$personnesFrag;?>
|
|
|
69 |
<table>
|
|
|
70 |
<thead>
|
|
|
71 |
<tr>
|
|
|
72 |
<th>Relation</th>
|
|
|
73 |
<th>Nom Complet</th>
|
|
|
74 |
<th>Nom</th>
|
|
|
75 |
<th>Prénom</th>
|
|
|
76 |
<th>Date de naissance</th>
|
|
|
77 |
<th>Lieu de naissance</th>
|
|
|
78 |
<th>Décès</th>
|
|
|
79 |
<th>Date de décès</th>
|
|
|
80 |
<th>Lieu de décès</th>
|
|
|
81 |
</tr>
|
|
|
82 |
</thead>
|
|
|
83 |
<tbody>
|
|
|
84 |
<?php foreach ($personnes as $personne) : ?>
|
|
|
85 |
<tr>
|
|
|
86 |
<td><?=$personne['_role_']?></td>
|
|
|
87 |
<td><a href="<?=$personne['_url_']?>" title="Accèder à la fiche de la personne"><?=$personne['cp_fmt_nom_complet']?></a></td>
|
|
|
88 |
<td><?=$personne['cp_nom']?></td>
|
|
|
89 |
<td><?=$personne['cp_prenom']?></td>
|
|
|
90 |
<td><?=$personne['_naissance_date_']?></td>
|
|
|
91 |
<td><?=$personne['cp_naissance_lieu']?></td>
|
|
|
92 |
<td><?=$personne['_deces_']?></td>
|
|
|
93 |
<td><?=$personne['_deces_date_']?></td>
|
|
|
94 |
<td><?=$personne['cp_deces_lieu']?></td>
|
|
|
95 |
</tr>
|
|
|
96 |
<?php endforeach; ?>
|
|
|
97 |
</tbody>
|
|
|
98 |
</table>
|
|
|
99 |
<?php else : ?>
|
|
|
100 |
<p>Aucune</p>
|
|
|
101 |
<?php endif; ?>
|
|
|
102 |
</div>
|
|
|
103 |
|
|
|
104 |
<div id="col-col-publication">
|
|
|
105 |
<h2>Publications</h2>
|
|
|
106 |
<h3>Publication(s) de la collection</h3>
|
|
|
107 |
<?php if (count($publications) > 0) : ?>
|
|
|
108 |
<?=$publicationsFrag;?>
|
|
|
109 |
<table>
|
|
|
110 |
<thead>
|
|
|
111 |
<tr>
|
|
|
112 |
<th>Auteurs</th>
|
|
|
113 |
<th>Titre</th>
|
|
|
114 |
<th>Nom de la revue / collection</th>
|
|
|
115 |
<th>Éditeur</th>
|
|
|
116 |
<th>Année</th>
|
|
|
117 |
<th>Série / Tome</th>
|
|
|
118 |
<th>Fascicule</th>
|
|
|
119 |
<th>Page(s)</th>
|
|
|
120 |
<th>Source</th>
|
|
|
121 |
</tr>
|
|
|
122 |
</thead>
|
|
|
123 |
<tbody>
|
|
|
124 |
<?php foreach ($publications as $publication) : ?>
|
|
|
125 |
<tr>
|
|
|
126 |
<td><?=$publication['cpu_fmt_auteur']?></td>
|
|
|
127 |
<td><?=$publication['cpu_titre']?></td>
|
|
|
128 |
<td><?=$publication['cpu_collection']?></td>
|
|
|
129 |
<td><?=$publication['_editeur_']?></td>
|
|
|
130 |
<td><?=$publication['_date_parution_']?></td>
|
|
|
131 |
<td><?=$publication['cpu_indication_nvt']?></td>
|
|
|
132 |
<td><?=$publication['cpu_fascicule']?></td>
|
|
|
133 |
<td><?=$publication['cpu_truk_pages']?></td>
|
|
|
134 |
<td><?=$publication['ccapu_source']?></td>
|
|
|
135 |
</tr>
|
|
|
136 |
<?php endforeach; ?>
|
|
|
137 |
</tbody>
|
|
|
138 |
</table>
|
|
|
139 |
<?php else : ?>
|
|
|
140 |
<p>Aucune</p>
|
|
|
141 |
<?php endif; ?>
|
|
|
142 |
</div>
|
|
|
143 |
|
|
|
144 |
<div id="col-col-description">
|
|
|
145 |
<h2>Description</h2>
|
|
|
146 |
<h3>Description et état de la collection</h3>
|
|
|
147 |
<dl class="label-grand">
|
|
|
148 |
<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
|
|
|
149 |
<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
|
|
|
150 |
</dl>
|
|
|
151 |
|
|
|
152 |
<h3>Types d'unité de rangement de la collection botanique</h3>
|
255 |
delphine |
153 |
<dl class="label-grand">
|
257 |
delphine |
154 |
<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?> </dd>
|
255 |
delphine |
155 |
<dt>Cartons</dt> <dd><?=$info['_cartons_']?> </dd>
|
256 |
delphine |
156 |
<dt>Liasses</dt> <dd><?=$info['_liasses_']?> </dd>
|
|
|
157 |
<dt>Autres unités de rangement</dt> <dd><?=$info['_autres_rangements_']?> </dd>
|
230 |
jpm |
158 |
</dl>
|
|
|
159 |
<hr class="nettoyeur"/>
|
255 |
delphine |
160 |
|
230 |
jpm |
161 |
|
|
|
162 |
<h3>Types d'unité de base de la collection si différent de l'unité de rangement</h3>
|
255 |
delphine |
163 |
<dl class="label-grand">
|
256 |
delphine |
164 |
<dt>Planches d'herbier</dt> <dd><?=$info['_nb_planches_herbier_']?> </dd>
|
255 |
delphine |
165 |
<dt>Nombre d'espèces</dt> <dd><?=$info['_nb_especes_']?> </dd>
|
|
|
166 |
</dl>
|
|
|
167 |
<hr class="nettoyeur"/>
|
230 |
jpm |
168 |
|
|
|
169 |
<h3>Conservation</h3>
|
|
|
170 |
<dl>
|
|
|
171 |
<dt>Type de papier</dt> <dd><?=$info['_conservation_papier_type_']?></dd>
|
|
|
172 |
<dt>Méthode</dt> <dd><?=$info['_conservation_methode_']?></dd>
|
|
|
173 |
</dl>
|
|
|
174 |
|
|
|
175 |
<h3>Étiquettes</h3>
|
|
|
176 |
<dl class="label-grand">
|
|
|
177 |
<dt>% de spécimen fixés</dt> <dd><?=$info['ccb_specimen_fixation_pourcent']?>%</dd>
|
|
|
178 |
<dt>% d'étiquettes fixées</dt> <dd><?=$info['ccb_etiquette_fixation_pourcent']?>%</dd>
|
|
|
179 |
<dt>Méthode de fixation du spécimen</dt> <dd><?=$info['_specimen_fixation_methode_']?></dd>
|
|
|
180 |
<dt>Méthode de fixation des étiquettes au support</dt> <dd><?=$info['_etiquette_fixation_support_']?></dd>
|
|
|
181 |
<dt>Méthode de fixation des étiquettes au spécimen</dt> <dd><?=$info['_etiquette_fixation_specimen_']?></dd>
|
|
|
182 |
<dt>Type d'écriture des étiquettes</dt> <dd><?=$info['_etiquette_ecriture_']?></dd>
|
|
|
183 |
</dl>
|
|
|
184 |
|
|
|
185 |
<h3>Traitements</h3>
|
|
|
186 |
<dl>
|
|
|
187 |
<dt>Traitement</dt> <dd><?=$info['_traitement_']?></dd>
|
|
|
188 |
<dt>Empoisonnement</dt> <dd><?=$info['_traitement_poison_']?></dd>
|
|
|
189 |
<dt>Pesticide</dt> <dd><?=$info['_traitement_insecte_']?></dd>
|
|
|
190 |
</dl>
|
|
|
191 |
|
|
|
192 |
<h3>État général et dégradation</h3>
|
|
|
193 |
<dl class="label-grand">
|
|
|
194 |
<dt>État général</dt> <dd><?=$info['_etat_general_']?></dd>
|
|
|
195 |
<dt>Causes de dégradation des spécimens</dt> <dd><?=$info['_degradation_specimen_']?></dd>
|
|
|
196 |
<dt>Causes de dégradation de la présentation</dt> <dd><?=$info['_degradation_presentation_']?></dd>
|
|
|
197 |
<dt>Détermination des échantillons</dt> <dd><?=$info['_determination_']?></dd>
|
|
|
198 |
</dl>
|
|
|
199 |
<hr class="nettoyeur"/>
|
|
|
200 |
</div>
|
|
|
201 |
|
|
|
202 |
<div id="col-col-contenu">
|
|
|
203 |
<h2>Contenu</h2>
|
|
|
204 |
<h3>Nature</h3>
|
|
|
205 |
<dl>
|
|
|
206 |
<dt>Nature de la collection</dt> <dd><?=$info['_nature_']?></dd>
|
|
|
207 |
<dt>Collection spécialisée</dt> <dd><?=$info['ccb_specialite']?></dd>
|
|
|
208 |
</dl>
|
|
|
209 |
|
|
|
210 |
<h3>Classement</h3>
|
|
|
211 |
<dl>
|
|
|
212 |
<dt>État du classement</dt> <dd><?=$info['_classement_etat_']?></dd>
|
|
|
213 |
<dt>Principe de classement</dt> <dd><?=$info['ccb_annotation_classement']?></dd>
|
|
|
214 |
</dl>
|
|
|
215 |
|
|
|
216 |
<h3>Étiquette</h3>
|
|
|
217 |
<dl>
|
|
|
218 |
<dt>Renseignements</dt> <dd><?=$info['_etiquette_renseignement_']?></dd>
|
|
|
219 |
<dt>Localités précises</dt> <dd><?=$info['_precision_localite_']?></dd>
|
|
|
220 |
<dt>Dates précises</dt> <dd><?=$info['_precision_date_']?></dd>
|
|
|
221 |
<dt>Annotations</dt> <dd><?=$info['ccb_annotation_diverse']?></dd>
|
|
|
222 |
</dl>
|
|
|
223 |
|
|
|
224 |
<h3>Collections intégrées</h3>
|
|
|
225 |
<dl class="label-grand">
|
|
|
226 |
<dt>Intégration de collection antérieures</dt> <dd><?=$info['_collection_integre_']?></dd>
|
|
|
227 |
<dt>Nom de la collection sur les étiquettes</dt> <dd><?=$info['_collection_integre_info_']?></dd>
|
|
|
228 |
</dl>
|
|
|
229 |
<hr class="nettoyeur"/>
|
|
|
230 |
</div>
|
|
|
231 |
|
|
|
232 |
<div id="col-col-inventaire">
|
|
|
233 |
<h2>Inventaire</h2>
|
|
|
234 |
<h3>Inventaire (autre que celui de l'auteur)</h3>
|
|
|
235 |
<dl>
|
|
|
236 |
<dt>Existence inventaire</dt> <dd><?=$info['_inventaire_']?></dd>
|
|
|
237 |
<dt>Participation de l'auteur</dt> <dd><?=$info['_inventaire_auteur_']?></dd>
|
|
|
238 |
<dt>Forme de l'inventaire</dt> <dd><?=$info['_inventaire_forme_']?></dd>
|
|
|
239 |
<dt>Informations disponibles</dt> <dd><?=$info['ccb_inventaire_info']?></dd>
|
|
|
240 |
<dt>Logiciel utilisé</dt> <dd><?=$info['_inventaire_digital_']?></dd>
|
|
|
241 |
<dt>% en base de données</dt> <dd><?=$info['ccb_inventaire_digital_pourcent']?>%</dd>
|
|
|
242 |
<dt>État inventaire</dt> <dd><?=$info['_inventaire_etat_']?></dd>
|
|
|
243 |
</dl>
|
|
|
244 |
<hr class="nettoyeur"/>
|
|
|
245 |
</div>
|
|
|
246 |
|
|
|
247 |
<div id="col-col-note">
|
|
|
248 |
<h2>Notes</h2>
|
|
|
249 |
<h3>Notes liées à la collection</h3>
|
|
|
250 |
<?php if (count($commentaires) > 0) : ?>
|
|
|
251 |
<?=$commentairesFrag;?>
|
|
|
252 |
<table>
|
|
|
253 |
<thead>
|
|
|
254 |
<tr>
|
|
|
255 |
<th>Type</th>
|
|
|
256 |
<th>Titre</th>
|
|
|
257 |
<th>Importance</th>
|
|
|
258 |
</tr>
|
|
|
259 |
</thead>
|
|
|
260 |
<tbody>
|
|
|
261 |
<?php foreach ($commentaires as $commentaire) : ?>
|
|
|
262 |
<tr>
|
|
|
263 |
<td><?=$commentaire['_type_']?></td>
|
|
|
264 |
<td><?=$commentaire['ccm_titre']?></td>
|
|
|
265 |
<td><?=$commentaire['ccm_ponderation']?></td>
|
|
|
266 |
</tr>
|
|
|
267 |
<tr>
|
|
|
268 |
<td colspan="3"><?=$commentaire['ccm_texte']?></td>
|
|
|
269 |
</tr>
|
|
|
270 |
<?php endforeach; ?>
|
|
|
271 |
</tbody>
|
|
|
272 |
</table>
|
|
|
273 |
<?php else : ?>
|
|
|
274 |
<p>Aucune note n'a été ajoutée.</p>
|
|
|
275 |
<?php endif; ?>
|
|
|
276 |
</div>
|
|
|
277 |
|
|
|
278 |
<div id="col-col-meta">
|
|
|
279 |
<?=$metadonnees?>
|
|
|
280 |
</div>
|
|
|
281 |
|
25 |
jpm |
282 |
</div>
|
|
|
283 |
</div>
|
|
|
284 |
<!-- COL - FIN FICHE COLLECTION -->
|