Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1567 | Rev 1581 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1567 Rev 1571
Line 645... Line 645...
645
				'</a>'+
645
				'</a>    '+
646
				'<a title="Voir plus d\'informations sur cette image (s\'ouvre dans un popup)" class="lien-image-cel" href="'+urlPopup+'?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=' + $(this).data('id-image')+'">'+
646
				'<a title="Voir plus d\'informations sur cette image (s\'ouvre dans un popup)" class="lien-image-cel" href="'+urlPopup+'?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=' + $(this).data('id-image')+'">'+
647
					'<img class="icone_action_ill" src="'+urlCssImages+'infos_image.png" />'+
647
					'<img class="icone_action_ill" src="'+urlCssImages+'infos_image.png" />'+
648
				'</a>'+
648
				'</a>'+
649
				'<a style="float:right" title="Signaler une mauvaise identification ou en proposer une autre via l\'outil identiplante" class="signaler-mauvaise-identification" href="' + $(this).data('url-mauvaise-ident') + '" target="_blank">' +
649
				'<a style="float:right" title="Signaler une mauvaise identification ou en proposer une autre via l\'outil identiplante" class="signaler-mauvaise-identification" href="' + $(this).data('url-mauvaise-ident') + '" target="_blank">' +
650
					'<img class="icone_action_ill" src="'+urlCssImages+'mauvaise_id.png">IdentiPlante' +
650
					'<img class="icone_action_ill" src="'+urlCssImages+'mauvaise_id.png">Signaler une mauvaise identification' +
651
				'</a>';
651
				'</a>';
652
		}
652
		}
653
		$('#grande-image-legende-' + clef).html(contenu);
653
		$('#grande-image-legende-' + clef).html(contenu);
Line 654... Line 654...
654
 
654