Subversion Repositories Applications.referentiel

Rev

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

Rev 85 Rev 88
Line 143... Line 143...
143
							<td><?=$retenu['bas_nom_add'];?></td>
143
							<td><?=$retenu['bas_nom_add'];?></td>
144
							<td><?=$retenu['bas_num'];?></td>
144
							<td><?=$retenu['bas_num'];?></td>
145
						</tr>
145
						</tr>
146
					<? endif;
146
					<? endif;
147
				endif;
147
				endif;
-
 
148
				if ((isset($selectionne['nom_francais']) && $selectionne['nom_francais'] != '') || 
148
				if ($selectionne['nom_francais'] != '' || (isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
149
						(isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
149
					<tr><td colspan="7"></td></tr>
150
					<tr><td colspan="7"></td></tr>
150
					<tr>
151
					<tr>
151
						<td>Nom français</td>
152
						<td>Nom français</td>
152
						<td><?isset($retenu['nom_francais']) ? $nom_francais = $retenu['nom_francais'] : 
153
						<td><?isset($retenu['nom_francais']) ? $nom_francais = $retenu['nom_francais'] : 
153
								$nom_francais = $selectionne['nom_francais'];?>
154
								$nom_francais = $selectionne['nom_francais'];?>
Line 222... Line 223...
222
	</div>
223
	</div>
Line 223... Line 224...
223
 
224
 
224
	<div id="ref-ref-synonymie">
225
	<div id="ref-ref-synonymie">
225
		<h2>Synonymie</h2>
226
		<h2>Synonymie</h2>
-
 
227
		<? if (isset($fiche_synonymie)) : 
226
		<? if (isset($fiche_synonymie)) : 
228
			foreach($fiche_synonymie as $ordre => $fiche) {
227
			foreach ($fiche_synonymie as $type => $synonymes) {?>
229
				foreach ($fiche as $type => $synonymes) {?>
228
			<table>
230
					<table>
229
				<thead>
231
						<thead>
230
					<tr><th colspan="3">Synonymie <?=$type;?></th></tr>
232
							<tr><th colspan="3"><?=($type == 'Homonymie (sensu)') ? $type : "Synonymie ".$type;?></th></tr>
-
 
233
							<tr>
-
 
234
								<?=($type == 'Homonymie (sensu)') ? "<th>Homonyme</th>" : "";?>
231
					<tr>
235
								<?=($type == 'mal appliquée') ? "<th></th>" : "";?>
232
						<th>Nom scientifique</th>
236
								<th>Nom scientifique</th>
233
						<th>Auteur</th>
237
								<th>Auteur</th>
234
						<th>Année</th>
238
								<th>Année</th>
235
						<th>Référence bibliographique</th>
239
								<th>Référence bibliographique</th>
236
						<th>Nom addendum</th>
240
								<th>Nom addendum</th>
237
						<th>Identifiant numérique du nom scientifique</th>
241
								<th>Identifiant numérique du nom scientifique</th>
238
					</tr>				
242
							</tr>				
239
				</thead><tbody>
243
						</thead><tbody>
240
					<? foreach ($synonymes as $synonyme) {?>
244
							<? foreach ($synonymes as $synonyme) {?>
-
 
245
								<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? "<tr class='nom_retenu'>" : "<tr>";?>
-
 
246
									<?=($type == 'Homonymie (sensu)') ? "<td>".$synonyme['homonyme']."</td>" : "";?>
241
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? "<tr class='nom_retenu'>" : "<tr>";?>
247
									<?=($type == 'mal appliquée') ? "<td>".$synonyme['statut']."</td>" : "";?>
242
							<td><?=$synonyme['nom_complet'];?></td>
248
									<td><?=$synonyme['nom_complet'];?></td>
243
							<td><?=$synonyme['auteur'];?></td>
249
									<td><?=$synonyme['auteur'];?></td>
244
							<td><?=$synonyme['annee'];?></td>
250
									<td><?=$synonyme['annee'];?></td>
245
							<td><?=$synonyme['biblio_origine'];?></td>
251
									<td><?=$synonyme['biblio_origine'];?></td>
246
							<td><?=$synonyme['nom_addendum'];?></td>
252
									<td><?=$synonyme['nom_addendum'];?></td>
247
							<td><?=$synonyme['num_nom'];?></td>
253
									<td><?=$synonyme['num_nom'];?></td>
248
						</tr>		
254
								</tr>		
249
					<? } ?>
255
							<? } ?>
250
				</tbody>
256
						</tbody>
251
			</table>
257
					</table>
252
			<br/>	
258
					<br/>	
253
		<? } endif;?>
-
 
254
		
-
 
255
		<? if (isset($homonyme)) : ?>
-
 
256
			<table>
-
 
257
				<thead>
-
 
258
					<tr><th colspan="3">Homonyme (sensu)</th></tr>
-
 
259
					<tr>
-
 
260
						<th>Nom scientifique</th>
-
 
261
						<th>Auteur</th>
-
 
262
						<th>Année</th>
-
 
263
						<th>Référence bibliographique</th>
-
 
264
						<th>Nom addendum</th>
-
 
265
						<th>Identifiant numérique du nom scientifique</th>
-
 
266
					</tr>				
-
 
267
				</thead>
-
 
268
				<tbody>
-
 
269
				
-
 
270
				</tbody>
-
 
271
			</table>
-
 
272
			<br/>	
-
 
273
		<? endif; ?>
259
		<? } } endif;?>
Line 274... Line 260...
274
	</div>
260
	</div>
275
	
261
	
Line 330... Line 316...
330
		<?= $info['hybride_parent_02_notes'] ? '<h3>Notes parent 02 hybride</h3>'.$info['hybride_parent_02_notes'] : '';?>
316
		<?= $info['hybride_parent_02_notes'] ? '<h3>Notes parent 02 hybride</h3>'.$info['hybride_parent_02_notes'] : '';?>
331
	</div>
317
	</div>
Line 332... Line 318...
332
 
318
 
333
	<div id="ref-ref-chorologie">
319
	<div id="ref-ref-chorologie">
334
		<h2>Chorologie</h2>
320
		<h2>Chorologie</h2>
335
		<? if ($chorologie) : ?>
321
		<? if (isset($chorologie)) : ?>
336
		<table>
322
		<table>
337
			<tr><th></th>
323
			<tr><th></th>
338
			<? foreach ($chorologie['Présence'] as $lieu=>$valeur) {?>
324
			<? foreach ($chorologie['Présence'] as $lieu=>$valeur) {?>
339
				<th><?=$lieu?></th>
325
				<th><?=$lieu?></th>
Line 351... Line 337...
351
		<? else : echo 'Aucune information disponible'; endif; ?>
337
		<? else : echo 'Aucune information disponible'; endif; ?>
352
	</div>
338
	</div>
Line 353... Line 339...
353
 
339
 
354
	<div id="ref-ref-complement">
340
	<div id="ref-ref-complement">
355
		<h2>Compléments</h2>
341
		<h2>Compléments</h2>
356
		<?php if ($complement) : ?>
342
		<?php if (isset($complement)) : ?>
357
			<table>
343
			<table>
358
				<? foreach ($complement as $champ=>$valeur) {?>
344
				<? foreach ($complement as $champ=>$valeur) {?>
359
					<tr>
345
					<tr>
360
						<th><?=$champ;?></th>
346
						<th><?=$champ;?></th>