Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3971 Rev 3972
Line 261... Line 261...
261
	}
261
	}
Line 262... Line 262...
262
 
262
 
263
	$( '#bloc-infos-img' ).html(
263
	$( '#bloc-infos-img' ).html(
264
		this.afficherLien( this.urlLienEflore, this.obs['nom_sel'] )+
264
		this.afficherLien( this.urlLienEflore, this.obs['nom_sel'] )+
265
		' par '+
265
		' par '+
266
		'<a class="lien_contact" href="' + lienContact + '">' + this.auteur + '</a> '+
266
		'<a class="lien_contact" href="' + lienContact + '" target="_blank" title="Afficher le profil">' + this.auteur + '</a> '+
267
		' le ' + this.date + ' - ' + this.obs['localisation']
267
		' le ' + this.date + ' - ' + this.obs['localisation']
268
	);
268
	);
Line 269... Line 269...
269
};
269
};