| Line 118... |
Line 118... |
| 118 |
onclick="window.open(this.href);return false;"
|
118 |
onclick="window.open(this.href);return false;"
|
| 119 |
title="Klik hier om toegang te krijgen tot de eFlore fiche">
|
119 |
title="Klik hier om toegang te krijgen tot de eFlore fiche">
|
| 120 |
<?=$item['infos']['nom_sci']?>
|
120 |
<?=$item['infos']['nom_sci']?>
|
| 121 |
</a> door
|
121 |
</a> door
|
| 122 |
<a class="cel-img-contact"
|
122 |
<a class="cel-img-contact"
|
| 123 |
href="?mode=contact&nn=<?= urlencode($item['infos']['nn']) ;?>&nom_sci=<?= urlencode($item['infos']['nom_sci']) ;?>&date=<?= urlencode($item['infos']['date']) ;?>&id_image=<?= $item['guid']; ?>"
|
123 |
href="?mode=contact&nn=<?= urlencode($item['infos']['nn']) ;?>&nom_sci=<?= urlencode($item['infos']['nom_sci']) ;?>&date=<?= urlencode($item['infos']['date']) ;?>&id_image=<?= $item['guid']; ?>&lang=nl"
|
| 124 |
title="Klik hier om contact op te nemen met de auteur van de foto">
|
124 |
title="Klik hier om contact op te nemen met de auteur van de foto">
|
| 125 |
<?=$item['infos']['auteur']?>
|
125 |
<?=$item['infos']['auteur']?>
|
| 126 |
</a>
|
126 |
</a>
|
| 127 |
te <?= $item['infos']['localite'] ?>
|
127 |
te <?= $item['infos']['localite'] ?>
|
| 128 |
op <?=$item['infos']['date']?>
|
128 |
op <?=$item['infos']['date']?>
|
| Line 168... |
Line 168... |
| 168 |
motif.exec(titre);
|
168 |
motif.exec(titre);
|
| 169 |
var guid = RegExp.$1;
|
169 |
var guid = RegExp.$1;
|
| 170 |
var info = $('#cel-info-'+guid).clone().html();
|
170 |
var info = $('#cel-info-'+guid).clone().html();
|
| 171 |
var tpl =
|
171 |
var tpl =
|
| 172 |
'<div class="cel-legende">'+
|
172 |
'<div class="cel-legende">'+
|
| 173 |
'<p class="cel-legende-vei">'+'Beeld nr.' + (currentIndex + 1) + ' sur ' + currentArray.length +'<\/p>'+
|
173 |
'<p class="cel-legende-vei">'+'Beeld nr.' + (currentIndex + 1) + ' op ' + currentArray.length +'<\/p>'+
|
| 174 |
(titre && titre.length ? '<p>'+info+'<\/p>' : '' )+
|
174 |
(titre && titre.length ? '<p>'+info+'<\/p>' : '' )+
|
| 175 |
'<\/div>';
|
175 |
'<\/div>';
|
| 176 |
return tpl;
|
176 |
return tpl;
|
| 177 |
}
|
177 |
}
|
| 178 |
});
|
178 |
});
|