Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 150 Rev 173
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: eflore_recherche_taxonomie.inc.php,v 1.3 2005-02-15 13:00:51 jpm Exp $
24
// CVS : $Id: eflore_recherche_taxonomie.inc.php,v 1.4 2005-06-30 15:24:26 jpm Exp $
25
/**
25
/**
26
* Affichage du moteur de recherche taxonomique et de ses résultats.
26
* Affichage du moteur de recherche taxonomique et de ses résultats.
27
*
27
*
28
* Ce script fournit le code html correspondant aux moteurs de recherche taxonomique (par projet) et ses 
28
* Ce script fournit le code html correspondant aux moteurs de recherche taxonomique (par projet) et ses 
29
* résultats.
29
* résultats.
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.3 $ $Date: 2005-02-15 13:00:51 $
37
*@version       $Revision: 1.4 $ $Date: 2005-06-30 15:24:26 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 119... Line 119...
119
// Récupère le bloc "corps"
119
// Récupère le bloc "corps"
120
$sortie .= $squelette->get('corps');
120
$sortie .= $squelette->get('corps');
Line 121... Line 121...
121
 
121
 
122
// --------------------------------------------------------------------------------------------------------
122
// --------------------------------------------------------------------------------------------------------
123
// Lancement de la recherche
123
// Lancement de la recherche
124
if (isset($_REQUEST['eflore_lettre'])) {
124
if (isset($_REQUEST['eflore_taxonomie_submit'])) {
125
    //Constitution du chemin de navigation dans la classification
125
    //Constitution du chemin de navigation dans la classification
126
    if (isset($_REQUEST[EFLORE_LG_URL_NT])) {
126
    if (isset($_REQUEST[EFLORE_LG_URL_NT])) {
127
        if (!isset($_SESSION['eflore_classif'][$_REQUEST[EFLORE_LG_URL_NT]])) {
127
        if (!isset($_SESSION['eflore_classif'][$_REQUEST[EFLORE_LG_URL_NT]])) {
128
            $_SESSION['eflore_classif_chemin'] .= $_REQUEST[EFLORE_LG_URL_NT].'>';
128
            $_SESSION['eflore_classif_chemin'] .= $_REQUEST[EFLORE_LG_URL_NT].'>';
Line 174... Line 174...
174
}
174
}
Line 175... Line 175...
175
 
175
 
176
/* +--Fin du code ----------------------------------------------------------------------------------------+
176
/* +--Fin du code ----------------------------------------------------------------------------------------+
177
*
177
*
-
 
178
* $Log: not supported by cvs2svn $
-
 
179
* Revision 1.3  2005/02/15 13:00:51  jpm
-
 
180
* Ajout de la possibilité de naviguer dans la classification.
178
* $Log: not supported by cvs2svn $
181
*
179
* Revision 1.2  2005/01/28 19:47:55  jpm
182
* Revision 1.2  2005/01/28 19:47:55  jpm
180
* Ajout de la recherche pour les taxons.
183
* Ajout de la recherche pour les taxons.
181
*
184
*
182
* Revision 1.1  2004/12/23 20:05:17  jpm
185
* Revision 1.1  2004/12/23 20:05:17  jpm