Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

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