587 |
jpm |
1 |
<!-- WIDGET:CEL:PHOTO - DEBUT -->
|
879 |
jpm |
2 |
<div id="cel-photo-contenu<?=$id?>" class="cel-photo-contenu">
|
587 |
jpm |
3 |
<!-- Feuilles de styles -->
|
|
|
4 |
<style type="text/css">
|
879 |
jpm |
5 |
#cel-photo-contenu<?=$id?>, #cel-galerie-photo<?=$id?>{
|
587 |
jpm |
6 |
width:<?=(($colonne * 69))?>px;
|
|
|
7 |
}
|
879 |
jpm |
8 |
#cel-galerie-photo<?=$id?> #cel-photo-extra<?=$id?> img{
|
587 |
jpm |
9 |
width:<?=(($colonne * 69)-6)?>px;
|
|
|
10 |
}
|
|
|
11 |
</style>
|
879 |
jpm |
12 |
|
587 |
jpm |
13 |
<?php if (isset($erreurs) || isset($informations)) : ?>
|
|
|
14 |
<h1>Erreur & informations</h1>
|
|
|
15 |
<p>Impossible d'afficher le flux.</p>
|
|
|
16 |
<!-- Affichage des erreurs et messages d'information : -->
|
|
|
17 |
<?php if ($erreurs) : ?>
|
|
|
18 |
<?php foreach ($erreurs as $erreur) : ?>
|
|
|
19 |
<p class="erreur"><?=$erreur;?></p>
|
|
|
20 |
<?php endforeach; ?>
|
|
|
21 |
<?php endif; ?>
|
|
|
22 |
|
|
|
23 |
<?php if ($informations) : ?>
|
|
|
24 |
<?php foreach ($informations as $information) : ?>
|
|
|
25 |
<p class="info"><?=$information;?></p>
|
|
|
26 |
<?php endforeach; ?>
|
|
|
27 |
<?php endif; ?>
|
|
|
28 |
<?php else : ?>
|
|
|
29 |
<h1>
|
879 |
jpm |
30 |
<? if (!empty($titre)) : ?>
|
1417 |
aurelien |
31 |
<?=$titre?> (<a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
|
|
|
32 |
CEL
|
|
|
33 |
</a>)
|
879 |
jpm |
34 |
<? else : ?>
|
|
|
35 |
Dernières images du
|
|
|
36 |
<a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
|
|
|
37 |
CEL
|
|
|
38 |
</a>
|
|
|
39 |
<? endif; ?>
|
587 |
jpm |
40 |
<a href="<?=$flux_rss_url?>"
|
879 |
jpm |
41 |
class="cel-photo-flux<?=$id?>"
|
587 |
jpm |
42 |
title="Suivre les images"
|
|
|
43 |
onclick="window.open(this.href);return false;">
|
|
|
44 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les images" />
|
|
|
45 |
</a>
|
|
|
46 |
</h1>
|
879 |
jpm |
47 |
<div id="cel-galerie-photo<?=$id?>">
|
587 |
jpm |
48 |
<?php foreach ($items as $item) : ?>
|
|
|
49 |
<div class="cel-photo">
|
879 |
jpm |
50 |
<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?>">
|
686 |
jpm |
51 |
<img src="<?=sprintf($item['url_tpl'], 'CRX2S')?>" alt="<?=$item['titre']?>"/>
|
587 |
jpm |
52 |
</a>
|
|
|
53 |
<div id="cel-info-<?=$item['guid']?>" class="cel-infos">
|
|
|
54 |
<strong>
|
1462 |
aurelien |
55 |
<?php if ($item['eflore_url'] != '#' && $item['eflore_url'] != '' && $item['eflore_url'] != 'http://www.tela-botanica.org/bdtfx-nn-0') { ?>
|
1451 |
aurelien |
56 |
<a class="cel-img-titre" href="<?=$item['eflore_url']?>"
|
|
|
57 |
onclick="window.open(this.href);return false;"
|
|
|
58 |
title="Cliquez pour accéder à la fiche eFlore">
|
|
|
59 |
<?=$item['titre']?>
|
|
|
60 |
</a>
|
|
|
61 |
<?php } else { ?>
|
587 |
jpm |
62 |
<?=$item['titre']?>
|
1451 |
aurelien |
63 |
<?php } ?>
|
587 |
jpm |
64 |
</strong><br />
|
|
|
65 |
<span class="cel-img-date">Publiée le <?=$item['date']?></span>
|
|
|
66 |
</div>
|
|
|
67 |
</div>
|
|
|
68 |
<?php endforeach; ?>
|
|
|
69 |
<?php if ($extra_actif) : ?>
|
879 |
jpm |
70 |
<div id="cel-photo-extra<?=$id?>" class="cel-photo cel-photo-extra">
|
|
|
71 |
<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?>">
|
686 |
jpm |
72 |
<img src="<?=sprintf($extra['url_tpl'], 'CRS')?>" alt="<?=$extra['titre']?>"/>
|
587 |
jpm |
73 |
</a>
|
|
|
74 |
</div>
|
|
|
75 |
</div>
|
|
|
76 |
<?php endif ?>
|
879 |
jpm |
77 |
<p class="cel-photo-pieds discretion nettoyage">
|
|
|
78 |
<span class="cel-photo-source">
|
|
|
79 |
Source :
|
|
|
80 |
<a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href);return false;">
|
|
|
81 |
CEL
|
|
|
82 |
</a>
|
|
|
83 |
</span>
|
|
|
84 |
<span class="cel-photo-date-generation">Au <?=strftime('%A %d %B %Y à %H:%M:%S')?></span>
|
|
|
85 |
</p>
|
587 |
jpm |
86 |
<script type="text/Javascript">
|
|
|
87 |
//<![CDATA[
|
879 |
jpm |
88 |
|
587 |
jpm |
89 |
|
|
|
90 |
$(document).ready(function() {
|
879 |
jpm |
91 |
$('a.cel-img').attr('rel', 'galerie-princ<?=$id?>').fancybox({
|
587 |
jpm |
92 |
transitionIn:'elastic',
|
|
|
93 |
transitionOut:'elastic',
|
|
|
94 |
speedIn :600,
|
|
|
95 |
speedOut:200,
|
|
|
96 |
overlayShow:true,
|
|
|
97 |
titleShow:true,
|
|
|
98 |
titlePosition:'inside',
|
879 |
jpm |
99 |
titleFormat:function (titre, currentArray, currentIndex, currentOpts) {
|
|
|
100 |
var motif = /GUID : ([0-9]+)$/;
|
|
|
101 |
motif.exec(titre);
|
|
|
102 |
var guid = RegExp.$1;
|
|
|
103 |
var info = $('#cel-info-'+guid).clone().html();
|
|
|
104 |
var tpl =
|
|
|
105 |
'<div class="cel-legende">'+
|
|
|
106 |
'<p class="cel-legende-vei">'+'Image n°' + (currentIndex + 1) + ' sur ' + currentArray.length +'<\/p>'+
|
|
|
107 |
(titre && titre.length ? '<p>'+info+'<\/p>' : '' )+
|
|
|
108 |
'<\/div>';
|
|
|
109 |
return tpl;
|
|
|
110 |
}
|
587 |
jpm |
111 |
});
|
|
|
112 |
});
|
|
|
113 |
//]]>
|
|
|
114 |
</script>
|
|
|
115 |
<?php endif; ?>
|
|
|
116 |
</div>
|
|
|
117 |
<!-- WIDGET:CEL:PHOTO - FIN -->
|