Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 852 Rev 1022
Line 20... Line 20...
20
			</div>
20
			</div>
21
			<div class="nom onglet_marge_gauche basionyme_complet">
21
			<div class="nom onglet_marge_gauche basionyme_complet">
22
				Basionyme :
22
				Basionyme :
23
					<?= $nomenclature['basionyme_nom_retenu'] ?>
23
					<?= $nomenclature['basionyme_nom_retenu'] ?>
24
			</div>
24
			</div>
25
		
25
 
-
 
26
		<?php if($nomenclature['referentiel'] != 'bdtxa'): // cf http://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtxa&module=FicheTaxon&num_nom=14610  ?>
26
		<div class="onglet_marge_gauche"> Dernière date de modification du nom : <?= $nomenclature['date_maj'] ?> </div>
27
		<div class="onglet_marge_gauche"> Dernière date de modification du nom : <?= $nomenclature['date_maj'] ?> </div>
-
 
28
		<? endif; ?>
27
		</div>
29
		</div>
28
		<hr class="nettoyage" />
30
		<hr class="nettoyage" />
29
	<?php endif; ?>
31
	<?php endif; ?>
Line 30... Line 32...
30
	
32
	
Line 58... Line 60...
58
		<hr class="nettoyage" />
60
		<hr class="nettoyage" />
59
		</div>
61
		</div>
60
	<?php } ?>
62
	<?php } ?>
Line 61... Line 63...
61
	
63
	
62
	<div class="no-break">
64
	<div class="no-break">
63
		<?php if ($nomenclature['taxons_sup'] != array()) : ?>
65
		<?php if (!empty($nomenclature['taxons_sup'])) : ?>
64
		<h2> Place du taxon dans la classification </h2>
66
		<h2> Place du taxon dans la classification </h2>
65
		<span class="citation"><?= $nomenclature['meta']['titre']?></span>
67
		<span class="citation"><?= $nomenclature['meta']['titre']?></span>
66
		<table class="allow-break">
68
		<table class="allow-break">
67
			<tr>
69
			<tr>
Line 80... Line 82...
80
				<td><?= $nomenclature['taxon_courant']['rang.libelle'] ?></td>
82
				<td><?= $nomenclature['taxon_courant']['rang.libelle'] ?></td>
81
				<td><?= $nomenclature['taxon_courant']['nom_sci'] ?></td>
83
				<td><?= $nomenclature['taxon_courant']['nom_sci'] ?></td>
82
				<td><?= $nomenclature['taxon_courant']['num_nom'] ?></td>
84
				<td><?= $nomenclature['taxon_courant']['num_nom'] ?></td>
83
			</tr>
85
			</tr>
Line 84... Line 86...
84
			
86
			
85
			<?php if ($nomenclature['taxons_inf'] != array()) : ?>	
87
			<?php if (!empty($nomenclature['taxons_inf'])) : ?>	
86
				<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
88
				<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
87
					<tr>
89
					<tr>
88
						<td><?= $taxon['rang.libelle'] ?></td>
90
						<td><?= $taxon['rang.libelle'] ?></td>
89
						<td><?= $taxon['nom_sci'] ?></td>
91
						<td><?= $taxon['nom_sci'] ?></td>
Line 141... Line 143...
141
	&& empty($nomenclature['num_type'])) : ?>
143
	&& empty($nomenclature['num_type'])) : ?>
142
	Aucune donnée.
144
	Aucune donnée.
143
	<?php endif; ?>
145
	<?php endif; ?>
144
</div>
146
</div>
145
<br/>
147
<br/>
146
<br/>
-
 
147
148
<br/>
-
 
149