Line 20... |
Line 20... |
20 |
<?=$titre?>
|
20 |
<?=$titre?>
|
21 |
<? endif ; ?>
|
21 |
<? endif ; ?>
|
22 |
<? if($icone_rss) : ?>
|
22 |
<? if($icone_rss) : ?>
|
23 |
<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations"
|
23 |
<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations"
|
24 |
onclick="window.open(this.href);return false;">
|
24 |
onclick="window.open(this.href);return false;">
|
25 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
|
25 |
<img src="https://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
|
26 |
</a>
|
26 |
</a>
|
27 |
<? endif; ?>
|
27 |
<? endif; ?>
|
28 |
</h1>
|
28 |
</h1>
|
29 |
<div id="cel-liste-observation">
|
29 |
<div id="cel-liste-observation">
|
30 |
<?php foreach ($items as $item) : ?>
|
30 |
<?php foreach ($items as $item) : ?>
|
31 |
<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
|
31 |
<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
|
32 |
<img id="imPlus-<?=$item['guid']?>" width="10" height="10"
|
32 |
<img id="imPlus-<?=$item['guid']?>" width="10" height="10"
|
33 |
name="imPlus-<?=$item['guid']?>" title="Voir les informations complémentaires" alt="+"
|
33 |
name="imPlus-<?=$item['guid']?>" title="Voir les informations complémentaires" alt="+"
|
34 |
src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
34 |
src="https://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
35 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
35 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
36 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
36 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
37 |
src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
37 |
src="https://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
38 |
<strong>
|
38 |
<strong>
|
39 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
|
39 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
|
40 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
40 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
41 |
onclick="window.open(this.href);return false;"
|
41 |
onclick="window.open(this.href);return false;"
|
42 |
title="Cliquez pour accéder à la fiche eFlore">
|
42 |
title="Cliquez pour accéder à la fiche eFlore">
|