Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 238 Rev 244
Line 46... Line 46...
46
		$blocs_niveaux = $this->recupererTableauConfig('blocs_fiche_defaut');
46
		$blocs_niveaux = $this->recupererTableauConfig('blocs_fiche_defaut');
47
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';
47
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';
48
		$donnees = $this->obtenirDonnees($donnees);
48
		$donnees = $this->obtenirDonnees($donnees);
49
		$donnees['onglet'] = $this->onglet;
49
		$donnees['onglet'] = $this->onglet;
50
		$donnees['contenu_onglet'] = $this->getVue('fiche_'.$this->onglet, $donnees);
50
		$donnees['contenu_onglet'] = $this->getVue('fiche_'.$this->onglet, $donnees);
-
 
51
		$donnees['nom_retenu'] = $this->nom_retenu;
51
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil', $donnees), true);
52
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil', $donnees), true);
52
	}
53
	}
Line 53... Line 54...
53
	
54
	
54
	public function executerOnglet(){
55
	public function executerOnglet(){
Line 68... Line 69...
68
	
69
	
69
	private function capturerParametres() {
70
	private function capturerParametres() {
70
		if (isset($_GET['num_nom'])) {
71
		if (isset($_GET['num_nom'])) {
71
			$this->num_nom = $_GET['num_nom'];
72
			$this->num_nom = $_GET['num_nom'];
-
 
73
		}
-
 
74
		
-
 
75
		if (isset($_GET['nom_retenu']) && $_GET['nom_retenu'] != '') {
-
 
76
			$this->nom_retenu = $_GET['nom_retenu'];
-
 
77
		} else {
-
 
78
			$this->nom_retenu = 'n.'.$this->num_nom;
-
 
79
		}
72
		}
80
		
73
		if (isset($_GET['nom'])) {
81
		if (isset($_GET['nom'])) {
74
			$this->nom = $_GET['nom'];
82
			$this->nom = $_GET['nom'];
75
		}
83
		}
76
		if (isset($_GET['type_nom'])) {
84
		if (isset($_GET['type_nom'])) {