Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 58 | Go to most recent revision | 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 21... Line 21...
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
// 
24
// 
25
/**
25
/**
26
* Fichier principal du generateur d'eFlore-Serveur
26
* Fichier principal du generateur du serveur eRibosome.
27
*
27
*
28
* Ce fichier presente les macro-elements, groupes de macro-elements, ainsi que
28
* Ce fichier presente les macro-elements, groupes de macro-elements, ainsi que
29
* la map des services disponibles et permet de lancer leurs
29
* la map des services disponibles et permet de lancer leurs
30
* traductions en php
30
* traductions en php
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.3 $ $Date: 2004-12-23 15:45:48 $
40
*@version       $Revision: 1.4 $ $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
 
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
header("Content-type: application/vnd.mozilla.xul+xml");
50
header("Content-type: application/vnd.mozilla.xul+xml");
Line 50... Line 51...
50
echo '<?xml version="1.0" encoding="UTF-8" ?>'; 
51
echo '<?xml version="1.0" encoding="UTF-8" ?>'; 
51
echo '<?xml-stylesheet href="css/style.css" type="text/css"?>';
52
echo '<?xml-stylesheet href="css/style.css" type="text/css"?>';
52
 
53
 
53
// +------------------------------------------------------------------------------------------------------+
54
// +------------------------------------------------------------------------------------------------------+
54
// |                                            CORPS du PROGRAMME                                        |
55
// |                                            CORPS du PROGRAMME                                        |
55
// +------------------------------------------------------------------------------------------------------+
56
// +------------------------------------------------------------------------------------------------------+
56
?>
57
?>
57
<!DOCTYPE window>
58
<!DOCTYPE window>
58
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" flex="1">
59
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" flex="1">
59
    <script type="application/x-javascript" src="eflore_editeur.js" />
60
    <script type="application/x-javascript" src="eribo_editeur.js" />
60
    <!-- <script type="application/x-javascript" src="eflore_generateur.js" /> -->
61
    <!-- <script type="application/x-javascript" src="eribo_generateur.js" /> -->
61
     <vbox flex="1">
62
     <vbox flex="1">
62
         <tree  id="composants" hidecolumnpicker="true" flex="1" ondblclick="afficherSelection('composants','src','editeur');">
63
         <tree  id="composants" hidecolumnpicker="true" flex="1" ondblclick="afficherSelection('composants','src','editeur');">
Line 119... Line 120...
119
}
120
}
Line 120... Line 121...
120
 
121
 
121
/* +--Fin du code ----------------------------------------------------------------------------------------+
122
/* +--Fin du code ----------------------------------------------------------------------------------------+
122
*
123
*
-
 
124
* $Log: not supported by cvs2svn $
-
 
125
* Revision 1.3  2004/12/23 15:45:48  jpm
-
 
126
* Changement de version de PHP.
123
* $Log: not supported by cvs2svn $
127
*
124
* Revision 1.2  2004/12/23 15:43:37  jpm
128
* Revision 1.2  2004/12/23 15:43:37  jpm
125
* Mise en conformité convention de codage.
129
* Mise en conformité convention de codage.
126
*
130
*
127
* Revision 1.1  2004/12/22 23:28:47  fred
131
* Revision 1.1  2004/12/22 23:28:47  fred