Subversion Repositories Applications.referentiel

Rev

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

Rev 295 Rev 296
Line 64... Line 64...
64
					if(this.num_nom != this.num_nom_retenu) {
64
					if(this.num_nom != this.num_nom_retenu) {
65
						var urlFicheTaxon = urlFicheTaxonTpl.replace('%s', this.num_nom);
65
						var urlFicheTaxon = urlFicheTaxonTpl.replace('%s', this.num_nom);
66
						var htmlTpl = 
66
						var htmlTpl = 
67
							'<ul class="arbre-liste-synonymes">'+
67
							'<ul class="arbre-liste-synonymes">'+
68
								'<li class="feuille-arbre-synonyme-taxo">'+
68
								'<li class="feuille-arbre-synonyme-taxo">'+
69
									'<a "Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
69
									'<a title="Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
70
								'</li>'+
70
								'</li>'+
71
							'</ul>';
71
							'</ul>';
72
						html += htmlTpl;	
72
						html += htmlTpl;	
73
					}
73
					}
74
				});
74
				});