Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 22 | Rev 55 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 25
Line -... Line 1...
-
 
1
<!-- COL - DEBUT FICHE COLLECTION -->
-
 
2
<script type="text/javascript">
-
 
3
	$(function() {
-
 
4
		$("#col-col").tabs();
-
 
5
	});
-
 
6
</script>
1
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
7
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
2
<dl>
8
<dl>
3
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
9
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
4
	<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
10
	<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
5
</dl>
11
</dl>
6
 
-
 
7
<h2>Général</h2>
-
 
8
<h3>Renseignements administratifs</h3>
-
 
9
<dl>
-
 
10
	<dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
-
 
11
	<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>
-
 
12
	<dt>Type de collection</dt> <dd><?=$info['_type_ncd_']?></dd>
-
 
13
	<dt>Statut</dt> <dd><?=$info['_type_depot_']?></dd>
-
 
14
	<dt>Identifiants alternatifs</dt> <dd><?=$info['_identifiant_alternatif_']?></dd>
-
 
15
	<dt>Acronymes</dt> <dd><?=$info['_code_']?></dd>
-
 
16
	<dt>Cote</dt> <dd><?=$info['cc_cote']?></dd>
-
 
17
</dl>
-
 
18
 
-
 
19
<h3>Statut, intitulés et codes</h3>
-
 
20
<dl>
-
 
21
	<dt>Description</dt> <dd><?=$info['cc_description']?></dd>
-
 
22
	<dt>Description spécialiste</dt> <dd><?=$info['cc_description_specialiste']?></dd>
-
 
23
	<dt>Historique</dt> <dd><?=$info['cc_historique']?></dd>
-
 
24
	<dt>Site web</dt> <dd><?=$info['_url_']?></dd>
-
 
25
</dl>
-
 
26
 
-
 
27
<h3>Spécimens «types»</h3>
-
 
28
<dl>
-
 
29
	<dt>Présence</dt> <dd><?=$info['_specimen_type_']?></dd>
-
 
30
	<dt>Nombre</dt> <dd><?=$info['cc_specimen_type_nbre']?> <?=$info['_specimen_type_nbre_precision_']?></dd>
-
 
31
	<dt>Classement</dt> <dd><?=$info['_specimen_type_classement_']?></dd>
-
 
32
</dl>
-
 
33
 
-
 
34
<h3>Couvertures</h3>
-
 
35
<dl>
-
 
36
	<dt>Principe de groupement</dt> <dd><?=$info['_groupement_principe_']?></dd>
-
 
37
	<dt>But du groupement</dt> <dd><?=$info['_groupement_but_']?></dd>
-
 
38
	<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
-
 
39
</dl>
-
 
40
 
-
 
41
<h3>Divers</h3>
-
 
42
<dl>
-
 
43
	<dt>GUID</dt> <dd><?=$info['cc_guid']?> </dd>
-
 
44
	<dt>Notes</dt> <dd><?=$info['cmhl_notes']?> </dd>
-
 
45
	<dt>Sources</dt> <dd><?=$info['cmhl_source']?> </dd>
-
 
46
	<dt>Modifié par</dt> <dd><?=$info['_modifier_par_']?> </dd>
-
 
47
	<dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </dd>
-
 
48
	<dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
-
 
49
</dl>
-
 
50
 
-
 
51
<h2>Personnes</h2>
-
 
52
<h3>Personne(s) liées à la collection</h3>
-
 
53
<?php if (count($personnes) > 0) : ?>
-
 
54
<table>
-
 
55
	<thead>
-
 
56
		<tr>
-
 
57
			<th>Relation</th>
-
 
58
			<th>Nom Complet</th>
-
 
59
			<th>Nom</th>
-
 
60
			<th>Prénom</th>
-
 
61
			<th>Date de naissance</th>
-
 
62
			<th>Lieu de naissance</th>
-
 
63
			<th>Décès</th>
-
 
64
			<th>Date de décès</th>
-
 
65
			<th>Lieu de décès</th>
-
 
66
		</tr>
-
 
67
	</thead>
-
 
68
	<tbody>
-
 
69
	<?php foreach ($personnes as $personne) : ?>
-
 
70
		<tr>
-
 
71
			<td><?=$personne['_role_']?></td>
-
 
72
			<td><?=$personne['cp_fmt_nom_complet']?></td>
-
 
73
			<td><?=$personne['cp_nom']?></td>
-
 
74
			<td><?=$personne['cp_prenom']?></td>
-
 
75
			<td><?=$personne['_naissance_date_']?></td>
