Line 16... |
Line 16... |
16 |
|
16 |
|
17 |
<!-- Spécial mobile -->
|
17 |
<!-- Spécial mobile -->
|
Line 18... |
Line 18... |
18 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
18 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
19 |
|
19 |
|
20 |
<!-- Favicones -->
|
20 |
<!-- Favicones -->
|
Line 21... |
Line 21... |
21 |
<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
|
21 |
<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
23 |
|
23 |
|
Line 24... |
Line 24... |
24 |
<!-- Feuilles de styles -->
|
24 |
<!-- Feuilles de styles -->
|
25 |
<link rel="stylesheet" type="text/css" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" media="screen" />
|
25 |
<link rel="stylesheet" type="text/css" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" media="screen" />
|
26 |
<link rel="stylesheet" type="text/css" href="<?=$url_css?>observation.css" media="screen" />
|
26 |
<link rel="stylesheet" type="text/css" href="<?=$url_css?>observation.css" media="screen" />
|
Line 27... |
Line 27... |
27 |
|
27 |
|
28 |
<!-- Javascript : bibliothèques -->
|
28 |
<!-- Javascript : bibliothèques -->
|
29 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
|
29 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
|
30 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.js"></script>
|
30 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.js"></script>
|
Line 65... |
Line 65... |
65 |
<?=$titre?>
|
65 |
<?=$titre?>
|
66 |
<? endif ; ?>
|
66 |
<? endif ; ?>
|
67 |
<? if($icone_rss) : ?>
|
67 |
<? if($icone_rss) : ?>
|
68 |
<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations"
|
68 |
<a href="<?=$flux_rss_url?>" id="cel-observation-flux" title="Suivre les observations"
|
69 |
onclick="window.open(this.href);return false;">
|
69 |
onclick="window.open(this.href);return false;">
|
70 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
|
70 |
<img src="https://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les observations" />
|
71 |
</a>
|
71 |
</a>
|
72 |
<? endif; ?>
|
72 |
<? endif; ?>
|
73 |
</h1>
|
73 |
</h1>
|
74 |
<div id="cel-liste-observation">
|
74 |
<div id="cel-liste-observation">
|
75 |
<?php foreach ($items as $item) : ?>
|
75 |
<?php foreach ($items as $item) : ?>
|
76 |
<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
|
76 |
<div id="cel-observation-<?=$item['guid']?>" class="cel-observation" rel="<?=$item['guid']?>" >
|
77 |
<img id="imPlus-<?=$item['guid']?>" width="10" height="10"
|
77 |
<img id="imPlus-<?=$item['guid']?>" width="10" height="10"
|
78 |
name="imPlus-<?=$item['guid']?>" title="Voir les informations complémentaires" alt="+"
|
78 |
name="imPlus-<?=$item['guid']?>" title="Voir les informations complémentaires" alt="+"
|
79 |
src="http://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
79 |
src="https://www.tela-botanica.org/sites/commun/generique/images/plus.png" />
|
80 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
80 |
<img id="imMoins-<?=$item['guid']?>" width="10" height="10" class="imMoins"
|
81 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
81 |
name="imMoins-<?=$item['guid']?>" title="Cacher les informations complémentaires" alt="+"
|
82 |
src="http://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
82 |
src="https://www.tela-botanica.org/sites/commun/generique/images/moins.png" />
|
83 |
<strong>
|
83 |
<strong>
|
84 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
|
84 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
|
85 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
85 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
86 |
onclick="window.open(this.href);return false;"
|
86 |
onclick="window.open(this.href);return false;"
|
87 |
title="Cliquez pour accéder à la fiche eFlore">
|
87 |
title="Cliquez pour accéder à la fiche eFlore">
|