Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1130 → Rev 1131

/trunk/presentations/styles/eflore.css
1204,13 → 1204,20
padding-bottom: 5px;
}
 
a.lien-images-organes {
a.lien-images-organes.non-fourni {
opacity: 0.2;
text-decoration: none;
}
a.lien-images-organes.non-fourni:hover {
text-decoration: none;
color: inherit;
}
a.lien-images-organes.fourni {
cursor: pointer;
opacity: 1;
}
a.lien-images-organes.fourni:hover {
}
a.lien-grande-image-organe {
cursor: pointer;
}
/trunk/presentations/scripts/fiche-synthese.js
566,7 → 566,9
var grandeImage = $('#grande-image-organe').find('img'),
source = $(this).find('img').attr('src');
source = source.replace('CRX2S', 'L'); // @FIXME cracra
// chargement image et lien popup
grandeImage.attr('src', source);
grandeImage.parent().attr('href','popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=' + $(this).data('id-image'));
// métadonnées
var metadonnees = ['id-image', 'titre', 'description', 'localisation', 'auteur'],
clef;
577,6 → 579,7
$('#grande-image-legende-date').html(formaterDateVersFrancais($(this).data('date')));
$('#grande-image-legende-id-destinataire').attr('href', 'http://localhost/eflore/applications/eflore-consultation/popup.php?module=popup-contact&action=form&referentiel=bdtfx&id_destinataire=' +
$(this).data('id-destinataire') + '&id_img=' + $(this).data('id-image'));
$('#grande-image-legende-auteur').attr('href', 'http://tela-botanica.org/profil:' + $(this).data('id-destinataire'));
}
 
// transforme une date du type "2012-04-06" en "06 avril 2012"