Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 123 Rev 135
Line 27... Line 27...
27
        // Lettre du début du nom
27
        // Lettre du début du nom
28
        if (array_key_exists('le',$_REQUEST)) {
28
        if (array_key_exists('le',$_REQUEST)) {
29
            $this->dblock->ajouterDonnee('le', $_REQUEST['le']);
29
            $this->dblock->ajouterDonnee('le', $_REQUEST['le']);
30
        }
30
        }
Line -... Line 31...
-
 
31
        
-
 
32
        // Numéro du taxon dans un projet
-
 
33
        if (array_key_exists('nt',$_REQUEST)) {
-
 
34
            $this->dblock->ajouterDonnee('nt', $_REQUEST['nt']);
-
 
35
        }
31
        
36
        
32
        $this->construireContexte();
37
        $this->construireContexte();
33
        $this->ajouterMacroElement();
38
        $this->ajouterMacroElement();
Line 34... Line 39...
34
    }
39
    }
Line 40... Line 45...
40
    
45
    
41
    function ajouterMacroElement()
46
    function ajouterMacroElement()
42
    {
47
    {
43
        $un_macro_element = $this->macroElementFactory('TAXON_RECHERCHE_ALPHABET', $this->dblock);
48
        $un_macro_element = $this->macroElementFactory('TAXON_RECHERCHE_ALPHABET', $this->dblock);
-
 
49
        $un_macro_element->construire();
-
 
50
        $un_macro_element = $this->macroElementFactory('TAXON_RECHERCHE_CLASSIFICATION', $this->dblock);
44
        $un_macro_element->construire();
51
        $un_macro_element->construire();
Line 45... Line 52...
45
    }
52
    }
46
    
53
    
47
}
54
}