-
 
76
			<td><?=$personne['cp_naissance_lieu']?></td>
-
 
77
			<td><?=$personne['_deces_']?></td>
-
 
78
			<td><?=$personne['_deces_date_']?></td>
-
 
79
			<td><?=$personne['cp_deces_lieu']?></td>
-
 
80
		</tr>
-
 
81
	<?php endforeach; ?>
-
 
82
	</tbody>
-
 
83
</table>
-
 
84
<?php else : ?>
-
 
85
<p>Aucune</p>
-
 
86
<?php endif; ?>
-
 
87
 
-
 
88
<h2>Publications</h2>
-
 
89
<h3>Publication(s) de la collection</h3>
-
 
90
<?php if (count($publications) > 0) : ?>
-
 
91
<table>
-
 
92
	<thead>
-
 
93
		<tr>
-
 
94
			<th>Auteurs</th>
-
 
95
			<th>Titre</th>
-
 
96
			<th>Nom de la revue / collection</th>
-
 
97
			<th>Éditeur</th>
-
 
98
			<th>Année</th>
-
 
99
			<th>Série / Tome</th>
-
 
100
			<th>Fascicule</th>
-
 
101
			<th>Page(s)</th>
-
 
102
		</tr>
-
 
103
	</thead>
-
 
104
	<tbody>
-
 
105
	<?php foreach ($publications as $publication) : ?>
-
 
106
		<tr>
-
 
107
			<td><?=$publication['cpu_fmt_auteur']?></td>
-
 
108
			<td><?=$publication['cpu_titre']?></td>
-
 
109
			<td><?=$publication['cpu_collection']?></td>
-
 
110
			<td><?=$publication['_editeur_']?></td>
-
 
111
			<td><?=$publication['_date_parution_']?></td>
-
 
112
			<td><?=$publication['cpu_indication_nvt']?></td>
-
 
113
			<td><?=$publication['cpu_fascicule']?></td>
-
 
114
			<td><?=$publication['cpu_truk_pages']?></td>
-
 
115
		</tr>
-
 
116
	<?php endforeach; ?>
-
 
117
	</tbody>
-
 
118
</table>
-
 
119
<?php else : ?>
-
 
120
<p>Aucune</p>
-
 
121
<?php endif; ?>
-
 
122
 
-
 
123
<h2>Description</h2>
-
 
124
<h3>Description et état de la collection</h3>
-
 
125
<dl>
-
 
126
	<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
-
 
127
	<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
-
 
128
</dl>
-
 
129
 
-
 
130
<h3>Types d'unité de rangement de la collection botanique</h3>
-
 
131
<dl>
-
 
132
	<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?></dd>
-
 
133
</dl>
-
 
134
<?php if (count($info['_rangements_']) > 0) : ?>
-
 
135
<table>
-
 
136
	<thead>
-
 
137
		<tr>
-
 
138
			<th>Type</th>
-
 
139
			<th>Nombre</th>
-
 
140
			<th>Précision</th>
-
 
141
			<th>Format</th>
-
 
142
		</tr>
-
 
143
	</thead>
-
 
144
	<tbody>
-
 
145
	<?php foreach ($info['_rangements_'] as $rangement) : ?>
-
 
146
		<tr>
-
 
147
			<td><?=$rangement['type']?></td>
-
 
148
			<td><?=$rangement['nbre']?></td>
-
 
149
			<td><?=$rangement['precision']?></td>
-
 
150
			<td><?=$rangement['format']?></td>
-
 
151
		</tr>
-
 
152
	<?php endforeach; ?>
-
 
153
	</tbody>
-
 
154
</table>
-
 
155
<?php else : ?>
-
 
156
<p>Aucune unité de rangement n'a été renseignée.</p>
-
 
157
<?php endif; ?>
-
 
158
 
-
 
159
<h3>Types d'unité de base de la collection si différent de l'untité de rangement</h3>
-
 
160
<?php if (count($info['_unites_base_']) > 0) : ?>
-
 
161
<table>
-
 
162
	<thead>
-
 
163
		<tr>
-
 
164
			<th colspan="4">Unité de base</th>
-
 
165
			<th colspan="2">Parts</th>
-
 
166
			<th colspan="2">Espèces</th>
-
 
167
		</tr>
-
 
168
		<tr>
-
 
169
			<th>Type</th>
-
 
170
			<th>Nombre</th>
-
 
171
			<th>Précision</th>
-
 
172
			<th>Format</th>
-
 
173
			<th>Nombre</th>
-
 
174
			<th>Précision</th>
