| 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_nomenclature.inc.php,v 1.3 2005-01-28 19:47:55 jpm Exp $
|
24 |
// CVS : $Id: eflore_recherche_nomenclature.inc.php,v 1.4 2005-02-15 13:00:23 jpm Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Affichage du moteur de recherche nomenclatural et de ses résultats.
|
26 |
* Affichage du moteur de recherche nomenclatural et de ses résultats.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Ce script fournit le code html correspondant aux moteurs de recherche nomenclatural et ses résultats.
|
28 |
* Ce script fournit le code html correspondant aux moteurs de recherche nomenclatural et ses résultats.
|
| 29 |
*
|
29 |
*
|
| Line 31... |
Line 31... |
| 31 |
//Auteur original :
|
31 |
//Auteur original :
|
| 32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
| 34 |
*@author Aucun
|
34 |
*@author Aucun
|
| 35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
| 36 |
*@version $Revision: 1.3 $ $Date: 2005-01-28 19:47:55 $
|
36 |
*@version $Revision: 1.4 $ $Date: 2005-02-15 13:00:23 $
|
| 37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
| 38 |
*/
|
38 |
*/
|
| Line 39... |
Line 39... |
| 39 |
|
39 |
|
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 117... |
Line 117... |
| 117 |
|
117 |
|
| 118 |
$partie_entete_fin = "\n".'</fieldset>';
|
118 |
$partie_entete_fin = "\n".'</fieldset>';
|
| Line 119... |
Line 119... |
| 119 |
$form->addElement('html', $partie_entete_fin);
|
119 |
$form->addElement('html', $partie_entete_fin);
|
| - |
|
120 |
|
| 120 |
|
121 |
// Instanciation avec les valeur par défaut
|
| - |
|
122 |
if (isset($_SESSION['_EFLORE_']['rechercher'])) {
|
| Line 121... |
Line 123... |
| 121 |
// Instanciation avec les valeur par défaut
|
123 |
$form->setDefaults($_SESSION['_EFLORE_']['rechercher']);
|
| 122 |
$form->setDefaults($_SESSION['_EFLORE_']['rechercher']);
|
124 |
}
|
| 123 |
|
125 |
|
| Line 172... |
Line 174... |
| 172 |
}
|
174 |
}
|
| Line 173... |
Line 175... |
| 173 |
|
175 |
|
| 174 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
176 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 175 |
*
|
177 |
*
|
| - |
|
178 |
* $Log: not supported by cvs2svn $
|
| - |
|
179 |
* Revision 1.3 2005/01/28 19:47:55 jpm
|
| - |
|
180 |
* Ajout de la recherche pour les taxons.
|
| 176 |
* $Log: not supported by cvs2svn $
|
181 |
*
|
| 177 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
182 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
| 178 |
* Ajout de la gestion de l'action "fiche".
|
183 |
* Ajout de la gestion de l'action "fiche".
|
| 179 |
*
|
184 |
*
|
| 180 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|
185 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|