55 |
jpm |
1 |
<!-- COL - DEBUT FICHE PERSONNE -->
|
|
|
2 |
<script type="text/javascript">
|
128 |
jpm |
3 |
$(document).ready(function() {
|
|
|
4 |
$("#col-per").tabs({
|
|
|
5 |
cookie: {expires: 1}// Stocke un cookie pour 1 jour
|
|
|
6 |
});
|
55 |
jpm |
7 |
});
|
|
|
8 |
</script>
|
230 |
jpm |
9 |
<div class="coel-consultation">
|
|
|
10 |
<h1><?=$info['cp_fmt_nom_complet']?> <span class="discretion">(id:<?=$id?>)</span></h1>
|
|
|
11 |
<hr class="nettoyeur"/>
|
|
|
12 |
<div id="col-per" class="col-onglets">
|
|
|
13 |
<ul class="col-sommaire">
|
|
|
14 |
<li><a href="#col-per-general">Général</a></li>
|
|
|
15 |
<li><a href="#col-per-adresse">Adresses</a></li>
|
|
|
16 |
<li><a href="#col-per-info-nat">Informations naturalistes</a></li>
|
|
|
17 |
<li><a href="#col-per-publication">Publications liées</a></li>
|
|
|
18 |
<li><a href="#col-per-collection">Collections liées</a></li>
|
|
|
19 |
<li><a href="#col-per-institution">Institutions liées</a></li>
|
|
|
20 |
<li><a href="#col-per-image">Images</a></li>
|
|
|
21 |
<li><a href="#col-per-meta">Méta-données</a></li>
|
|
|
22 |
</ul>
|
152 |
jpm |
23 |
|
230 |
jpm |
24 |
<div id="col-per-general">
|
|
|
25 |
<h2>Général</h2>
|
|
|
26 |
<h3>Identité</h3>
|
|
|
27 |
<div style="width:100%;">
|
|
|
28 |
<?php if ($info['_image_principale_url_'] != ' ') : ?>
|
|
|
29 |
<img style="background-color:#FFF;float:left;margin-right:.3em;padding:0.3em;" src="<?=$info['_image_principale_url_']?>" alt="Illustration de l'auteur"/>
|
|
|
30 |
<?php endif; ?>
|
|
|
31 |
|
|
|
32 |
<dl class="label-court" style="float:left;width:40%;">
|
|
|
33 |
<dt>Préfixe</dt> <dd><?=$info['_prefixe_']?></dd>
|
|
|
34 |
<dt>Prénom</dt> <dd><?=$info['cp_prenom']?></dd>
|
|
|
35 |
<dt>Nom</dt> <dd><?=$info['cp_nom']?></dd>
|
|
|
36 |
<dt>Suffixe</dt> <dd><?=$info['_suffixe_']?></dd>
|
|
|
37 |
<dt>Autres noms</dt> <dd><?=$info['_autre_noms_']?></dd>
|
|
|
38 |
<dt>Abréviation</dt> <dd><?=$info['cp_abreviation']?></dd>
|
|
|
39 |
<dt>Autres abréviations</dt> <dd><?=$info['_autre_abreviations_']?></dd>
|
|
|
40 |
<dt>Sexe</dt> <dd><?=$info['_sexe_']?></dd>
|
|
|
41 |
</dl>
|
|
|
42 |
</div>
|
|
|
43 |
<h3>Description</h3>
|
|
|
44 |
<p class="txt-long"><?=$info['cp_description']?></p>
|
|
|
45 |
|
|
|
46 |
<h3>Naissance & décès</h3>
|
|
|
47 |
<dl class="label-court">
|
|
|
48 |
<dt>Date de naissance</dt> <dd><?=$info['_naissance_date_']?></dd>
|
|
|
49 |
<dt>Lieu de naissance</dt> <dd><?=$info['cp_naissance_lieu']?></dd>
|
|
|
50 |
<dt>Est décédée?</dt> <dd><?=$info['_deces_']?></dd>
|
|
|
51 |
<dt>Date de décès</dt> <dd><?=$info['_deces_date_']?></dd>
|
|
|
52 |
<dt>Lieu de décès</dt> <dd><?=$info['cp_deces_lieu']?></dd>
|
55 |
jpm |
53 |
</dl>
|
230 |
jpm |
54 |
|
|
|
55 |
<h3>Contact</h3>
|
|
|
56 |
<dl class="label-court">
|
|
|
57 |
<dt>Téléphones</dt> <dd><?=$info['_telephones_']?></dd>
|
|
|
58 |
<dt>Courriels</dt> <dd><?=$info['_courriels_']?></dd>
|
|
|
59 |
<dt>Sites web</dt>
|
|
|
60 |
<dd>
|
|
|
61 |
<?php if (($nbre_url = count($info['_sites_web_'])) > 0) : ?>
|
|
|
62 |
<?php while (list($i, $url) = each($info['_sites_web_'])) : ?>
|
|
|
63 |
<a class="lien_ext" href="<?=$url?>"><?=$url?></a><?=(($nbre_url - 1) == $i) ? '.' : ', ';?>
|
|
|
64 |
<?php endwhile; ?>
|
|
|
65 |
<?php else : ?>
|
|
|
66 |
|
|
|
67 |
<?php endif; ?>
|
|
|
68 |
</dd>
|
|
|
69 |
</dl>
|
|
|
70 |
|
|
|
71 |
<hr class="nettoyeur"/>
|
55 |
jpm |
72 |
</div>
|
230 |
jpm |
73 |
|
|
|
74 |
<div id="col-per-adresse">
|
|
|
75 |
<h2>Adresses</h2>
|
|
|
76 |
<dl class="label-court">
|
|
|
77 |
<dt>Adresse</dt> <dd><?=$info['cp_adresse_01']?></dd>
|
|
|
78 |
<dt>Boite postale</dt> <dd><?=$info['cp_bp']?></dd>
|
|
|
79 |
<dt>Code postal</dt> <dd><?=$info['cp_code_postal']?></dd>
|
|
|
80 |
<dt>Ville</dt> <dd><?=$info['cp_ville']?></dd>
|
|
|
81 |
<dt>Pays</dt> <dd><?=$info['_pays_']?></dd>
|
|
|
82 |
</dl>
|
|
|
83 |
<hr class="nettoyeur"/>
|
|
|
84 |
</div>
|
|
|
85 |
|
|
|
86 |
<div id="col-per-info-nat">
|
|
|
87 |
<h2>Informations naturalistes</h2>
|
|
|
88 |
<h3>Vie et renommée de l'auteur</h3>
|
|
|
89 |
<p class="txt-long"><?=$info['cp_biographie']?></p>
|
|
|
90 |
<h3>Spécialité(s)</h3>
|
|
|
91 |
<p class="txt-long"><?=$info['_specialites_']?></p>
|
|
|
92 |
<h3>Récolte(s)</h3>
|
|
|
93 |
<p class="txt-long"><?=$info['_recoltes_']?></p>
|
|
|
94 |
<hr class="nettoyeur"/>
|
|
|
95 |
</div>
|
|
|
96 |
|
|
|
97 |
<div id="col-per-publication">
|
|
|
98 |
<h2>Publications liées</h2>
|
|
|
99 |
<?php if (count($publications) > 0) : ?>
|
|
|
100 |
<?=$publicationsFrag?>
|
|
|
101 |
<table>
|
|
|
102 |
<thead>
|
|
|
103 |
<tr>
|
|
|
104 |
<th>Relation</th>
|
|
|
105 |
<th>Auteurs</th>
|
|
|
106 |
<th>Titre</th>
|
|
|
107 |
<th>Nom de la revue / collection</th>
|
|
|
108 |
<th>Éditeur</th>
|
|
|
109 |
<th>Année</th>
|
|
|
110 |
<th>Série / Tome</th>
|
|
|
111 |
<th>Fascicule</th>
|
|
|
112 |
<th>Page(s)</th>
|
|
|
113 |
</tr>
|
|
|
114 |
</thead>
|
|
|
115 |
<tbody>
|
|
|
116 |
<?php foreach ($publications as $publication) : ?>
|
|
|
117 |
<tr>
|
|
|
118 |
<td><?=$publication['_role_']?></td>
|
|
|
119 |
<td><?=$publication['cpu_fmt_auteur']?></td>
|
|
|
120 |
<td><?=$publication['cpu_titre']?></td>
|
|
|
121 |
<td><?=$publication['cpu_collection']?></td>
|
|
|
122 |
<td><?=$publication['_editeur_']?></td>
|
|
|
123 |
<td><?=$publication['_date_parution_']?></td>
|
|
|
124 |
<td><?=$publication['cpu_indication_nvt']?></td>
|
|
|
125 |
<td><?=$publication['cpu_fascicule']?></td>
|
|
|
126 |
<td><?=$publication['cpu_truk_pages']?></td>
|
|
|
127 |
</tr>
|
|
|
128 |
<?php endforeach; ?>
|
|
|
129 |
</tbody>
|
|
|
130 |
</table>
|
55 |
jpm |
131 |
<?php else : ?>
|
230 |
jpm |
132 |
<p>Aucune</p>
|
55 |
jpm |
133 |
<?php endif; ?>
|
230 |
jpm |
134 |
<hr class="nettoyeur"/>
|
|
|
135 |
</div>
|
55 |
jpm |
136 |
|
230 |
jpm |
137 |
<div id="col-per-collection">
|
|
|
138 |
<h2>Collections liées</h2>
|
|
|
139 |
<?php if (count($collections) > 0) : ?>
|
|
|
140 |
<?=$collectionsFrag?>
|
|
|
141 |
<table>
|
|
|
142 |
<thead>
|
|
|
143 |
<tr>
|
|
|
144 |
<th>Collection</th>
|
|
|
145 |
<th>Relation</th>
|
|
|
146 |
</tr>
|
|
|
147 |
</thead>
|
|
|
148 |
<tbody>
|
|
|
149 |
<?php foreach ($collections as $collection) : ?>
|
|
|
150 |
<tr>
|
|
|
151 |
<td><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></td>
|
|
|
152 |
<td><?=$collection['_role_']?></td>
|
|
|
153 |
</tr>
|
|
|
154 |
<?php endforeach; ?>
|
|
|
155 |
</tbody>
|
|
|
156 |
</table>
|
|
|
157 |
<?php else : ?>
|
|
|
158 |
<p>Aucune</p>
|
|
|
159 |
<?php endif; ?>
|
|
|
160 |
<hr class="nettoyeur"/>
|
|
|
161 |
</div>
|
55 |
jpm |
162 |
|
230 |
jpm |
163 |
<div id="col-per-institution">
|
|
|
164 |
<h2>Institution liées</h2>
|
|
|
165 |
<?php if (count($structures) > 0) : ?>
|
|
|
166 |
<?=$structuresFrag?>
|
|
|
167 |
<table>
|
|
|
168 |
<thead>
|
|
|
169 |
<tr>
|
|
|
170 |
<th>Structure</th>
|
|
|
171 |
<th>Fonction</th>
|
|
|
172 |
<th>Statut</th>
|
|
|
173 |
</tr>
|
|
|
174 |
</thead>
|
|
|
175 |
<tbody>
|
|
|
176 |
<?php foreach ($structures as $structure) : ?>
|
|
|
177 |
<tr>
|
|
|
178 |
<td><a href="<?=$structure['_url_']?>" title="Accèder à la fiche de l'institution"><?=$structure['cs_nom']?></a></td>
|
|
|
179 |
<td><?=$structure['_fonction_']?></td>
|
|
|
180 |
<td><?=$structure['_statut_']?></td>
|
|
|
181 |
</tr>
|
|
|
182 |
<?php endforeach; ?>
|
|
|
183 |
</tbody>
|
|
|
184 |
</table>
|
|
|
185 |
<?php else : ?>
|
|
|
186 |
<p>Aucune</p>
|
|
|
187 |
<?php endif; ?>
|
|
|
188 |
<hr class="nettoyeur"/>
|
|
|
189 |
</div>
|
117 |
jpm |
190 |
|
230 |
jpm |
191 |
<div id="col-per-image">
|
|
|
192 |
<h2>Images</h2>
|
|
|
193 |
<?php if (count($info['_logos_']) > 0) : ?>
|
|
|
194 |
<ul class="gallerie">
|
|
|
195 |
<?php foreach ($info['_logos_'] as $url_logo) : ?>
|
|
|
196 |
<li><img src="<?=$url_logo?>" alt="<?=$url_logo?>"/></li>
|
|
|
197 |
<?php endforeach; ?>
|
|
|
198 |
</ul>
|
|
|
199 |
<hr class="nettoyeur"/>
|
|
|
200 |
<?php else : ?>
|
|
|
201 |
<p>Aucune</p>
|
|
|
202 |
<?php endif; ?>
|
|
|
203 |
</div>
|
|
|
204 |
|
|
|
205 |
<div id="col-per-meta">
|
|
|
206 |
<?=$metadonnees?>
|
|
|
207 |
</div>
|
|
|
208 |
|
55 |
jpm |
209 |
</div>
|
|
|
210 |
</div>
|
|
|
211 |
<!-- COL - FIN FICHE PERSONNE -->
|