Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 36 Rev 48
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_serveur.php,v 1.3 2004-12-21 19:06:59 jpm Exp $
24
// CVS : $Id: eflore_serveur.php,v 1.4 2004-12-22 13:32:33 jpm Exp $
25
/**
25
/**
26
* Fichier principal d'eFlore-Serveur
26
* Fichier principal d'eFlore-Serveur
27
*
27
*
28
* Ce fichier initialise le programme lance la recherche des infos et transfères les données
28
* Ce fichier initialise le programme lance la recherche des infos et transfères les données
29
* à la vue demandée par l'action.
29
* à la vue demandée par l'action.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.3 $ $Date: 2004-12-21 19:06:59 $
38
*@version       $Revision: 1.4 $ $Date: 2004-12-22 13:32:33 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTETE du PROGRAMME                                       |
43
// |                                            ENTETE du PROGRAMME                                       |
Line 44... Line 44...
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
-
 
45
 
45
 
46
require_once 'configuration/eflore_config_avancee.inc.php';
46
require_once 'configuration/eflore_config.php';
47
require_once EFSE_FICHIER_CONFIG;
47
require_once EFSE_CHEMIN_INTERFACE.'eflore_model.interface.php';
48
require_once EFSE_CHEMIN_INTERFACE.'eflore_model.interface.php';
48
require_once EFSE_CHEMIN_INTERFACE.'eflore_vue.interface.php';
49
require_once EFSE_CHEMIN_INTERFACE.'eflore_vue.interface.php';
49
require_once EFSE_CHEMIN_INTERFACE.'eflore_macro_element.interface.php';
50
require_once EFSE_CHEMIN_INTERFACE.'eflore_macro_element.interface.php';
Line 110... Line 111...
110
}
111
}
Line 111... Line 112...
111
 
112
 
112
/* +--Fin du code ----------------------------------------------------------------------------------------+
113
/* +--Fin du code ----------------------------------------------------------------------------------------+
113
*
114
*
-
 
115
* $Log: not supported by cvs2svn $
-
 
116
* Revision 1.3  2004/12/21 19:06:59  jpm
-
 
117
* Mise en conformité convention de codage.
114
* $Log: not supported by cvs2svn $
118
*
115
* Revision 1.2  2004/12/16 22:07:35  fred
119
* Revision 1.2  2004/12/16 22:07:35  fred
116
* correction du numéro de version de PHP
120
* correction du numéro de version de PHP
117
*
121
*
118
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm
122
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm