Subversion Repositories eFlore/Archives.eflore-consultation-v1

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 8
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_ancien.php,v 1.1 2005-05-24 15:57:48 jpm Exp $
24
// CVS : $Id: eflore_ancien.php,v 1.2 2005-06-01 18:26:21 jpm Exp $
25
/**
25
/**
26
* Moteur de recherche eFlore pour les Antilles et la Réunion
26
* Moteur de recherche eFlore pour les Antilles et la Réunion
27
*
27
*
28
*@package eFlore
28
*@package eFlore
29
*@subpackage Ancien
29
*@subpackage Ancien
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2005
34
*@copyright     Tela-Botanica 2000-2005
35
*@version       $Revision: 1.1 $ $Date: 2005-05-24 15:57:48 $
35
*@version       $Revision: 1.2 $ $Date: 2005-06-01 18:26:21 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
56
$GLOBALS['db_ef'] = DB::connect(EF_DSN);
56
$GLOBALS['db_ef'] = DB::connect(EF_DSN);
Line 57... Line 57...
57
 
57
 
58
/** Inclusion du fichier de langue de l'application eflore. */
58
/** Inclusion du fichier de langue de l'application eflore. */
Line -... Line 59...
-
 
59
require_once EF_PATH_LANGUE.'eflore_langue_'.EF_LANGUE.'.inc.php';
-
 
60
 
-
 
61
// Ajout d'une feuille de style propre à eFlore.
-
 
62
GEN_stockerStyleExterne('eflore', EF_PATH_STYLE.'eflore.css');
-
 
63
 
-
 
64
// Stockage des scripts de l'application
59
require_once EF_PATH_LANGUE.'eflore_langue_'.EF_LANGUE.'.inc.php';
65
GEN_stockerFichierScript('eflore', EF_PATH_SCRIPT.'eflore.js');
60
 
66
 
61
// +------------------------------------------------------------------------------------------------------+
67
// +------------------------------------------------------------------------------------------------------+
62
// |                                            CORPS du PROGRAMME                                        |
68
// |                                            CORPS du PROGRAMME                                        |
63
// +------------------------------------------------------------------------------------------------------+
69
// +------------------------------------------------------------------------------------------------------+
Line 265... Line 271...
265
 
271
 
266
 
272
 
267
/* +--Fin du code ----------------------------------------------------------------------------------------+
273
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
274
*
-
 
275
* $Log: not supported by cvs2svn $
-
 
276
* Revision 1.1  2005/05/24 15:57:48  jpm
268
*
277
* Gestion de l'ancienne base.
269
* $Log: not supported by cvs2svn $
278
*
270
* Revision 1.3  2005/05/19 15:22:46  jpm
279
* Revision 1.3  2005/05/19 15:22:46  jpm
271
* Ajout du remplacement des & par des &amp;
280
* Ajout du remplacement des & par des &amp;
272
*
281
*