Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 892 | Rev 922 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 892 Rev 917
Line 5... Line 5...
5
 * 
5
 * 
6
 * var urlTexteBrutSectionWikiTpl : url pour obtenir le texte brut d'une section de wiki
6
 * var urlTexteBrutSectionWikiTpl : url pour obtenir le texte brut d'une section de wiki
7
 * var urlEditionSectionWikiTpl : url pour éditer une section du wiki 
7
 * var urlEditionSectionWikiTpl : url pour éditer une section du wiki 
8
 * var urlTexteFormateSectionWikiTpl : url pour obtenir le texte formaté en html d'une section de wiki
8
 * var urlTexteFormateSectionWikiTpl : url pour obtenir le texte formaté en html d'une section de wiki
9
 * var pageWikiTaxon : url pour obtenir le texte formaté en html d'une section de wiki
9
 * var pageWikiTaxon : url pour obtenir le texte formaté en html d'une section de wiki
-
 
10
 * var urlPopup = url de base pour les popup contenant du code un peu complexe
10
 * 
11
 * 
11
*/
12
*/
Line 12... Line 13...
12
 
13
 
13
/**
14
/**
Line 632... Line 633...
632
		event.preventDefault();
633
		event.preventDefault();
633
	});
634
	});
634
});
635
});
Line 635... Line 636...
635
 
636
 
636
function gererClicIllustrationsFiche() {
637
function gererClicIllustrationsFiche() {
637
	$('#synthese_illustrations img').click(function() {
638
	$('.illustration_cel').live('click', function() {
638
		var url = $(this).attr('src')/*.replace('CS','XL')*/;
639
		var url_image = $(this).attr('src');
-
 
640
		var url = urlPopup+"?module=popup-galerie&action=fiche&num_nom="+$(this).attr('title')+"&url_image="+encodeURIComponent(url_image);
639
		ouvrirFenetreIllustrationFiche(url, '', 500, 500);
641
		window.open(url, '', 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+(400)+', height='+(375));
Line 640... Line 642...
640
	}); 
642
	}); 
641
	
643
	
642
	$('#synthese_repartition img').click(function() {
644
	$('#synthese_repartition img').click(function() {