Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 22 | Rev 55 | Go to most recent revision | Show entire file | Regard 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>
-
 
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>
Line -... Line 24...
-
 
24
	
6
 
25
	<div id="col-col-general">
7
<h2>Général</h2>
26
		<h2>Général</h2>
8
<h3>Renseignements administratifs</h3>
27
		<h3>Renseignements administratifs</h3>
9
<dl>
28
		<dl>
10
	<dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
29
			<dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
Line 35... Line 54...
35
<dl>
54
		<dl>
36
	<dt>Principe de groupement</dt> <dd><?=$info['_groupement_principe_']?></dd>
55
			<dt>Principe de groupement</dt> <dd><?=$info['_groupement_principe_']?></dd>
37
	<dt>But du groupement</dt> <dd><?=$info['_groupement_but_']?></dd>
56
			<dt>But du groupement</dt> <dd><?=$info['_groupement_but_']?></dd>
38
	<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
57
			<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
39
</dl>
58
		</dl>
-
 
59
		<hr class="nettoyeur"/>
-
 
60
	</div>
Line 40... Line 61...
40
 
61
 
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
 
62
	<div id="col-col-personne">
51
<h2>Personnes</h2>
63
		<h2>Personnes</h2>
52
<h3>Personne(s) liées à la collection</h3>
64
		<h3>Personne(s) liées à la collection</h3>
53
<?php if (count($personnes) > 0) : ?>
65
		<?php if (count($personnes) > 0) : ?>
54
<table>
66
		<table>
Line 82... Line 94...
82
	</tbody>
94
			</tbody>
83
</table>
95
		</table>
84
<?php else : ?>
96
		<?php else : ?>
85
<p>Aucune</p>
97
		<p>Aucune</p>
86
<?php endif; ?>
98
		<?php endif; ?>
-
 
99
	</div>
Line -... Line 100...
-
 
100
	
87
 
101
	<div id="col-col-publication">
88
<h2>Publications</h2>
102
		<h2>Publications</h2>
89
<h3>Publication(s) de la collection</h3>
103
		<h3>Publication(s) de la collection</h3>
90
<?php if (count($publications) > 0) : ?>
104
		<?php if (count($publications) > 0) : ?>
91
<table>
105
		<table>
Line 117... Line 131...
117
	</tbody>
131
			</tbody>
118
</table>
132
		</table>
119
<?php else : ?>
133
		<?php else : ?>
120
<p>Aucune</p>
134
		<p>Aucune</p>
121
<?php endif; ?>
135
		<?php endif; ?>
-
 
136
	</div>
Line -... Line 137...
-
 
137
 
122
 
138
	<div id="col-col-description">
123
<h2>Description</h2>
139
		<h2>Description</h2>
124
<h3>Description et état de la collection</h3>
140
		<h3>Description et état de la collection</h3>
125
<dl>
141
		<dl>
126
	<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
142
			<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
Line 129... Line 145...
129
 
145
		
130
<h3>Types d'unité de rangement de la collection botanique</h3>
146
		<h3>Types d'unité de rangement de la collection botanique</h3>
131
<dl>
147
		<dl>
132
	<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>
-
 
149
		</dl>
133
</dl>
150
		<hr class="nettoyeur"/>
134
<?php if (count($info['_rangements_']) > 0) : ?>
151
		<?php if (count($info['_rangements_']) > 0) : ?>
135
<table>
152
		<table>
136
	<thead>
153
			<thead>
137
		<tr>
154
				<tr>
Line 223... Line 240...
223
	<dt>État général</dt> <dd><?=$info['_etat_general_']?></dd>
240
			<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>
241
			<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>
242
			<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>
243
			<dt>Détermination des échantillons</dt> <dd><?=$info['_determination_']?></dd>
227
</dl>
244
		</dl>
-
 
245
		<hr class="nettoyeur"/>
-
 
246
	</div>
Line -... Line 247...
-
 
247
 
228
 
248
	<div id="col-col-contenu">
229
<h2>Contenu</h2>
249
		<h2>Contenu</h2>
230
<h3>Nature</h3>
250
		<h3>Nature</h3>
231
<dl>
251
		<dl>
232
	<dt>Nature de la collection</dt> <dd><?=$info['_nature_']?></dd>
252
			<dt>Nature de la collection</dt> <dd><?=$info['_nature_']?></dd>
Line 257... Line 277...
257
<h3>Collections intégrées</h3>
277
		<h3>Collections intégrées</h3>
258
<dl>
278
		<dl>
259
	<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>
260
	<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>
261
</dl>
281
		</dl>
-
 
282
		<hr class="nettoyeur"/>
-
 
283
	</div>
Line -... Line 284...
-
 
284
 
262
 
285
	<div id="col-col-inventaire">
263
<h2>Inventaire</h2>
286
		<h2>Inventaire</h2>
264
<h3>Inventaire (autre que celui de l'auteur)</h3>
287
		<h3>Inventaire (autre que celui de l'auteur)</h3>
265
<dl>
288
		<dl>
266
	<dt>Existence inventaire</dt> <dd><?=$info['_inventaire_']?></dd>
289
			<dt>Existence inventaire</dt> <dd><?=$info['_inventaire_']?></dd>
Line 269... Line 292...
269
	<dt>Informations disponibles</dt> <dd><?=$info['ccb_inventaire_info']?></dd>
292
			<dt>Informations disponibles</dt> <dd><?=$info['ccb_inventaire_info']?></dd>
270
	<dt>Logiciel utilisé</dt> <dd><?=$info['_inventaire_digital_']?></dd>
293
			<dt>Logiciel utilisé</dt> <dd><?=$info['_inventaire_digital_']?></dd>
271
	<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>
272
	<dt>État inventaire</dt> <dd><?=$info['_inventaire_etat_']?></dd>
295
			<dt>État inventaire</dt> <dd><?=$info['_inventaire_etat_']?></dd>
273
</dl>
296
		</dl>
-
 
297
		<hr class="nettoyeur"/>
-
 
298
	</div>
Line -... Line 299...
-
 
299
 
274
 
300
	<div id="col-col-note">
275
<h2>Notes</h2>
301
		<h2>Notes</h2>
276
<h3>Notes liées à la collection</h3>
302
		<h3>Notes liées à la collection</h3>
277
<?php if (count($commentaires) > 0) : ?>
303
		<?php if (count($commentaires) > 0) : ?>
278
<table>
304
		<table>
Line 297... Line 323...
297
	</tbody>
323
			</tbody>
298
</table>
324
		</table>
299
<?php else : ?>
325
		<?php else : ?>
300
<p>Aucune note n'a été ajoutée.</p>
326
		<p>Aucune note n'a été ajoutée.</p>
301
<?php endif; ?>
327
		<?php endif; ?>
302
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