580 |
jpm |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>Photographies publiques du CEL - Tela Botanica</title>
|
|
|
5 |
|
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
|
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
10 |
|
|
|
11 |
<meta name="revisit-after" content="15 days" />
|
|
|
12 |
<meta name="robots" content="index,follow" />
|
2516 |
mathias |
13 |
<meta name="author" content="Tela Botanica" />
|
580 |
jpm |
14 |
<meta name="keywords" content="Tela Botanica, photographie, CEL" />
|
|
|
15 |
<meta name="description" content="Widget de présentation des dernières photo publiées sur le Carnet en Ligne de Tela Botanica" />
|
|
|
16 |
|
2515 |
mathias |
17 |
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
|
|
|
18 |
<meta property="og:type" content="website" />
|
|
|
19 |
<meta property="og:title" content="Widget photo du CeL" />
|
|
|
20 |
<meta property="og:site_name" content="Tela Botanica" />
|
|
|
21 |
<meta property="og:description" content="Mini-galerie photo des observations publiques du Carnet en Ligne" />
|
2517 |
mathias |
22 |
<?php
|
|
|
23 |
if (isset($items[0])) {
|
|
|
24 |
$iz = $items[0];
|
2518 |
mathias |
25 |
$izUrl = sprintf($iz['url_tpl'], 'CRS');
|
2517 |
mathias |
26 |
echo '<meta property="og:image" content="' . $izUrl . '" />';
|
|
|
27 |
} else {
|
|
|
28 |
echo '<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />'
|
|
|
29 |
.'<meta property="og:image:type" content="image/png" />'
|
|
|
30 |
.'<meta property="og:image:width" content="256" />'
|
|
|
31 |
.'<meta property="og:image:height" content="256" />';
|
|
|
32 |
}
|
|
|
33 |
?>
|
2515 |
mathias |
34 |
<meta property="og:locale" content="fr_FR" />
|
|
|
35 |
|
580 |
jpm |
36 |
<!-- Spécial mobile -->
|
|
|
37 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
38 |
|
|
|
39 |
<!-- Favicones -->
|
2563 |
mathias |
40 |
<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
|
|
|
41 |
<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
580 |
jpm |
42 |
|
|
|
43 |
<!-- Feuilles de styles -->
|
587 |
jpm |
44 |
<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" />
|
580 |
jpm |
45 |
<link rel="stylesheet" type="text/css" href="<?=$url_css?>photo.css" media="screen" />
|
583 |
jpm |
46 |
<style type="text/css">
|
587 |
jpm |
47 |
html {
|
|
|
48 |
overflow:hidden;
|
583 |
jpm |
49 |
}
|
587 |
jpm |
50 |
body{
|
|
|
51 |
overflow:hidden;
|
|
|
52 |
padding:0;
|
|
|
53 |
margin:0;
|
|
|
54 |
width:100%;
|
|
|
55 |
height:100%;
|
1462 |
aurelien |
56 |
background-color:#DDDDDD;
|
|
|
57 |
color:black;
|
583 |
jpm |
58 |
}
|
879 |
jpm |
59 |
#cel-photo-contenu<?=$id?>, #cel-galerie-photo<?=$id?>{
|
587 |
jpm |
60 |
width:<?=(($colonne * 69))?>px;
|
|
|
61 |
}
|
879 |
jpm |
62 |
#cel-galerie-photo<?=$id?> #cel-photo-extra<?=$id?> img{
|
587 |
jpm |
63 |
width:<?=(($colonne * 69)-6)?>px;
|
|
|
64 |
}
|
583 |
jpm |
65 |
</style>
|
587 |
jpm |
66 |
|
|
|
67 |
<!-- Javascript : bibliothèques -->
|
879 |
jpm |
68 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.6/jquery-1.6.min.js"></script>
|
587 |
jpm |
69 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.js"></script>
|
2678 |
aurelien |
70 |
|
|
|
71 |
<script>
|
|
|
72 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
73 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
74 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
75 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
76 |
|
|
|
77 |
ga('create', 'UA-20092557-1', 'auto');
|
|
|
78 |
ga('require', 'displayfeatures');
|
|
|
79 |
ga('send', 'pageview');
|
|
|
80 |
|
|
|
81 |
</script>
|
580 |
jpm |
82 |
</head>
|
|
|
83 |
<body>
|
|
|
84 |
<!-- WIDGET:CEL:PHOTO - DEBUT -->
|
879 |
jpm |
85 |
<div id="cel-photo-contenu<?=$id?>" class="cel-photo-contenu">
|
580 |
jpm |
86 |
<?php if (isset($erreurs) || isset($informations)) : ?>
|
|
|
87 |
<h1>Erreur & informations</h1>
|
|
|
88 |
<p>Impossible d'afficher le flux.</p>
|
|
|
89 |
<!-- Affichage des erreurs et messages d'information : -->
|
|
|
90 |
<?php if ($erreurs) : ?>
|
|
|
91 |
<?php foreach ($erreurs as $erreur) : ?>
|
|
|
92 |
<p class="erreur"><?=$erreur;?></p>
|
|
|
93 |
<?php endforeach; ?>
|
|
|
94 |
<?php endif; ?>
|
|
|
95 |
|
|
|
96 |
<?php if ($informations) : ?>
|
|
|
97 |
<?php foreach ($informations as $information) : ?>
|
|
|
98 |
<p class="info"><?=$information;?></p>
|
|
|
99 |
<?php endforeach; ?>
|
|
|
100 |
<?php endif; ?>
|
|
|
101 |
<?php else : ?>
|
|
|
102 |
<h1>
|
879 |
jpm |
103 |
<? if (!empty($titre)) : ?>
|
|
|
104 |
<?=$titre?>
|
1480 |
aurelien |
105 |
<? endif ; ?>
|
|
|
106 |
<? if($icone_rss) : ?>
|
583 |
jpm |
107 |
<a href="<?=$flux_rss_url?>"
|
879 |
jpm |
108 |
class="cel-photo-flux"
|
580 |
jpm |
109 |
title="Suivre les images"
|
|
|
110 |
onclick="window.open(this.href);return false;">
|
587 |
jpm |
111 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les images" />
|
580 |
jpm |
112 |
</a>
|
1480 |
aurelien |
113 |
<? endif; ?>
|
583 |
jpm |
114 |
</h1>
|
879 |
jpm |
115 |
<div id="cel-galerie-photo<?=$id?>">
|
580 |
jpm |
116 |
<?php foreach ($items as $item) : ?>
|
587 |
jpm |
117 |
<div class="cel-photo">
|
879 |
jpm |
118 |
<a href="<?=sprintf($item['url_tpl'], 'XL')?>" class="cel-img" title="<?=$item['titre']?> - Publiée le <?=$item['date']?> - GUID : <?=$item['guid']?>" rel="galerie-princ<?=$id?>">
|
627 |
jpm |
119 |
<img src="<?=sprintf($item['url_tpl'], 'CRX2S')?>" alt="<?=$item['titre']?>"/>
|
580 |
jpm |
120 |
</a>
|
587 |
jpm |
121 |
<div id="cel-info-<?=$item['guid']?>" class="cel-infos">
|
583 |
jpm |
122 |
<strong>
|
1451 |
aurelien |
123 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '') { ?>
|
587 |
jpm |
124 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
583 |
jpm |
125 |
onclick="window.open(this.href);return false;"
|
|
|
126 |
title="Cliquez pour accéder à la fiche eFlore">
|
1495 |
aurelien |
127 |
<?=$item['infos']['nom_sci']?>
|
|
|
128 |
</a> par
|
|
|
129 |
<a class="cel-img-contact"
|
|
|
130 |
href="?mode=contact&nn=<?= urlencode($item['infos']['nn']) ;?>&nom_sci=<?= urlencode($item['infos']['nom_sci']) ;?>&date=<?= urlencode($item['infos']['date']) ;?>&id_image=<?= $item['guid']; ?>"
|
|
|
131 |
title="Cliquez pour contacter l'auteur de la photo">
|
|
|
132 |
<?=$item['infos']['auteur']?>
|
583 |
jpm |
133 |
</a>
|
2585 |
mathias |
134 |
à <?= $item['infos']['localite'] ?>
|
1495 |
aurelien |
135 |
le <?=$item['infos']['date']?>
|
1451 |
aurelien |
136 |
<?php } else { ?>
|
|
|
137 |
<?=$item['titre']?>
|
|
|
138 |
<?php } ?>
|
583 |
jpm |
139 |
</strong><br />
|
587 |
jpm |
140 |
<span class="cel-img-date">Publiée le <?=$item['date']?></span>
|
583 |
jpm |
141 |
</div>
|
580 |
jpm |
142 |
</div>
|
|
|
143 |
<?php endforeach; ?>
|
|
|
144 |
<?php if ($extra_actif) : ?>
|
879 |
jpm |
145 |
<div id="cel-photo-extra<?=$id?>" class="cel-photo-extra cel-photo">
|
|
|
146 |
<a href="<?=sprintf($extra['url_tpl'], 'XL')?>" class="cel-img" title="<?=$extra['titre']?> - Publiée le <?=$extra['date']?> - GUID : <?=$extra['guid']?>" rel="galerie-princ<?=$id?>">
|
627 |
jpm |
147 |
<img src="<?=sprintf($extra['url_tpl'], 'CRS')?>" alt="<?=$extra['titre']?>"/>
|
580 |
jpm |
148 |
</a>
|
|
|
149 |
</div>
|
|
|
150 |
</div>
|
|
|
151 |
<?php endif ?>
|
879 |
jpm |
152 |
<p class="cel-photo-pieds discretion nettoyage">
|
|
|
153 |
<span class="cel-photo-source">
|
|
|
154 |
Source :
|
1480 |
aurelien |
155 |
<a href="http://www.tela-botanica.org/page:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
|
879 |
jpm |
156 |
CEL
|
|
|
157 |
</a>
|
|
|
158 |
</span>
|
|
|
159 |
<span class="cel-photo-date-generation">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></span>
|
|
|
160 |
</p>
|
580 |
jpm |
161 |
<script type="text/Javascript">
|
583 |
jpm |
162 |
//<![CDATA[
|
1480 |
aurelien |
163 |
var utiliseFancybox = "<?= $utilise_fancybox; ?>";
|
|
|
164 |
if(utiliseFancybox) {
|
|
|
165 |
$('a.cel-img').attr('rel', 'galerie-princ<?=$id?>').fancybox({
|
|
|
166 |
transitionIn:'elastic',
|
|
|
167 |
transitionOut:'elastic',
|
|
|
168 |
speedIn :600,
|
|
|
169 |
speedOut:200,
|
|
|
170 |
overlayShow:true,
|
|
|
171 |
titleShow:true,
|
|
|
172 |
titlePosition:'inside',
|
|
|
173 |
titleFormat:function (titre, currentArray, currentIndex, currentOpts) {
|
|
|
174 |
var motif = /GUID : ([0-9]+)$/;
|
|
|
175 |
motif.exec(titre);
|
|
|
176 |
var guid = RegExp.$1;
|
|
|
177 |
var info = $('#cel-info-'+guid).clone().html();
|
|
|
178 |
var tpl =
|
|
|
179 |
'<div class="cel-legende">'+
|
|
|
180 |
'<p class="cel-legende-vei">'+'Image n°' + (currentIndex + 1) + ' sur ' + currentArray.length +'<\/p>'+
|
|
|
181 |
(titre && titre.length ? '<p>'+info+'<\/p>' : '' )+
|
|
|
182 |
'<\/div>';
|
|
|
183 |
return tpl;
|
|
|
184 |
}
|
|
|
185 |
});
|
|
|
186 |
} else {
|
|
|
187 |
$('a.cel-img').click(function(event) {
|
|
|
188 |
ouvrirFenetrePopup($(this));
|
|
|
189 |
event.preventDefault();
|
|
|
190 |
});
|
|
|
191 |
}
|
1495 |
aurelien |
192 |
|
|
|
193 |
$(document).ready(function() {
|
|
|
194 |
$('a.cel-img-contact').live('click', function(event) {
|
|
|
195 |
event.preventDefault();
|
|
|
196 |
ouvrirFenetreContact($(this));
|
|
|
197 |
});
|
|
|
198 |
});
|
1480 |
aurelien |
199 |
|
|
|
200 |
function ouvrirFenetrePopup(lienImage) {
|
1495 |
aurelien |
201 |
var url = "?mode=popup&url_image="+lienImage.attr('href')+'&galerie_id=<?= $galerie_id ?>';
|
1480 |
aurelien |
202 |
window.open(url, '', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(700)+', height='+(650));
|
|
|
203 |
}
|
1495 |
aurelien |
204 |
|
|
|
205 |
function ouvrirFenetreContact(lienImage) {
|
|
|
206 |
var url = lienImage.attr("href");
|
|
|
207 |
window.open(url, '_blank', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(400)+', height='+(550));
|
|
|
208 |
}
|
580 |
jpm |
209 |
//]]>
|
|
|
210 |
</script>
|
|
|
211 |
<?php endif; ?>
|
|
|
212 |
</div>
|
|
|
213 |
<!-- WIDGET:CEL:PHOTO - FIN -->
|
|
|
214 |
</body>
|
|
|
215 |
</html>
|