Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 148 → Rev 173

/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.8 2005-02-15 12:59:58 jpm Exp $
// CVS : $Id: eflore.php,v 1.9 2005-06-30 15:24:26 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.8 $ $Date: 2005-02-15 12:59:58 $
*@version $Revision: 1.9 $ $Date: 2005-06-30 15:24:26 $
// +------------------------------------------------------------------------------------------------------+
*/
 
99,9 → 99,9
// +--------------------------------------------------------------------------------------------------+
// Initialisation
/** Definition de la variable globale d'eFlore contenant la connexion à la base de données.*/
$GLOBALS['_EFLORE_']['bdd']= DB::connect(EFLORE_DSN);
//$GLOBALS['_EFLORE_']['bdd']= DB::connect(EFLORE_DSN);
// Allias temporaire
$GLOBALS['db_eflore']= $GLOBALS['_EFLORE_']['bdd'];
//$GLOBALS['db_eflore']= $GLOBALS['_EFLORE_']['bdd'];
$sortie = '';
// +--------------------------------------------------------------------------------------------------+
153,7 → 153,7
 
function afficherContenuPied()
{
$sortie = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'</p>';
$sortie = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'<a href="mailto:'.EFLORE_LG_PIED_MAIL.'">'.EFLORE_LG_PIED_MAIL.'</a>'.EFLORE_LG_POINT.'</p>';
return $sortie;
}
 
165,6 → 165,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.8 2005/02/15 12:59:58 jpm
* Récupération d'info depuis _REQUEST au lieu de _POST.
*
* Revision 1.7 2005/01/28 19:47:55 jpm
* Ajout de la recherche pour les taxons.
*