| Line 97... |
Line 97... |
| 97 |
$this->setSortie('description', sprintf("Fiche descriptive de %s %s (%s)", $this->nom_retenu->get('nom_sci'), $verna ? ('/ ' . $verna) : '', $donnees['description']['titre']));
|
97 |
$this->setSortie('description', sprintf("Fiche descriptive de %s %s (%s)", $this->nom_retenu->get('nom_sci'), $verna ? ('/ ' . $verna) : '', $donnees['description']['titre']));
|
| Line 98... |
Line 98... |
| 98 |
|
98 |
|
| 99 |
$this->setSortie('tags', $this->nom_retenu->get('nom_sci').",".$verna.
|
99 |
$this->setSortie('tags', $this->nom_retenu->get('nom_sci').",".$verna.
|
| Line -... |
Line 100... |
| - |
|
100 |
",botanique,plante,description,ecologie,reconnaitre,fiche espece");
|
| - |
|
101 |
|
| - |
|
102 |
$nom_sci_html = $this->nom_retenu->get('nom_sci_html');
|
| - |
|
103 |
// la recherche avancée à partir du clic sur le nom ne fonctionne pas sur les hybrides
|
| - |
|
104 |
$nom_sci_html = strpos($nom_sci_html, 'class="hyb"') === false ?
|
| 100 |
",botanique,plante,description,ecologie,reconnaitre,fiche espece");
|
105 |
$this->formaterLiensNomsHtml($nom_sci_html) : $nom_sci_html;
|
| 101 |
|
106 |
|
| Line 102... |
Line -... |
| 102 |
// titre de la fiche
|
- |
|
| 103 |
$nom_html_fmt = $this->nom_retenu->get('nom_sci_html').' '.$this->nom_retenu->get('auteur');
|
- |
|
| 104 |
|
- |
|
| 105 |
// la recherche avancée à partir du clic sur le nom ne fonctionne pas sur les hybrides
|
- |
|
| 106 |
$donnees['nom_retenu_html'] = strpos($nom_sci_html, 'class="hyb"') === false ?
|
107 |
// titre de la fiche
|
| 107 |
$this->formaterLiensNomsHtml($nom_html_fmt) :
|
108 |
$donnees['nom_retenu_html'] = $nom_sci_html.' '.$this->nom_retenu->get('auteur');
|
| 108 |
$nom_html_fmt;
|
109 |
|
| 109 |
$donnees['nom_retenu'] = $this->nom_retenu->get('nom_sci');
|
110 |
$donnees['nom_retenu'] = $this->nom_retenu->get('nom_sci');
|
| 110 |
$donnees['nom_appele_html'] = $this->nom_appele_html;
|
111 |
$donnees['nom_appele_html'] = $this->nom_appele_html;
|