Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 92 Rev 108
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: eribo_serveur.php,v 1.1 2005-01-19 15:24:08 jpm Exp $
24
// CVS : $Id: eribo_serveur.php,v 1.2 2005-01-24 17:42:54 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.1 $ $Date: 2005-01-19 15:24:08 $
38
*@version       $Revision: 1.2 $ $Date: 2005-01-24 17:42:54 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 54... Line 54...
54
require_once EFSE_CHEMIN_CLASSE.'eribo_macro_element.class.php';
54
require_once EFSE_CHEMIN_CLASSE.'eribo_macro_element.class.php';
Line 55... Line 55...
55
 
55
 
56
// +------------------------------------------------------------------------------------------------------+
56
// +------------------------------------------------------------------------------------------------------+
57
// |                                            CORPS du PROGRAMME                                        |
57
// |                                            CORPS du PROGRAMME                                        |
58
// +------------------------------------------------------------------------------------------------------+
58
// +------------------------------------------------------------------------------------------------------+
59
$cle = $_REQUEST['key'];
59
$cle = $_REQUEST['cle'];
60
/* Lecture du fichier donnant la carte des services disponibles */
60
/* Lecture du fichier donnant la carte des services disponibles */
61
$fichier_services_map = fopen(EFSE_FICHIER_MAP, 'r');
61
$fichier_services_map = fopen(EFSE_FICHIER_MAP, 'r');
62
while($donnee = fscanf($fichier_services_map, "%s\t%s\t%s\t%s\t%s\t%s", $cle_nom, $service_nom, $vue_nom, $schema, $ratio, $style)) {
62
while($donnee = fscanf($fichier_services_map, "%s\t%s\t%s\t%s\t%s\t%s", $cle_nom, $service_nom, $vue_nom, $schema, $ratio, $style)) {
63
    if ($cle == $cle_nom) {
63
    if ($cle == $cle_nom) {
Line 112... Line 112...
112
}
112
}
Line 113... Line 113...
113
 
113
 
114
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
/* +--Fin du code ----------------------------------------------------------------------------------------+
115
*
115
*
-
 
116
* $Log: not supported by cvs2svn $
-
 
117
* Revision 1.1  2005/01/19 15:24:08  jpm
-
 
118
* Changement de nom.
116
* $Log: not supported by cvs2svn $
119
*
117
* Revision 1.5  2005/01/19 15:23:43  jpm
120
* Revision 1.5  2005/01/19 15:23:43  jpm
118
* Changement de nom de fichiers.
121
* Changement de nom de fichiers.
119
*
122
*
120
* Revision 1.4  2004/12/22 13:32:33  jpm
123
* Revision 1.4  2004/12/22 13:32:33  jpm