Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 208 Rev 209
Line 91... Line 91...
91
		$this->nomFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
91
		$this->nomFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
92
		$nom = $this->nomFormateur->formaterListe();
92
		$nom = $this->nomFormateur->formaterListe();
93
		return $nom;
93
		return $nom;
94
	}
94
	}
Line 95... Line -...
95
 
-
 
96
	private function formaterHref($nom) {
-
 
97
		$href = sprintf($this->detailsHrefTpl, $nom['num_nom']);
-
 
98
		return $href;
-
 
99
	}
-
 
100
 
95
 
101
	private function construireEntete() {
96
	private function construireEntete() {
102
		$entete = array('masque' => '', 'depart' => 0, 'limite' => 100, 'total' => 0);
97
		$entete = array('masque' => '', 'depart' => 0, 'limite' => 100, 'total' => 0);
103
		$entete['masque'] = $this->formaterEnteteMasque();
98
		$entete['masque'] = $this->formaterEnteteMasque();
104
		$entete['depart'] = (int) $this->parametres->get('navigation.depart');
99
		$entete['depart'] = (int) $this->parametres->get('navigation.depart');