-
 
175
			<th>Nombre</th>
-
 
176
			<th>Précision</th>
-
 
177
		</tr>
-
 
178
	</thead>
-
 
179
	<tbody>
-
 
180
	<?php foreach ($info['_unites_base_'] as $unite_base) : ?>
-
 
181
		<tr>
-
 
182
			<td><?=$unite_base['type']?></td>
-
 
183
			<td><?=$unite_base['nbre']?></td>
-
 
184
			<td><?=$unite_base['precision']?></td>
-
 
185
			<td><?=$unite_base['format']?></td>
-
 
186
			<td><?=$unite_base['part_nbre']?></td>
-
 
187
			<td><?=$unite_base['part_precision']?></td>
-
 
188
			<td><?=$unite_base['sp_nbre']?></td>
-
 
189
			<td><?=$unite_base['sp_precision']?></td>
-
 
190
		</tr>
-
 
191
	<?php endforeach; ?>
-
 
192
	</tbody>
-
 
193
</table>
-
 
194
<?php else : ?>
-
 
195
<p>Aucune unité de base n'a été renseignée.</p>
-
 
196
<?php endif; ?>
-
 
197
 
-
 
198
<h3>Conservation</h3>
-
 
199
<dl>
-
 
200
	<dt>Type de papier</dt> <dd><?=$info['_conservation_papier_type_']?></dd>
-
 
201
	<dt>Méthode</dt> <dd><?=$info['_conservation_methode_']?></dd>
-
 
202
</dl>
-
 
203
 
-
 
204
<h3>Étiquettes</h3>
-
 
205
<dl>
-
 
206
	<dt>% de spécimen fixés</dt> <dd><?=$info['ccb_specimen_fixation_pourcent']?>%</dd>
-
 
207
	<dt>% d'étiquettes fixées</dt> <dd><?=$info['ccb_etiquette_fixation_pourcent']?>%</dd>
-
 
208
	<dt>Méthode de fixation du spécimen</dt> <dd><?=$info['_specimen_fixation_methode_']?></dd>
-
 
209
	<dt>Méthode de fixation des étiquettes au support</dt> <dd><?=$info['_etiquette_fixation_support_']?></dd>
-
 
210
	<dt>Méthode de fixation des étiquettes au spécimen</dt> <dd><?=$info['_etiquette_fixation_specimen_']?></dd>
-
 
211
	<dt>Type d'écriture des étiquettes</dt> <dd><?=$info['_etiquette_ecriture_']?></dd>
-
 
212
</dl>
-
 
213
 
-
 
214
<h3>Traitements</h3>
-
 
215
<dl>
-
 
216
	<dt>Traitement</dt> <dd><?=$info['_traitement_']?></dd>
-
 
217
	<dt>Empoisonnement</dt> <dd><?=$info['_traitement_poison_']?></dd>
-
 
218
	<dt>Pesticide</dt> <dd><?=$info['_traitement_insecte_']?></dd>
-
 
219
</dl>
-
 
220
 
-
 
221
<h3>État général et dégradation</h3>
-
 
222
<dl>
-
 
223
	<dt>État général</dt> <dd><?=$info['_etat_general_']?></dd>
-
 
224
	<dt>Causes de dégradation des spécimens</dt> <dd><?=$info['_degradation_specimen_']?></dd>
-
 
225
	<dt>Causes de dégradation de la présentation</dt> <dd><?=$info['_degradation_presentation_']?></dd>
-
 
226
	<dt>Détermination des échantillons</dt> <dd><?=$info['_determination_']?></dd>
-
 
227
</dl>
-
 
228
 
-
 
229
<h2>Contenu</h2>
-
 
230
<h3>Nature</h3>
-
 
231
<dl>
-
 
232
	<dt>Nature de la collection</dt> <dd><?=$info['_nature_']?></dd>
-
 
233
	<dt>Collection spécialisée</dt> <dd><?=$info['ccb_specialite']?></dd>
-
 
234
</dl>
-
 
235
 
-
 
236
<h3>Période de constitution</h3>
-
 
237
<dl>
-
 
238
	<dt>Période de constitution</dt> <dd><?=$info['_periode_constitution_']?></dd>
-
 
239
	<dt>Date de DÉBUT de récolte</dt> <dd><?=$info['ccb_recolte_date_debut']?> <?=$info['_recolte_date_debut_type_']?></dd>
-
 
240
	<dt>Date de FIN de récolte</dt> <dd><?=$info['ccb_recolte_date_fin']?> <?=$info['_recolte_date_fin_type_']?></dd>
