Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 215 Rev 231
Line 63... Line 63...
63
		if ($this->getNombre() == 2) {
63
		if ($this->getNombre() == 2) {
64
			if ($this->getServiceNom() == 'noms') {
64
			if ($this->getServiceNom() == 'noms') {
65
				$classeNom = 'NomsListe';
65
				$classeNom = 'NomsListe';
66
			} else if ($this->getServiceNom() == 'taxons') {
66
			} else if ($this->getServiceNom() == 'taxons') {
67
				$classeNom = 'TaxonsListe';
67
				$classeNom = 'TaxonsListe';
-
 
68
			} else if ($this->getServiceNom() == 'ontologies') {
-
 
69
				$classeNom = 'OntologiesListe';
68
			}
70
			}
Line 69... Line 71...
69
 
71
 
70
		} else if ($this->getNombre() == 3) {
72
		} else if ($this->getNombre() == 3) {
71
			$position3 = $this->getParPosition(2);
73
			$position3 = $this->getParPosition(2);