Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 126 → Rev 127

/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.6 2005-01-03 19:44:40 jpm Exp $
// CVS : $Id: eflore.php,v 1.7 2005-01-28 19:47:55 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.6 $ $Date: 2005-01-03 19:44:40 $
*@version $Revision: 1.7 $ $Date: 2005-01-28 19:47:55 $
// +------------------------------------------------------------------------------------------------------+
*/
 
60,6 → 60,11
// Ajout d'une feuille de style propre à eFlore.
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;
}
 
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
107,7 → 112,7
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
break;
case EFLORE_LG_URL_ACTION_RECH_TAX :
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomique.inc.php';
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
break;
case EFLORE_LG_URL_ACTION_FICHE :
include_once EFLORE_CHEMIN_APPLI.'eflore_fiche.inc.php';
118,6 → 123,9
} else {
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche.inc.php';
}
// +--------------------------------------------------------------------------------------------------+
// Gestion des statistiques
// A faire...
// +--------------------------------------------------------------------------------------------------+
// Gestion des onglets à transférer dans le fichier fiche!
157,6 → 165,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2005/01/03 19:44:40 jpm
* Ajout de la gestion de l'action "fiche".
*
* Revision 1.5 2004/12/23 20:05:17 jpm
* Début prise en maine eflore-consultation.
*