Subversion Repositories Applications.referentiel

Rev

Rev 277 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 277 Rev 295
Line 59... Line 59...
59
				$this->chargerSynonymie();
59
				$this->chargerSynonymie();
60
				$this->chargerClassification();
60
				$this->chargerClassification();
61
				$this->chargerChorologie();
61
				$this->chargerChorologie();
62
				$this->chargerComplements();
62
				$this->chargerComplements();
63
			}
63
			}
64
			
-
 
65
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_taxon', $this->donnees));
64
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_taxon', $this->donnees));
66
		}
65
		}
67
	}
66
	}
Line 68... Line 67...
68
	
67
	
Line 224... Line 223...
224
		$chaine = urlencode($chaine);
223
		$chaine = urlencode($chaine);
225
		return $chaine;
224
		return $chaine;
226
	}
225
	}
Line 227... Line 226...
227
	
226
	
228
	// retourne l'url de la fiche taxon pour les liens 
227
	// retourne l'url de la fiche taxon pour les liens 
229
	public static function getUrlFicheTaxon($params, $type) {
228
	public static function getUrlFicheTaxon($params, $type = '') {
230
		$taxon = null;
229
		$taxon = null;
231
		switch ($type) {
230
		switch ($type) {
232
			case 'bas' : 
231
			case 'bas' : 
233
				$taxon['num_nom'] = $params['bas_num'];
232
				$taxon['num_nom'] = $params['bas_num'];