Subversion Repositories eFlore/Applications.coel-consultation

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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