Line 66... |
Line 66... |
66 |
src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
66 |
src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
67 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
67 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
68 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
68 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
69 |
src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
69 |
src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
70 |
<strong>
|
70 |
<strong>
|
- |
|
71 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '') { ?>
|
- |
|
72 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
71 |
<a href="<?=$item['eflore_url']?>" onclick="window.open(this.href);return false;"
|
73 |
onclick="window.open(this.href);return false;"
|
72 |
title="Cliquez pour accéder à la fiche eFlore">
|
74 |
title="Cliquez pour accéder à la fiche eFlore">
|
73 |
<?=$item['titre']?>
|
75 |
<?=$item['titre']?>
|
74 |
</a>
|
76 |
</a>
|
- |
|
77 |
<?php } else { ?>
|
- |
|
78 |
<?=$item['titre']?>
|
- |
|
79 |
<?php } ?>
|
75 |
</strong><br />
|
80 |
</strong><br />
|
76 |
<span class="cel-img-date">Publiée le <?=$item['date']?></span><br />
|
81 |
<span class="cel-img-date">Publiée le <?=$item['date']?></span><br />
|
Line 77... |
Line 82... |
77 |
|
82 |
|
78 |
<div id="cel-info-<?=$item['guid']?>" class="cel-infos">
|
83 |
<div id="cel-info-<?=$item['guid']?>" class="cel-infos">
|