Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 552 → Rev 553

/trunk/widget/modules/carto/squelettes/obs_liste.tpl.html
1,20 → 1,4
 
<div class="info-bulle-contenu">
<!-- Javascript : Fancybox -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('a.cel-img').fancybox({
'autoDimensions': false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true
});
});
//]]>
</script>
<div class="onglets">
<ul>
<li class="inactif"><a class="onglet" onclick="chargerFormatObs('<?=$station_id?>', 'tableau');return false;" href="#">Tableau</a></li>
/trunk/widget/modules/carto/squelettes/carte_defaut.tpl.html
1,5 → 1,4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Observations publiques du CEL - Tela Botanica</title>
43,10 → 42,27
var nt = '<?=$num_taxon?>';
var infoBulle = new google.maps.InfoWindow();
google.maps.event.addListener(infoBulle, 'domready', function() {
if ($("#observations table").get() != 'undefined') {
// Onglet Tableau : Jquery => TableSorter
if ($("#observations table").get() != '') {
$("#observations table").tablesorter();
}
// Onglet Liste : Jquery => FancyBox
if ($("#observations ol").get() != '') {
$("a.cel-img").fancybox({
transitionIn : 'elastic',
transitionOut : 'elastic',
speedIn : 600,
speedOut : 200,
overlayShow : true
}).bind('click', function(e) {
if (e.stopPropagation) {
e.stopPropagation();
}
return false;
});
}
});
var carteCentre = new google.maps.LatLng(46.4, 3.10);
var carteOptions = {
zoom: 6,