Line 167... |
Line 167... |
167 |
<? endif ?>
|
167 |
<? endif ?>
|
Line 168... |
Line 168... |
168 |
|
168 |
|
169 |
<? if (isset($photoflora)) : ?>
|
169 |
<? if (isset($photoflora)) : ?>
|
170 |
<h2>Photoflora </h2>
|
170 |
<h2>Photoflora </h2>
|
171 |
<p id="intro-photoflora">
|
171 |
<p id="intro-photoflora">
|
172 |
Ces images sont fournies par le site <a href="http://photoflora.free.fr/" class="lien-externe">Photoflora</a>.<br>
|
172 |
Ces images sont fournies par le site <a href="http://www.photoflora.fr/" class="lien-externe">Photoflora</a>.<br>
|
173 |
Des informations complémentaires sur l'auteur, la localité... sont diponibles sur la
|
173 |
Des informations complémentaires sur l'auteur, la localité... sont diponibles sur la
|
174 |
<a href="http://photoflora.free.fr/FiTax.php?NumTaxon=<?= $nt ?>" class="lien-externe">
|
174 |
<a href="http://www.photoflora.fr/FiTax.php?NumTaxon=<?= $nt ?>" class="lien-externe">
|
175 |
page du taxon <span class="nom-sci"><?= $nomSciRetenu ?></span>
|
175 |
page du taxon <span class="nom-sci"><?= $nomSciRetenu ?></span>
|
176 |
</a>.
|
176 |
</a>.
|
177 |
</p>
|
177 |
</p>
|
178 |
<div id="illustrations-photoflora">
|
178 |
<div id="illustrations-photoflora">
|
179 |
<?php if (isset($photoflora['images'])) : ?>
|
179 |
<?php if (isset($photoflora['images'])) : ?>
|
180 |
<ul class="liste-illustrations">
|
180 |
<ul class="liste-illustrations">
|
181 |
<?php foreach($photoflora['images'] as $id => $image) : ?>
|
181 |
<?php foreach($photoflora['images'] as $id => $image) : ?>
|
182 |
<li>
|
182 |
<li>
|
183 |
<a class="lien-externe img-cadre" href="http://photoflora.free.fr/UneFoto.php?NumTaxon=<?= $nt ?>&NumPhoto=<?= $id ?>.jpg">
|
183 |
<a class="lien-externe img-cadre" href="http://www.photoflora.fr/UneFoto.php?NumTaxon=<?= $nt ?>&NumPhoto=<?= $id ?>.jpg">
|
184 |
<div class="img-cadre-fond">
|
184 |
<div class="img-cadre-fond">
|
185 |
<img src="<?= $image['src'] ?>" alt="Photographie n°<?=$id;?> du taxon <?= $image['nomSci']; ?>" />
|
185 |
<img src="<?= $image['src'] ?>" alt="Photographie n°<?=$id;?> du taxon <?= $image['nomSci']; ?>" />
|
186 |
</div>
|
186 |
</div>
|
187 |
</a>
|
187 |
</a>
|