-
 
241
</dl>
-
 
242
 
-
 
243
<h3>Classement</h3>
-
 
244
<dl>
-
 
245
	<dt>État du classement</dt> <dd><?=$info['_classement_etat_']?></dd>
-
 
246
	<dt>Principe de classement</dt> <dd><?=$info['ccb_annotation_classement']?></dd>
-
 
247
</dl>
-
 
248
 
-
 
249
<h3>Étiquette</h3>
-
 
250
<dl>
-
 
251
	<dt>Renseignements</dt> <dd><?=$info['_etiquette_renseignement_']?></dd>
-
 
252
	<dt>Localités précises</dt> <dd><?=$info['_precision_localite_']?></dd>
-
 
253
	<dt>Dates précises</dt> <dd><?=$info['_precision_date_']?></dd>
-
 
254
	<dt>Annotations</dt> <dd><?=$info['ccb_annotation_diverse']?></dd>
-
 
255
</dl>
-
 
256
 
-
 
257
<h3>Collections intégrées</h3>
-
 
258
<dl>
-
 
259
	<dt>Intégration de collection antérieures</dt> <dd><?=$info['_collection_integre_']?></dd>
-
 
260
	<dt>Nom de la collection sur les étiquettes</dt> <dd><?=$info['_collection_integre_info_']?></dd>
-
 
261
</dl>
-
 
262
 
-
 
263
<h2>Inventaire</h2>
-
 
