Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 15 Rev 16
Line 44... Line 44...
44
	<dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </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>
45
	<dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
46
</dl>
46
</dl>
Line 47... Line 47...
47
 
47
 
-
 
48
<h2>Personnel</h2>
-
 
49
<dl>
-
 
50
	<dt>Personnel des collections</dt> <dd><?=count($personnel)?></dd>
-
 
51
</dl>
-
 
52
<?php if (count($personnel) > 0) : ?>
-
 
53
<h3>Membres du personnel</h3>
-
 
54
<table>
-
 
55
	<thead>
-
 
56
		<tr>
-
 
57
			<th>Fonction</th>
-
 
58
			<th>Prénom</th>
-
 
59
			<th>Nom</th>
-
 
60
			<th>Tél. Fixe / Fax</th>
-
 
61
			<th>Courriel principal</th>
-
 
62
			<th>Statut</th>
-
 
63
			<th>Temps de travail</th>
-
 
64
			<th>Spécialité principale</th>
-
 
65
			<th>Contact ?</th>
-
 
66
		</tr>
-
 
67
	</thead>
-
 
68
	<tbody>
-
 
69
	<?php foreach ($personnel as $personne) : ?>
-
 
70
		<tr>
-
 
71
			<td><?=$personne['_fonction_']?></td>
-
 
72
			<td><?=$personne['cp_prenom']?></td>
-
 
73
			<td><?=$personne['cp_nom']?></td>
-
 
74
			<td><?=$personne['_tel_fax_']?></td>
-
 
75
			<td><?=$personne['_courriel_']?></td>
-
 
76
			<td><?=$personne['_statut_']?></td>
-
 
77
			<td><?=$personne['csap_bota_travail_hebdo_tps']?></td>
-
 
78
			<td><?=$personne['_specialite_']?></td>
-
 
79
			<td><?=$personne['_contact_']?></td>
-
 
80
		</tr>
-
 
81
	<?php endforeach; ?>
-
 
82
	</tbody>
-
 
83
</table>
Line 48... Line 84...
48
<h2>Personnel</h2>
84
<?php endif; ?>
49
 
85
 
50
<h2>Conservation</h2>
86
<h2>Conservation</h2>
51
<h3>Formation du personnel à la conservation</h3>
87
<h3>Formation du personnel à la conservation</h3>
Line 64... Line 100...
64
<h3>Local</h3>
100
<h3>Local</h3>
65
<dl>
101
<dl>
66
	<dt>Locaux spécifiques aux collections</dt> <dd><?=$info['_stockage_local_']?></dd>
102
	<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>
103
	<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>
104
	<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>
105
	<dt>Conservation des collections en commun</dt> <dd><?=$info['_collection_commune_']?> <?=$info['_collection_commune_autre_']?></dd>
70
	<dt>Accès contrôlé</dt> <dd><?=$info['_acces_controle_']?></dd>
106
	<dt>Accès contrôlé</dt> <dd><?=$info['_acces_controle_']?></dd>
71
</dl>
107
</dl>
Line 72... Line 108...
72
 
108
 
73
<h3>Acquisitions</h3>
109
<h3>Acquisitions</h3>
Line 81... Line 117...
81
			<dt>Empoisonnement</dt> <dd><?=$info['_acquisition_traitement_poison_']?></dd>
117
			<dt>Empoisonnement</dt> <dd><?=$info['_acquisition_traitement_poison_']?></dd>
82
		<?php endif; ?>
118
		<?php endif; ?>
83
	<?php endif; ?> 
119
	<?php endif; ?> 
84
</dl>
120
</dl>
Line 85... Line -...
85
 
-
 
86
 
121
 
-
 
122
<h2>Valorisation</h2>
-
 
123
<h3>Actions de valorisation</h3>
-
 
124
<dl>
-
 
125
	<dt>Réalisation d'actions de valorisation</dt> <dd><?=$info['_action_']?> <?=$info['_action_info_']?></dd>
-
 
126
	<dt>Publications</dt> <dd><?=$info['csv_publication']?></dd>
-
 
127
	<dt>Autres collections</dt> <dd><?=$info['_collection_autre_']?></dd>
-
 
128
	<dt>Futures actions de valorisation</dt> <dd><?=$info['_action_future_']?> <?=$info['_action_future_info_']?></dd>
-
 
129
</dl>
-
 
130
 
-
 
131
<h3>Accès & Usages</h3>
-
 
132
<dl>
-
 
133
	<dt>Condition de visite</dt> <dd><?=$info['_visite_avec_motif_']?> <?=$info['_visite_avec_motif_info_']?></dd>
-
 
134
	<dt>Condition d'accès</dt> <dd><?=$info['_acces_ss_motif_']?> <?=$info['_acces_ss_motif_info_']?></dd>
-
 
135
</dl>
-
 
136
 
-
 
137
<h3>Recherches scientifiques</h3>
-
 
138
<dl>
-
 
139
	<dt>Utilisation pour la recherche</dt> <dd><?=$info['_recherche_']?></dd>
-
 
140
	<?php if ($info['csv_mark_recherche'] == '1') : ?>
-
 
141
		<dt>Provenance des chercheurs</dt> <dd><?=$info['_recherche_provenance_']?></dd>
-
 
142
		<dt>Type de recherche</dt> <dd><?=$info['_recherche_type_']?></dd>
-
 
143
	<?php endif; ?>
-
 
144
</dl>
87
<h2>Valorisation</h2>
145
<hr />
88
<!-- FIN FICHE STRUCTURE -->
146
<!-- FIN FICHE STRUCTURE -->