Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 99 Rev 118
1
<!-- COL - DEBUT FICHE STRUCTURE -->
1
<!-- COL - DEBUT FICHE STRUCTURE -->
2
<script type="text/javascript">
2
<script type="text/javascript">
3
	$(function() {
3
	$(function() {
4
		$("#col-str").tabs();
4
		$("#col-str").tabs();
5
		$('span.courriel').courriel();
5
		$('span.courriel').courriel();
6
	});
6
	});
7
</script>
7
</script>
8
<h1><?=$info['cs_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
8
<h1><?=$info['cs_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
9
<div id="col-str" class="col-onglets">
9
<div id="col-str" class="col-onglets">
10
	<ul class="col-sommaire">
10
	<ul class="col-sommaire">
11
		<li><a href="#col-str-general">Général</a></li>
11
		<li><a href="#col-str-general">Général</a></li>
12
		<li><a href="#col-str-personnel">Personnel</a></li>
12
		<li><a href="#col-str-personnel">Personnel</a></li>
13
		<li><a href="#col-str-conservation">Conservation</a></li>
13
		<li><a href="#col-str-conservation">Conservation</a></li>
14
		<li><a href="#col-str-valorisation">Valorisation</a></li>
14
		<li><a href="#col-str-valorisation">Valorisation</a></li>
15
		<li><a href="#col-str-collection">Collection</a></li>
15
		<li><a href="#col-str-collection">Collection</a></li>
16
		<li><a href="#col-str-meta">Méta-données</a></li>
16
		<li><a href="#col-str-meta">Méta-données</a></li>
17
	</ul>
17
	</ul>
18
	
18
	
19
	<div id="col-str-general">
19
	<div id="col-str-general">
20
		<h2 id="col-str-titre-general">Général</h2>
20
		<h2 id="col-str-titre-general">Général</h2>
21
		<h3>Renseignements administratifs</h3>
21
		<h3>Renseignements administratifs</h3>
22
		<dl>
22
		<dl>
23
			<dt>Acronyme</dt> <dd><?=$info['_acronyme_']?></dd>
23
			<dt>Acronyme</dt> <dd><?=$info['_acronyme_']?></dd>
24
			<dt>Statut</dt> <dd><?=$info['_type_prive_']?><?=$info['_type_public_']?></dd>
24
			<dt>Statut</dt> <dd><?=$info['_type_prive_']?><?=$info['_type_public_']?></dd>
25
			<dt>Date de fondation</dt> <dd><?=$info['_date_fondation_']?></dd>
25
			<dt>Date de fondation</dt> <dd><?=$info['_date_fondation_']?></dd>
26
			<dt>Personnel de l'institution</dt> <dd><?=$info['_nbre_personne_']?></dd>
26
			<dt>Personnel de l'institution</dt> <dd><?=$info['_nbre_personne_']?></dd>
27
		</dl>
27
		</dl>
28
		
28
		
29
		<h3>Adresse</h3>
29
		<h3>Adresse</h3>
30
		<dl>
30
		<dl>
31
			<dt>Adresse</dt> <dd><?=$info['cs_adresse_01']?></dd>
31
			<dt>Adresse</dt> <dd><?=$info['cs_adresse_01']?></dd>
32
			<dt>Complément d'adresse</dt> <dd><?=$info['cs_adresse_02']?></dd>
32
			<dt>Complément d'adresse</dt> <dd><?=$info['cs_adresse_02']?></dd>
33
			<dt>Code postal</dt> <dd><?=$info['cs_code_postal']?></dd>
33
			<dt>Code postal</dt> <dd><?=$info['cs_code_postal']?></dd>
34
			<dt>Ville</dt> <dd><?=$info['cs_ville']?></dd>
34
			<dt>Ville</dt> <dd><?=$info['cs_ville']?></dd>
35
			<dt>Région</dt> <dd><?=$info['_region_']?></dd>
35
			<dt>Région</dt> <dd><?=$info['_region_']?></dd>
36
			<dt>Pays</dt> <dd><?=$info['_pays_']?></dd>
36
			<dt>Pays</dt> <dd><?=$info['_pays_']?></dd>
37
			<dt>Latitude/Longitude</dt> 
37
			<dt>Latitude/Longitude</dt> 
38
				<dd>
38
				<dd>
39
					<?php if ($info['_latitude_longitude_'] == '&nbsp;') : ?>
39
					<?php if ($info['_latitude_longitude_'] == '&nbsp;') : ?>
40
						<?=$info['_latitude_longitude_']?>
40
						<?=$info['_latitude_longitude_']?>
41
					<?php else : ?>
41
					<?php else : ?>
42
						<a class="lien_ext" href="<?=$info['_lien_carte_']?>"><?=$info['_latitude_longitude_']?> <img style="display:inline;" src="<?=$info['_url_img_carte_']?>" alt="Voir sur une carte" /></a>
42
						<a class="lien_ext" href="<?=$info['_lien_carte_']?>"><?=$info['_latitude_longitude_']?> <img style="display:inline;" src="<?=$info['_url_img_carte_']?>" alt="Voir sur une carte" /></a>
43
					<?php endif; ?>
43
					<?php endif; ?>
44
				</dd>
44
				</dd>
45
		</dl>
45
		</dl>
46
		
46
		
47
		<h3>Description</h3>
47
		<h3>Description</h3>
48
		<dl class="label-court">
48
		<dl class="label-court">
49
			<dt>Description</dt> <dd><?=$info['cs_description']?></dd>
49
			<dt>Description</dt> <dd><?=$info['cs_description']?></dd>
50
			<dt>Condition d'accès</dt> <dd><?=$info['cs_condition_acces']?></dd>
50
			<dt>Condition d'accès</dt> <dd><?=$info['cs_condition_acces']?></dd>
51
			<dt>Condition d'usage</dt> <dd><?=$info['cs_condition_usage']?></dd>
51
			<dt>Condition d'usage</dt> <dd><?=$info['cs_condition_usage']?></dd>
52
		</dl>
52
		</dl>
53
		
53
		
54
		<h3>Communication</h3>
54
		<h3>Communication</h3>
55
		<dl class="label-court">
55
		<dl class="label-court">
56
			<dt>Téléphone/Fax</dt> <dd><?=$info['_telephone_fax_']?></dd>
56
			<dt>Téléphone/Fax</dt> <dd><?=$info['_telephone_fax_']?></dd>
57
			<dt>Courriel</dt> <dd><?=$info['_courriel_']?></dd>
57
			<dt>Courriel</dt> <dd><?=$info['_courriel_']?></dd>
58
			<dt>Site web</dt> <dd><?=$info['_web_']?></dd>
58
			<dt>Site web</dt> <dd><?=$info['_web_']?></dd>
59
		</dl>
59
		</dl>
60
		<hr class="nettoyeur"/>
60
		<hr class="nettoyeur"/>
61
	</div>
61
	</div>
62
	
62
	
63
	<div id="col-str-personnel">
63
	<div id="col-str-personnel">
64
		<h2 id="col-str-titre-personnel">Personnel</h2>
64
		<h2 id="col-str-titre-personnel">Personnel</h2>
65
		<dl class="label-moyen">
65
		<dl class="label-moyen">
66
			<dt>Personnel des collections</dt> <dd><?=count($personnel)?></dd>
66
			<dt>Personnel des collections</dt> <dd><?=count($personnel)?></dd>
67
		</dl>
67
		</dl>
68
		<hr class="nettoyeur"/>
68
		<hr class="nettoyeur"/>
69
		<?php if (count($personnel) > 0) : ?>
69
		<?php if (count($personnel) > 0) : ?>
70
		<h3>Membres du personnel</h3>
70
		<h3>Membres du personnel</h3>
71
		<table>
71
		<table>
72
			<thead>
72
			<thead>
73
				<tr>
73
				<tr>
74
					<th>Fonction</th>
74
					<th>Fonction</th>
-
 
75
					<th>Nom Complet</th>
75
					<th>Prénom</th>
76
					<th>Prénom</th>
76
					<th>Nom</th>
77
					<th>Nom</th>
77
					<th>Tél. Fixe / Fax</th>
78
					<th>Tél. Fixe / Fax</th>
78
					<th>Courriel principal</th>
79
					<th>Courriel principal</th>
79
					<th>Statut</th>
80
					<th>Statut</th>
80
					<th>Temps de travail</th>
81
					<th>Temps de travail</th>
81
					<th>Spécialité principale</th>
82
					<th>Spécialité principale</th>
82
					<th>Contact ?</th>
83
					<th>Contact ?</th>
83
				</tr>
84
				</tr>
84
			</thead>
85
			</thead>
85
			<tbody>
86
			<tbody>
86
			<?php foreach ($personnel as $personne) : ?>
87
			<?php foreach ($personnel as $personne) : ?>
87
				<tr>
88
				<tr>
88
					<td><?=$personne['_fonction_']?></td>
89
					<td><?=$personne['_fonction_']?></td>
-
 
90
					<td><a href="<?=$personne['_url_']?>" title="Accèder à la fiche de la personne"><?=$personne['cp_fmt_nom_complet']?></a></td>
89
					<td><?=$personne['cp_prenom']?></td>
91
					<td><?=$personne['cp_prenom']?></td>
90
					<td><?=$personne['cp_nom']?></td>
92
					<td><?=$personne['cp_nom']?></td>
91
					<td><?=$personne['_tel_fax_']?></td>
93
					<td><?=$personne['_tel_fax_']?></td>
92
					<td><?=$personne['_courriel_']?></td>
94
					<td><?=$personne['_courriel_']?></td>
93
					<td><?=$personne['_statut_']?></td>
95
					<td><?=$personne['_statut_']?></td>
94
					<td><?=$personne['csap_bota_travail_hebdo_tps']?></td>
96
					<td><?=$personne['csap_bota_travail_hebdo_tps']?></td>
95
					<td><?=$personne['_specialite_']?></td>
97
					<td><?=$personne['_specialite_']?></td>
96
					<td><?=$personne['_contact_']?></td>
98
					<td><?=$personne['_contact_']?></td>
97
				</tr>
99
				</tr>
98
			<?php endforeach; ?>
100
			<?php endforeach; ?>
99
			</tbody>
101
			</tbody>
100
		</table>
102
		</table>
101
		<?php endif; ?>
103
		<?php endif; ?>
102
	</div>
104
	</div>
103
	
105
	
104
	<div id="col-str-conservation">
106
	<div id="col-str-conservation">
105
		<h2 id="col-str-titre-conservation">Conservation</h2>
107
		<h2 id="col-str-titre-conservation">Conservation</h2>
106
		<h3>Formation du personnel à la conservation</h3>
108
		<h3>Formation du personnel à la conservation</h3>
107
		<dl>
109
		<dl>
108
			<dt>Formation en conservation</dt> <dd><?=$info['_formation_']?> <?=$info['_formation_info_']?></dd>
110
			<dt>Formation en conservation</dt> <dd><?=$info['_formation_']?> <?=$info['_formation_info_']?></dd>
109
			<dt>Intérêt pour une formation</dt> <dd><?=$info['_formation_interet_']?></dd>
111
			<dt>Intérêt pour une formation</dt> <dd><?=$info['_formation_interet_']?></dd>
110
		</dl>
112
		</dl>
111
		
113
		
112
		<h3>Opérations &amp; matériels</h3>
114
		<h3>Opérations &amp; matériels</h3>
113
		<dl class="label-grand">
115
		<dl class="label-grand">
114
			<dt>Opérations actuelles de restauration</dt> <dd><?=$info['_restauration_']?> <?=$info['_restauration_operation_']?></dd>
116
			<dt>Opérations actuelles de restauration</dt> <dd><?=$info['_restauration_']?> <?=$info['_restauration_operation_']?></dd>
115
			<dt>Utilisation de matériel de conservation</dt> <dd><?=$info['_materiel_conservation_']?> <?=$info['_materiel_autre_']?></dd>
117
			<dt>Utilisation de matériel de conservation</dt> <dd><?=$info['_materiel_conservation_']?> <?=$info['_materiel_autre_']?></dd>
116
			<dt>Traitements globaux</dt> <dd><?=$info['_traitement_']?> <?=$info['_traitement_liste_']?></dd>
118
			<dt>Traitements globaux</dt> <dd><?=$info['_traitement_']?> <?=$info['_traitement_liste_']?></dd>
117
		</dl>
119
		</dl>
118
		
120
		
119
		<h3>Local</h3>
121
		<h3>Local</h3>
120
		<dl class="label-grand">
122
		<dl class="label-grand">
121
			<dt>Locaux spécifiques aux collections</dt> <dd><?=$info['_stockage_local_']?></dd>
123
			<dt>Locaux spécifiques aux collections</dt> <dd><?=$info['_stockage_local_']?></dd>
122
			<dt>Meubles spécifiques aux collections</dt> <dd><?=$info['_stockage_meuble_']?></dd>
124
			<dt>Meubles spécifiques aux collections</dt> <dd><?=$info['_stockage_meuble_']?></dd>
123
			<dt>Paramêtres maîtrisés</dt> <dd><?=$info['_stockage_parametre_']?></dd>
125
			<dt>Paramêtres maîtrisés</dt> <dd><?=$info['_stockage_parametre_']?></dd>
124
			<dt>Conservation des collections en commun</dt> <dd><?=$info['_collection_commune_']?> <?=$info['_collection_commune_autre_']?></dd>
126
			<dt>Conservation des collections en commun</dt> <dd><?=$info['_collection_commune_']?> <?=$info['_collection_commune_autre_']?></dd>
125
			<dt>Accès contrôlé</dt> <dd><?=$info['_acces_controle_']?></dd>
127
			<dt>Accès contrôlé</dt> <dd><?=$info['_acces_controle_']?></dd>
126
		</dl>
128
		</dl>
127
		
129
		
128
		<h3>Acquisitions</h3>
130
		<h3>Acquisitions</h3>
129
		<dl class="label-grand">
131
		<dl class="label-grand">
130
			<dt>Acquisition de nouvelles collections</dt> <dd><?=$info['_acquisition_collection_']?></dd>
132
			<dt>Acquisition de nouvelles collections</dt> <dd><?=$info['_acquisition_collection_']?></dd>
131
			<dt>Mise en herbier de nouveaux échantillons</dt> <dd><?=$info['_acquisition_echantillon_']?></dd>
133
			<dt>Mise en herbier de nouveaux échantillons</dt> <dd><?=$info['_acquisition_echantillon_']?></dd>
132
			<?php if ($info['csc_mark_acquisition_echantillon'] == '1') : ?>
134
			<?php if ($info['csc_mark_acquisition_echantillon'] == '1') : ?>
133
				<dt>Traitement avant intégration</dt> <dd><?=$info['_acquisition_traitement_']?></dd>
135
				<dt>Traitement avant intégration</dt> <dd><?=$info['_acquisition_traitement_']?></dd>
134
				<?php if ($info['csc_mark_acquisition_traitement'] == '1') : ?>
136
				<?php if ($info['csc_mark_acquisition_traitement'] == '1') : ?>
135
					<dt>Désinsectisation</dt> <dd><?=$info['_acquisition_traitement_insecte_']?></dd>
137
					<dt>Désinsectisation</dt> <dd><?=$info['_acquisition_traitement_insecte_']?></dd>
136
					<dt>Empoisonnement</dt> <dd><?=$info['_acquisition_traitement_poison_']?></dd>
138
					<dt>Empoisonnement</dt> <dd><?=$info['_acquisition_traitement_poison_']?></dd>
137
				<?php endif; ?>
139
				<?php endif; ?>
138
			<?php endif; ?> 
140
			<?php endif; ?> 
139
		</dl>
141
		</dl>
140
		<hr class="nettoyeur"/>
142
		<hr class="nettoyeur"/>
141
	</div>
143
	</div>
142
	
144
	
143
	<div id="col-str-valorisation">
145
	<div id="col-str-valorisation">
144
		<h2 id="col-str-titre-valorisation">Valorisation</h2>
146
		<h2 id="col-str-titre-valorisation">Valorisation</h2>
145
		<h3>Actions de valorisation</h3>
147
		<h3>Actions de valorisation</h3>
146
		<dl>
148
		<dl>
147
			<dt>Réalisation d'actions de valorisation</dt> <dd><?=$info['_action_']?> <?=$info['_action_info_']?></dd>
149
			<dt>Réalisation d'actions de valorisation</dt> <dd><?=$info['_action_']?> <?=$info['_action_info_']?></dd>
148
			<dt>Publications</dt> <dd><?=$info['csv_publication']?></dd>
150
			<dt>Publications</dt> <dd><?=$info['csv_publication']?></dd>
149
			<dt>Autres collections</dt> <dd><?=$info['_collection_autre_']?></dd>
151
			<dt>Autres collections</dt> <dd><?=$info['_collection_autre_']?></dd>
150
			<dt>Futures actions de valorisation</dt> <dd><?=$info['_action_future_']?> <?=$info['_action_future_info_']?></dd>
152
			<dt>Futures actions de valorisation</dt> <dd><?=$info['_action_future_']?> <?=$info['_action_future_info_']?></dd>
151
		</dl>
153
		</dl>
152
		
154
		
153
		<h3>Accès &amp; Usages</h3>
155
		<h3>Accès &amp; Usages</h3>
154
		<dl class="label-grand">
156
		<dl class="label-grand">
155
			<dt>Condition de visite pour les chercheurs</dt> <dd><?=$info['_visite_avec_motif_']?> <?=$info['_visite_avec_motif_info_']?></dd>
157
			<dt>Condition de visite pour les chercheurs</dt> <dd><?=$info['_visite_avec_motif_']?> <?=$info['_visite_avec_motif_info_']?></dd>
156
			<dt>Condition d'accès du grand public</dt> <dd><?=$info['_acces_ss_motif_']?> <?=$info['_acces_ss_motif_info_']?></dd>
158
			<dt>Condition d'accès du grand public</dt> <dd><?=$info['_acces_ss_motif_']?> <?=$info['_acces_ss_motif_info_']?></dd>
157
		</dl>
159
		</dl>
158
		
160
		
159
		<h3>Recherches scientifiques</h3>
161
		<h3>Recherches scientifiques</h3>
160
		<dl>
162
		<dl>
161
			<dt>Utilisation pour la recherche</dt> <dd><?=$info['_recherche_']?></dd>
163
			<dt>Utilisation pour la recherche</dt> <dd><?=$info['_recherche_']?></dd>
162
			<?php if ($info['csv_mark_recherche'] == '1') : ?>
164
			<?php if ($info['csv_mark_recherche'] == '1') : ?>
163
				<dt>Provenance des chercheurs</dt> <dd><?=$info['_recherche_provenance_']?></dd>
165
				<dt>Provenance des chercheurs</dt> <dd><?=$info['_recherche_provenance_']?></dd>
164
				<dt>Type de recherche</dt> <dd><?=$info['_recherche_type_']?></dd>
166
				<dt>Type de recherche</dt> <dd><?=$info['_recherche_type_']?></dd>
165
			<?php endif; ?>
167
			<?php endif; ?>
166
		</dl>
168
		</dl>
167
		<hr class="nettoyeur"/>
169
		<hr class="nettoyeur"/>
168
	</div>
170
	</div>
169
	
171
	
170
	<div id="col-str-collection">
172
	<div id="col-str-collection">
171
		<h2 id="col-str-titre-collection">Collections</h2>
173
		<h2 id="col-str-titre-collection">Collections</h2>
172
		<h3>Collections liées à cette institution</h3>
174
		<h3>Collections liées à cette institution</h3>
173
		<?php if (count($collections) > 0) : ?>
175
		<?php if (count($collections) > 0) : ?>
174
		<ul>
176
		<ul>
175
		<?php foreach ($collections as $collection) : ?>
177
		<?php foreach ($collections as $collection) : ?>
176
			<li><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></li>
178
			<li><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></li>
177
		<?php endforeach; ?>
179
		<?php endforeach; ?>
178
		</ul>
180
		</ul>
179
		<?php endif; ?>
181
		<?php endif; ?>
180
	</div>
182
	</div>
181
	
183
	
182
	<div id="col-str-meta">
184
	<div id="col-str-meta">
183
		<?=$metadonnees?>
185
		<?=$metadonnees?>
184
	</div>
186
	</div>
185
</div>
187
</div>
186
<hr />
188
<hr />
187
<!-- COL - FIN FICHE STRUCTURE -->
189
<!-- COL - FIN FICHE STRUCTURE -->