Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 166 | Rev 220 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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