Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 987 Rev 989
Line 59... Line 59...
59
		$informations = $this->informations->getInformationsRelationCatminat();
59
		$informations = $this->informations->getInformationsRelationCatminat();
60
		if($informations != ""){
60
		if($informations != ""){
61
			$baseflorCatminat['catminat'] = $informations['resultat'][0]['catminat_code'];
61
			$baseflorCatminat['catminat'] = $informations['resultat'][0]['catminat_code'];
62
			$baseflorCatminat['lien-liste-fancy'] = $this->appUrls->obtenirUrlListeFancyBoxPhytosocio('catminat_taxons',$this->conteneur->getParametre('referentiel'),$this->nomCourant->getNnr(),$baseflorCatminat['catminat']);
62
			$baseflorCatminat['lien-liste-fancy'] = $this->appUrls->obtenirUrlListeFancyBoxPhytosocio('catminat_taxons',$this->conteneur->getParametre('referentiel'),$this->nomCourant->getNnr(),$baseflorCatminat['catminat']);
63
		}else {
63
		}else {
64
			$baseflorCatminat['aucune'] = 'Aucunes données';
64
			$baseflorCatminat['aucune'] = 'Aucune donnée';
65
		}
65
		}
66
		return $baseflorCatminat;
66
		return $baseflorCatminat;
67
	}
67
	}
Line 68... Line 68...
68
	
68
	
Line 91... Line 91...
91
				$meta = $this->meta->getMetaDonnees();
91
				$meta = $this->meta->getMetaDonnees();
92
				$citation = $meta[0]['citation'];
92
				$citation = $meta[0]['citation'];
93
				$baseveg['meta']['citation'] = $citation;
93
				$baseveg['meta']['citation'] = $citation;
94
				$baseveg['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('baseveg');
94
				$baseveg['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('baseveg');
95
			}else {
95
			}else {
96
				$baseveg['aucune'] = 'Aucunes données';
96
				$baseveg['aucune'] = 'Aucune donnée';
97
			}
97
			}
98
			$this->donnees['baseveg'] = $baseveg;
98
			$this->donnees['baseveg'] = $baseveg;
99
		}
99
		}
100
	}
100
	}
Line 148... Line 148...
148
			$this->meta->setProjet('baseflor');
148
			$this->meta->setProjet('baseflor');
149
			$meta = $this->meta->getMetaDonnees();
149
			$meta = $this->meta->getMetaDonnees();
150
			$citation = $meta[0]['citation'];
150
			$citation = $meta[0]['citation'];
151
			$baseflor['meta']['citation'] = $citation;
151
			$baseflor['meta']['citation'] = $citation;
152
		}else {
152
		}else {
153
			$baseflor['aucune'] = 'Aucunes données';
153
			$baseflor['aucune'] = 'Aucune donnée';
154
		}
154
		}
155
		return $baseflor;
155
		return $baseflor;
156
	}
156
	}
Line 157... Line 157...
157
	
157
	
Line 197... Line 197...
197
					$baseflor['meta']['citation'] = $citation;
197
					$baseflor['meta']['citation'] = $citation;
198
					$baseflor['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('baseflor');
198
					$baseflor['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('baseflor');
Line 199... Line 199...
199
					
199
					
200
					$this->mettreEnCache('baseflor/graphique/'.$referentiel.'_'.$num_nom, $baseflor);
200
					$this->mettreEnCache('baseflor/graphique/'.$referentiel.'_'.$num_nom, $baseflor);
201
				} else {
201
				} else {
202
					$baseflor['aucune'] = 'Aucunes données';
202
					$baseflor['aucune'] = 'Aucune donnée';
203
				}
203
				}
204
			}
204
			}
205
			$this->donnees['baseflor'] = $baseflor;
205
			$this->donnees['baseflor'] = $baseflor;
206
		}
206
		}