Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 147 → Rev 148

/trunk/eflore.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore.php,v 1.7 2005-01-28 19:47:55 jpm Exp $
// CVS : $Id: eflore.php,v 1.8 2005-02-15 12:59:58 jpm Exp $
/**
* Application de consultation des données d'eFlore.
*
38,7 → 38,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2005-01-28 19:47:55 $
*@version $Revision: 1.8 $ $Date: 2005-02-15 12:59:58 $
// +------------------------------------------------------------------------------------------------------+
*/
 
61,8 → 61,8
GEN_stockerStyleExterne('eflore', EFLORE_CHEMIN_STYLE.'eflore.css');
 
// Attribution à la variable de session des recherches effectuées
if (isset($_POST['eflore_form_nomenclature']) || isset($_POST['eflore_form_taxonomie'])) {
$_SESSION['_EFLORE_']['rechercher'] = $_POST;
if (isset($_REQUEST['eflore_form_nomenclature']) || isset($_REQUEST['eflore_form_taxonomie'])) {
$_SESSION['_EFLORE_']['rechercher'] = $_REQUEST;
}
 
// +------------------------------------------------------------------------------------------------------+
165,6 → 165,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/01/28 19:47:55 jpm
* Ajout de la recherche pour les taxons.
*
* Revision 1.6 2005/01/03 19:44:40 jpm
* Ajout de la gestion de l'action "fiche".
*