Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 58 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 93
Line 3... Line 3...
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 5.0.3                                                                                    |
4
// | PHP version 5.0.3                                                                                    |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eFlore-Serveur.                                                                 |
8
// | This file is part of Serveur eRibosome.                                                              |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
Line 26... Line 26...
26
* Fichier de traduction des définitions en php.
26
* Fichier de traduction des définitions en php.
27
*
27
*
28
* Ce fichier permet de transformer la définition d'un macro-element ou d'un
28
* Ce fichier permet de transformer la définition d'un macro-element ou d'un
29
* groupe de macro-elements en code php.
29
* groupe de macro-elements en code php.
30
* 
30
* 
31
* Abréviation du programme : EFSE
31
* Abréviation du programme : ERIBO
32
*
32
*
-
 
33
*@package eRibosome
33
*@package eFlore-Serveur
34
*@subpackage Generateur
34
//Auteur original :
35
//Auteur original :
35
*@author        Frédéric LEGENS <flegens@free.fr>
36
*@author        Frédéric LEGENS <flegens@free.fr>
36
//Autres auteurs :
37
//Autres auteurs :
37
*@author        Aucun
38
*@author        Aucun
38
*@copyright     Tela-Botanica 2000-2004
39
*@copyright     Tela-Botanica 2000-2004
39
*@version       $Revision: 1.4 $ $Date: 2004-12-23 15:45:48 $
40
*@version       $Revision: 1.5 $ $Date: 2005-01-19 15:43:40 $
40
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
41
*/
42
*/
Line 42... Line 43...
42
 
43
 
43
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
44
// |                                            ENTETE du PROGRAMME                                       |
45
// |                                            ENTETE du PROGRAMME                                       |
Line 45... Line 46...
45
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
46
 
47
 
Line 47... Line 48...
47
require_once '../configuration/eflore_config.php';
48
require_once '../configuration/eribo_config.php';
48
require_once '../configuration/eflore_config_avancee.inc.php';
49
require_once '../configuration/eribo_config_avancee.inc.php';
49
 
50
 
Line 114... Line 115...
114
}
115
}
Line 115... Line 116...
115
 
116
 
116
/* +--Fin du code ----------------------------------------------------------------------------------------+
117
/* +--Fin du code ----------------------------------------------------------------------------------------+
117
*
118
*
-
 
119
* $Log: not supported by cvs2svn $
-
 
120
* Revision 1.4  2004/12/23 15:45:48  jpm
-
 
121
* Changement de version de PHP.
118
* $Log: not supported by cvs2svn $
122
*
119
* Revision 1.3  2004/12/23 15:21:48  jpm
123
* Revision 1.3  2004/12/23 15:21:48  jpm
120
* Mise en conformité convention de codage.
124
* Mise en conformité convention de codage.
121
*
125
*
122
* Revision 1.2  2004/12/22 23:29:15  fred
126
* Revision 1.2  2004/12/22 23:29:15  fred