Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 295 → Rev 296

/trunk/interfaces/squelettes/arbre_taxon.tpl.html
66,7 → 66,7
var htmlTpl =
'<ul class="arbre-liste-synonymes">'+
'<li class="feuille-arbre-synonyme-taxo">'+
'<a "Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
'<a title="Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
'</li>'+
'</ul>';
html += htmlTpl;