Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 14 Rev 15
Line 1... Line -...
1
<h1>Collection <?=$id?></h1>
-
 
2
1
<!-- DEBUT FICHE STRUCTURE -->
-
 
2
<h1><?=$info['cs_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
-
 
3
 
-
 
4
<h2>Général</h2>
-
 
5
<h3>Renseignements administratifs</h3>
-
 
6
<dl>
-
 
7
	<dt>Acronyme</dt> <dd><?=$info['_acronyme_']?></dd>
-
 
8
	<dt>Statut</dt> <dd><?=$info['_type_prive_']?><?=$info['_type_public_']?></dd>
-
 
9
	<dt>Date de fondation</dt> <dd><?=$info['cs_date_fondation']?></dd>
-
 
10
	<dt>Personne travaillant dans l'institution</dt> <dd><?=$info['cs_nbre_personne']?></dd>
-
 
11
</dl>
-
 
12
 
-
 
13
<h3>Adresse</h3>
-
 
14
<dl>
-
 
15
	<dt>Adresse</dt> <dd><?=$info['cs_adresse_01']?></dd>
-
 
16
	<dt>Complément d'adresse</dt> <dd><?=$info['cs_adresse_02']?></dd>
-
 
17
	<dt>Code postal</dt> <dd><?=$info['cs_code_postal']?></dd>
-
 
18
	<dt>Ville</dt> <dd><?=$info['cs_ville']?></dd>
-
 
19
	<dt>Région</dt> <dd><?=$info['_region_']?></dd>
-
 
20
	<dt>Pays</dt> <dd><?=$info['_pays_']?></dd>
-
 
21
	<dt>Latitude/Longitude</dt> <dd><?=$info['_latitude_longitude_']?></dd>
-
 
22
</dl>
-
 
23
 
-
 
24
<h3>Description</h3>
-
 
25
<dl>
-
 
26
	<dt>Description</dt> <dd><?=$info['cs_adresse_01']?></dd>
-
 
27
	<dt>Condition d'accès</dt> <dd><?=$info['cs_condition_acces']?></dd>
-
 
28
	<dt>Condition d'usage</dt> <dd><?=$info['cs_condition_usage']?></dd>
-
 
29
</dl>
-
 
30
 
-
 
31
<h3>Communication</h3>
-
 
32
<dl>
-
 
33
	<dt>Téléphone/Fax</dt> <dd><?=$info['_telephone_fax_']?></dd>
-
 
34
	<dt>Courriel</dt> <dd><?=$info['cs_courriel']?></dd>
-
 
35
	<dt>Site web</dt> <dd><?=$info['_web_']?></dd>
-
 
36
</dl>
-
 
37
 
-
 
38
<h3>Divers</h3>
-
 
39
<dl>
-
 
40
	<dt>GUID</dt> <dd><?=$info['cs_guid']?> </dd>
-
 
41
	<dt>Notes</dt> <dd><?=$info['cmhl_notes']?> </dd>
-
 
42
	<dt>Sources</dt> <dd><?=$info['cmhl_source']?> </dd>
-
 
43
	<dt>Modifié par</dt> <dd><?=$info['_modifier_par_']?> </dd>
-
 
44
	<dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </dd>
-
 
45
	<dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
-
 
46
</dl>
-
 
47
 
-
 
48
<h2>Personnel</h2>
-
 
49
 
-
 
50
<h2>Conservation</h2>
-
 
51
<h3>Formation du personnel à la conservation</h3>
-
 
52
<dl>
-
 
53
	<dt>Formation en conservation</dt> <dd><?=$info['_formation_']?> <?=$info['_formation_info_']?></dd>
-
 
54
	<dt>Intérêt pour une formation</dt> <dd><?=$info['_formation_interet_']?></dd>
-
 
55
</dl>
-
 
56
 
-
 
57
<h3>Opérations & matériels</h3>
-
 
58
<dl>
-
 
59
	<dt>Opérations actuelles de restauration</dt> <dd><?=$info['_restauration_']?> <?=$info['_restauration_operation_']?></dd>
-
 
60
	<dt>Utilisation de matériel de conservation</dt> <dd><?=$info['_materiel_conservation_']?> <?=$info['_materiel_autre_']?></dd>
-
 
61
	<dt>Traitements globaux</dt> <dd><?=$info['_traitement_']?> <?=$info['_traitement_liste_']?></dd>
-
 
62
</dl>
-
 
63
 
-
 
64
<h3>Local</h3>
-
 
65
<dl>
-
 
66
	<dt>Locaux spécifiques aux collections</dt> <dd><?=$info['_stockage_local_']?></dd>
-
 
67
	<dt>Meubles spécifiques aux collections</dt> <dd><?=$info['_stockage_meuble_']?></dd>
-
 
68
	<dt>Paramêtres maîtrisés</dt> <dd><?=$info['_stockage_parametre_']?></dd>
-
 
69
	<dt>Conservation des collections en commun</dt> <dd><?=$info['_collection_commune_']?> <?=$info['_collection_autre_']?></dd>
-
 
70
	<dt>Accès contrôlé</dt> <dd><?=$info['_acces_controle_']?></dd>
-
 
71
</dl>
-
 
72
 
-
 
73
<h3>Acquisitions</h3>
-
 
74
<dl>
-
 
75
	<dt>Acquisition de nouvelles collections</dt> <dd><?=$info['_acquisition_collection_']?></dd>
-
 
76
	<dt>Mise en herbier de nouveaux échantillons</dt> <dd><?=$info['_acquisition_echantillon_']?></dd>
-
 
77
	<?php if ($info['csc_mark_acquisition_echantillon'] == '1') : ?>
-
 
78
		<dt>Traitement avant intégration</dt> <dd><?=$info['_acquisition_traitement_']?></dd>
-
 
79
		<?php if ($info['csc_mark_acquisition_traitement'] == '1') : ?>
-
 
80
			<dt>Désinsectisation</dt> <dd><?=$info['_acquisition_traitement_insecte_']?></dd>
-
 
81
			<dt>Empoisonnement</dt> <dd><?=$info['_acquisition_traitement_poison_']?></dd>
-
 
82
		<?php endif; ?>
-
 
83
	<?php endif; ?> 
-
 
84
</dl>
-
 
85
 
-
 
86
 
-
 
87
<h2>Valorisation</h2>
-
 
88
<!-- FIN FICHE STRUCTURE -->
-
 
89
3
90