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 permmetant d'afficher les sources.
26
* Fichier permmetant d'afficher les sources.
27
*
27
*
28
* Ce fichier permet d'afficher le code source d'un macro-element ou d'un groupe
28
* Ce fichier permet d'afficher le code source d'un macro-element ou d'un groupe
29
* de macro-elements
29
* de macro-elements
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.6 $ $Date: 2004-12-23 15:45:48 $
40
*@version       $Revision: 1.7 $ $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 77... Line 78...
77
 
78
 
78
 
79
 
79
/* +--Fin du code ----------------------------------------------------------------------------------------+
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
81
*
-
 
82
* $Log: not supported by cvs2svn $
-
 
83
* Revision 1.6  2004/12/23 15:45:48  jpm
80
*
84
* Changement de version de PHP.
81
* $Log: not supported by cvs2svn $
85
*
82
* Revision 1.5  2004/12/23 15:44:57  jpm
86
* Revision 1.5  2004/12/23 15:44:57  jpm
83
* Mise en conformité convention de codage.
87
* Mise en conformité convention de codage.
84
*
88
*