264
<h3>Inventaire (autre que celui de l'auteur)</h3>
-
 
265
<dl>
-
 
266
	<dt>Existence inventaire</dt> <dd><?=$info['_inventaire_']?></dd>
-
 
267
	<dt>Participation de l'auteur</dt> <dd><?=$info['_inventaire_auteur_']?></dd>
-
 
268
	<dt>Forme de l'inventaire</dt> <dd><?=$info['_inventaire_forme_']?></dd>
-
 
269
	<dt>Informations disponibles</dt> <dd><?=$info['ccb_inventaire_info']?></dd>
-
 
270
	<dt>Logiciel utilisé</dt> <dd><?=$info['_inventaire_digital_']?></dd>
-
 
271
	<dt>% en base de données</dt> <dd><?=$info['ccb_inventaire_digital_pourcent']?>%</dd>
-
 
272
	<dt>État inventaire</dt> <dd><?=$info['_inventaire_etat_']?></dd>
-
 
273
</dl>
-
 
274
 
-
 
275
<h2>Notes</h2>
-
 
276
<h3>Notes liées à la collection</h3>
-
 
277
<?php if (count($commentaires) > 0) : ?>
-
 
278
<table>
-
 
279
	<thead>
-
 
280
		<tr>
-
 
281
			<th>Type</th>
-
 
282
			<th>Titre</th>
-
 
283
			<th>Importance</th>
-
 
284
		</tr>
-
 
285
	</thead>
-
 
286
	<tbody>
-
 
287
	<?php foreach ($commentaires as $commentaire) : ?>
-
 
288
		<tr>
-
 
289
			<td><?=$commentaire['_type_']?></td>
-
 
290
			<td><?=$commentaire['ccm_titre']?></td>
-
 
291
			<td><?=$commentaire['ccm_ponderation']?></td>
-
 
292
		</tr>
-
 
293
		<tr>
-
 
294
			<td colspan="3"><?=$commentaire['ccm_texte']?></td>
-
 
295
		</tr>
-
 
296
	<?php endforeach; ?>
-
 
297
	</tbody>
-
 
298
</table>
-
 
299
<?php else : ?>
-
 
300
<p>Aucune note n'a été ajoutée.</p>
-
 
301
<?php endif; ?>
-
 
302
12
<hr class="nettoyeur"/>
-
 
13
<div id="col-col" class="col-onglets">
-
 
14
	<ul class="col-sommaire">
-
 
15
		<li><a href="#col-col-general">Général</a></li>
-
 
16
		<li><a href="#col-col-personne">Personnes</a></li>
-
 
17
		<li><a href="#col-col-publication">Publications</a></li>
-
 
18
		<li><a href="#col-col-description">Description</a></li>
-
 
19
		<li><a href="#col-col-contenu">Contenu</a></li>
-
 
20
		<li><a href="#col-col-inventaire">Inventaire</a></li>
-
 
21
		<li><a href="#col-col-note">Notes</a></li>
-
 
22
		<li><a href="#col-col-meta">Méta-données</a></li>
-
 
23
	</ul>
-
 
24
	
-
 
25
	<div id="col-col-general">
-
 
26
		<h2>Général</h2>
-
 
27
		<h3>Renseignements administratifs</h3>
-
 
28
		<dl>
-
 
29
			<dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
-
 
30
			<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>
-
 
31
			<dt>Type de collection</dt> <dd><?=$info['_type_ncd_']?></dd>
-
 
32
			<dt>Statut</dt> <dd><?=$info['_type_depot_']?></dd>
-
 
33
			<dt>Identifiants alternatifs</dt> <dd><?=$info['_identifiant_alternatif_']?></dd>
-
 
34
			<dt>Acronymes</dt> <dd><?=$info['_code_']?></dd>
-
 
35
			<dt>Cote</dt> <dd><?=$info['cc_cote']?></dd>
-
 
36
		</dl>
-
 
37
		
-
 
38
		<h3>Statut, intitulés et codes</h3>
-
 
39
		<dl>
-
 
40
			<dt>Description</dt> <dd><?=$info['cc_description']?></dd>
-
 
41
			<dt>Description spécialiste</dt> <dd><?=$info['cc_description_specialiste']?></dd>
-
 
42
			<dt>Historique</dt> <dd><?=$info['cc_historique']?></dd>
-
 
43
			<dt>Site web</dt> <dd><?=$info['_url_']?></dd>
-
 
44
		</dl>
-
 
45
		
-
 
46
		<h3>Spécimens «types»</h3>
-
 
47
		<dl>
-
 
48
			<dt>Présence</dt> <dd><?=$info['_specimen_type_']?></dd>
-
 
49
			<dt>Nombre</dt> <dd><?=$info['cc_specimen_type_nbre']?> <?=$info['_specimen_type_nbre_precision_']?></dd>
-
 
50
			<dt>Classement</dt> <dd><?=$info['_specimen_type_classement_']?></dd>
-
 
51
		</dl>
-
 
52
		
-
 
53
		<h3>Couvertures</h3>
-
 
54
		<dl>
-
 
55
			<dt>Principe de groupement</dt> <dd><?=$info['_groupement_principe_']?></dd>
-
 
56
			<dt>But du groupement</dt> <dd><?=$info['_groupement_but_']?></dd>
-
 
57
			<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
-
 
58
		</dl>
-
 
59
		<hr class="nettoyeur"/>
-
 
60
	</div>
-
 
61
 
-
 
62
	<div id="col-col-personne">
-
 
63
		<h2>Personnes</h2>
-
 
64
		<h3>Personne(s) liées à la collection</h3>
-
 
65
		<?php if (count($personnes) > 0) : ?>
-
 
66
		<table>
-
 
67
			<thead>
-
 
68
				<tr>
-
 
69
					<th>Relation</th>
-
 
70
					<th>Nom Complet</th>
-
 
71
					<th>Nom</th>
-
 
72
					<th>Prénom</th>
-
 
73
					<th>Date de naissance</th>
-
 
74
					<th>Lieu de naissance</th>
-
 
75
					<th>Décès</th>
-
 
76
					<th>Date de décès</th>
-
 
77
					<th>Lieu de décès</th>
-
 
78
				</tr>
-
 
79
			</thead>
-
 
80
			<tbody>
-
 
81
			<?php foreach ($personnes as $personne) : ?>
-
 
82
				<tr>
-
 
83
					<td><?=$personne['_role_']?></td>
-
 
84
					<td><?=$personne['cp_fmt_nom_complet']?></td>
-
 
85
					<td><?=$personne['cp_nom']?></td>
-
 
86
					<td><?=$personne['cp_prenom']?></td>
-
 
87
					<td><?=$personne['_naissance_date_']?></td>
-
 
88
					<td><?=$personne['cp_naissance_lieu']?></td>
-
 
89
					<td><?=$personne['_deces_']?></td>
-
 
90
					<td><?=$personne['_deces_date_']?></td>
-
 
91
					<td><?=$personne['cp_deces_lieu']?></td>
-
 
92
				</tr>
-
 
93
			<?php endforeach; ?>
-
 
94
			</tbody>
-
 
95
		</table>
-
 
96
		<?php else : ?>
-
 
97
		<p>Aucune</p>
-
 
98
		<?php endif; ?>
-
 
99
	</div>
-
 
100
	
-
 
101
	<div id="col-col-publication">
-
 
102
		<h2>Publications</h2>
-
 
103
		<h3>Publication(s) de la collection</h3>
-
 
104
		<?php if (count($publications) > 0) : ?>
-
 
105
		<table>
-
 
106
			<thead>
-
 
107
				<tr>
-
 
108
					<th>Auteurs</th>
-
 
109
					<th>Titre</th>
-
 
110
					<th>Nom de la revue / collection</th>
-
 
111
					<th>Éditeur</th>
-
 
112
					<th>Année</th>
-
 
113
					<th>Série / Tome</th>
-
 
114
					<th>Fascicule</th>
-
 
115
					<th>Page(s)</th>
-
 
116
				</tr>
-
 
117
			</thead>
-
 
118
			<tbody>
-
 
119
			<?php foreach ($publications as $publication) : ?>
-
 
120
				<tr>
-
 
121
					<td><?=$publication['cpu_fmt_auteur']?></td>
-
 
122
					<td><?=$publication['cpu_titre']?></td>
-
 
123
					<td><?=$publication['cpu_collection']?></td>
-
 
124
					<td><?=$publication['_editeur_']?></td>
-
 
125
					<td><?=$publication['_date_parution_']?></td>
-
 
126
					<td><?=$publication['cpu_indication_nvt']?></td>
-
 
127
					<td><?=$publication['cpu_fascicule']?></td>
-
 
128
					<td><?=$publication['cpu_truk_pages']?></td>
-
 
129
				</tr>
-
 
130
			<?php endforeach; ?>
-
 
131
			</tbody>
-
 
132
		</table>
-
 
133
		<?php else : ?>
-
 
134
		<p>Aucune</p>
-
 
135
		<?php endif; ?>
-
 
136
	</div>
-
 
137
 
-
 
138
	<div id="col-col-description">
-
 
139
		<h2>Description</h2>
-
 
140
		<h3>Description et état de la collection</h3>
-
 
141
		<dl>
-
 
142
			<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
-
 
143
			<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
-
 
144
		</dl>
-
 
145
		
-
 
146
		<h3>Types d'unité de rangement de la collection botanique</h3>
-
 
147
		<dl>
-
 
148
			<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?></dd>
-
 
149
		</dl>
-
 
150
		<hr class="nettoyeur"/>
-
 
151
		<?php if (count($info['_rangements_']) > 0) : ?>
-
 
152
		<table>
-
 
153
			<thead>
-
 
154
				<tr>
-
 
155
					<th>Type</th>
-
 
156
					<th>Nombre</th>
-
 
157
					<th>Précision</th>
-
 
158
					<th>Format</th>
-
 
159
				</tr>
-
 
160
			</thead>
-
 
161
			<tbody>
-
 
162
			<?php foreach ($info['_rangements_'] as $rangement) : ?>
-
 
163
				<tr>
-
 
164
					<td><?=$rangement['type']?></td>
-
 
165
					<td><?=$rangement['nbre']?></td>
-
 
166
					<td><?=$rangement['precision']?></td>
-
 
167
					<td><?=$rangement['format']?></td>
-
 
168
				</tr>
-
 
169
			<?php endforeach; ?>
-
 
170
			</tbody>
-
 
171
		</table>
-
 
172
		<?php else : ?>
-
 
173
		<p>Aucune unité de rangement n'a été renseignée.</p>
-
 
174
		<?php endif; ?>
-
 
175
		
-
 
176
		<h3>Types d'unité de base de la collection si différent de l'untité de rangement</h3>
-
 
177
		<?php if (count($info['_unites_base_']) > 0) : ?>
-
 
178
		<table>
-
 
179
			<thead>
-
 
180
				<tr>
-
 
181
					<th colspan="4">Unité de base</th>
-
 
182
					<th colspan="2">Parts</th>
-
 
183
					<th colspan="2">Espèces</th>
-
 
184
				</tr>
-
 
185
				<tr>
-
 
186
					<th>Type</th>
-
 
187
					<th>Nombre</th>
-
 
188
					<th>Précision</th>
-
 
189
					<th>Format</th>
-
 
190
					<th>Nombre</th>
-
 
191
					<th>Précision</th>
-
 
192
					<th>Nombre</th>
-
 
193
					<th>Précision</th>
-
 
194
				</tr>
-
 
195
			</thead>
-
 
196
			<tbody>
-
 
197
			<?php foreach ($info['_unites_base_'] as $unite_base) : ?>
-
 
198
				<tr>
-
 
199
					<td><?=$unite_base['type']?></td>
-
 
200
					<td><?=$unite_base['nbre']?></td>
-
 
201
					<td><?=$unite_base['precision']?></td>
-
 
202
					<td><?=$unite_base['format']?></td>
-
 
203
					<td><?=$unite_base['part_nbre']?></td>
-
 
204
					<td><?=$unite_base['part_precision']?></td>
-
 
205
					<td><?=$unite_base['sp_nbre']?></td>
-
 
206
					<td><?=$unite_base['sp_precision']?></td>
-
 
207
				</tr>
-
 
208
			<?php endforeach; ?>
-
 
209
			</tbody>
-
 
210
		</table>
-
 
211
		<?php else : ?>
-
 
212
		<p>Aucune unité de base n'a été renseignée.</p>
-
 
213
		<?php endif; ?>
-
 
214
		
-
 
215
		<h3>Conservation</h3>
-
 
216
		<dl>
-
 
217
			<dt>Type de papier</dt> <dd><?=$info['_conservation_papier_type_']?></dd>
-
 
218
			<dt>Méthode</dt> <dd><?=$info['_conservation_methode_']?></dd>
-
 
219
		</dl>
-
 
220
		
-
 
221
		<h3>Étiquettes</h3>
-
 
222
		<dl>
-
 
223
			<dt>% de spécimen fixés</dt> <dd><?=$info['ccb_specimen_fixation_pourcent']?>%</dd>
-
 
224
			<dt>% d'étiquettes fixées</dt> <dd><?=$info['ccb_etiquette_fixation_pourcent']?>%</dd>
-
 
225
			<dt>Méthode de fixation du spécimen</dt> <dd><?=$info['_specimen_fixation_methode_']?></dd>
-
 
226
			<dt>Méthode de fixation des étiquettes au support</dt> <dd><?=$info['_etiquette_fixation_support_']?></dd>
-
 
227
			<dt>Méthode de fixation des étiquettes au spécimen</dt> <dd><?=$info['_etiquette_fixation_specimen_']?></dd>
-
 
228
			<dt>Type d'écriture des étiquettes</dt> <dd><?=$info['_etiquette_ecriture_']?></dd>
-
 
229
		</dl>
-
 
230
		
-
 
231
		<h3>Traitements</h3>
-
 
232
		<dl>
-
 
233
			<dt>Traitement</dt> <dd><?=$info['_traitement_']?></dd>
-
 
234
			<dt>Empoisonnement</dt> <dd><?=$info['_traitement_poison_']?></dd>
-
 
235
			<dt>Pesticide</dt> <dd><?=$info['_traitement_insecte_']?></dd>
-
 
236
		</dl>
-
 
237
		
-
 
238
		<h3>État général et dégradation</h3>
-
 
239
		<dl>
-
 
240
			<dt>État général</dt> <dd><?=$info['_etat_general_']?></dd>
-
 
241
			<dt>Causes de dégradation des spécimens</dt> <dd><?=$info['_degradation_specimen_']?></dd>
-
 
242
			<dt>Causes de dégradation de la présentation</dt> <dd><?=$info['_degradation_presentation_']?></dd>
-
 
243
			<dt>Détermination des échantillons</dt> <dd><?=$info['_determination_']?></dd>
-
 
244
		</dl>
-
 
245
		<hr class="nettoyeur"/>
-
 
246
	</div>
-
 
247
 
-
 
248
	<div id="col-col-contenu">
-
 
249
		<h2>Contenu</h2>
-
 
250
		<h3>Nature</h3>
-
 
251
		<dl>
-
 
252
			<dt>Nature de la collection</dt> <dd><?=$info['_nature_']?></dd>
-
 
253
			<dt>Collection spécialisée</dt> <dd><?=$info['ccb_specialite']?></dd>
-
 
254
		</dl>
-
 
255
		
-
 
256
		<h3>Période de constitution</h3>
-
 
257
		<dl>
-
 
258
			<dt>Période de constitution</dt> <dd><?=$info['_periode_constitution_']?></dd>
-
 
259
			<dt>Date de DÉBUT de récolte</dt> <dd><?=$info['ccb_recolte_date_debut']?> <?=$info['_recolte_date_debut_type_']?></dd>
-
 
260
			<dt>Date de FIN de récolte</dt> <dd><?=$info['ccb_recolte_date_fin']?> <?=$info['_recolte_date_fin_type_']?></dd>
-
 
261
		</dl>
-
 
262
		
-
 
263
		<h3>Classement</h3>
-
 
264
		<dl>
-
 
265
			<dt>État du classement</dt> <dd><?=$info['_classement_etat_']?></dd>
-
 
266
			<dt>Principe de classement</dt> <dd><?=$info['ccb_annotation_classement']?></dd>
-
 
267
		</dl>
-
 
268
		
-
 
269
		<h3>Étiquette</h3>
-
 
270
		<dl>
-
 
271
			<dt>Renseignements</dt> <dd><?=$info['_etiquette_renseignement_']?></dd>
-
 
272
			<dt>Localités précises</dt> <dd><?=$info['_precision_localite_']?></dd>
-
 
273
			<dt>Dates précises</dt> <dd><?=$info['_precision_date_']?></dd>
-
 
274
			<dt>Annotations</dt> <dd><?=$info['ccb_annotation_diverse']?></dd>
-
 
275
		</dl>
-
 
276
		
-
 
277
		<h3>Collections intégrées</h3>
-
 
278
		<dl>
-
 
279
			<dt>Intégration de collection antérieures</dt> <dd><?=$info['_collection_integre_']?></dd>
-
 
280
			<dt>Nom de la collection sur les étiquettes</dt> <dd><?=$info['_collection_integre_info_']?></dd>
-
 
281
		</dl>
-
 
282
		<hr class="nettoyeur"/>
-
 
283
	</div>
-
 
284
 
-
 
285
	<div id="col-col-inventaire">
-
 
286
		<h2>Inventaire</h2>
-
 
287
		<h3>Inventaire (autre que celui de l'auteur)</h3>
-
 
288
		<dl>
-
 
289
			<dt>Existence inventaire</dt> <dd><?=$info['_inventaire_']?></dd>
-
 
290
			<dt>Participation de l'auteur</dt> <dd><?=$info['_inventaire_auteur_']?></dd>
-
 
291
			<dt>Forme de l'inventaire</dt> <dd><?=$info['_inventaire_forme_']?></dd>
-
 
292
			<dt>Informations disponibles</dt> <dd><?=$info['ccb_inventaire_info']?></dd>
-
 
293
			<dt>Logiciel utilisé</dt> <dd><?=$info['_inventaire_digital_']?></dd>
-
 
294
			<dt>% en base de données</dt> <dd><?=$info['ccb_inventaire_digital_pourcent']?>%</dd>
-
 
295
			<dt>État inventaire</dt> <dd><?=$info['_inventaire_etat_']?></dd>
-
 
296
		</dl>
-
 
297
		<hr class="nettoyeur"/>
-
 
298
	</div>
-
 
299
 
-
 
300
	<div id="col-col-note">
-
 
301
		<h2>Notes</h2>
-
 
302
		<h3>Notes liées à la collection</h3>
-
 
303
		<?php if (count($commentaires) > 0) : ?>
-
 
304
		<table>
-
 
305
			<thead>
-
 
306
				<tr>
-
 
307
					<th>Type</th>
-
 
308
					<th>Titre</th>
-
 
309
					<th>Importance</th>
-
 
310
				</tr>
-
 
311
			</thead>
-
 
312
			<tbody>
-
 
313
			<?php foreach ($commentaires as $commentaire) : ?>
-
 
314
				<tr>
-
 
315
					<td><?=$commentaire['_type_']?></td>
-
 
316
					<td><?=$commentaire['ccm_titre']?></td>
-
 
317
					<td><?=$commentaire['ccm_ponderation']?></td>
-
 
318
				</tr>
-
 
319
				<tr>
-
 
320
					<td colspan="3"><?=$commentaire['ccm_texte']?></td>
-
 
321
				</tr>
-
 
322
			<?php endforeach; ?>
-
 
323
			</tbody>
-
 
324
		</table>
-
 
325
		<?php else : ?>
-
 
326
		<p>Aucune note n'a été ajoutée.</p>
-
 
327
		<?php endif; ?>
-
 
328
	</div>
-
 
329
	
-
 
330
	<div id="col-col-meta">
-
 
331
		<h2>Méta-données</h2>
-
 
332
		<dl>
-
 
333
			<dt>GUID</dt> <dd><?=$info['cc_guid']?> </dd>
-
 
334
			<dt>Notes</dt> <dd><?=$info['cmhl_notes']?> </dd>
-
 
335
			<dt>Sources</dt> <dd><?=$info['cmhl_source']?> </dd>
-
 
336
			<dt>Modifié par</dt> <dd><?=$info['_modifier_par_']?> </dd>
-
 
337
			<dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </dd>
-
 
338
			<dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
-
 
339
		</dl>
-
 
340
		<hr class="nettoyeur"/>
-
 
341
	</div>
-
 
342
	
-
 
343
</div>
-
 
344
<!-- COL - FIN FICHE COLLECTION -->
-
 
345
303
346