Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

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