Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 959 → Rev 960

/trunk/client/recherche_eflore/configuration/config.inc.php
44,7 → 44,7
 
// Chemin vers les dossiers de l'applette
/** Chemin vers l'applette Recherche_evenements de Papyrus.*/
define('R_Eflore_CHEMIN_APPLETTE', GEN_CHEMIN_APPLETTE.'recherche_eflore'.GEN_SEP);
define('R_Eflore_CHEMIN_APPLETTE', GEN_CHEMIN_CLIENT.'recherche_eflore'.GEN_SEP);
/** Chemin vers les fichiers de traduction de l'applette Syndication de Papyrus.*/
define('R_Eflore_CHEMIN_LANGUE', R_Eflore_CHEMIN_APPLETTE.'langues'.GEN_SEP);
/** Chemin vers les fichiers squelettes de l'applette Syndication de Papyrus.*/
53,10 → 53,9
define('R_Eflore_I18N_DEFAUT', 'fr');
 
//Ecrire l'url du service puis le numéro du référentiel sous la forme : "http://url/||00"
$GLOBALS['_R_Eflore_']['flores'] = array ("France métropolitaine" => "http://www.tela-botanica.org/page:bdnff||25",
"Afrique du nord" => "http://www.tela-botanica.org/page:bdafn||45",
"Réunion" => "http://www.tela-botanica.org/page:bdnfm||29",
"Bryophites d'Europe" => "http://www.tela-botanica.org/page:bryophytes_europe||38") ;
 
 
?>
$GLOBALS['_R_Eflore_']['flores'] = array (
"France métropolitaine" => "http://www.tela-botanica.org/page:bdnff||25",
"Afrique du nord" => "http://www.tela-botanica.org/page:bdafn||45",
"Réunion" => "http://www.tela-botanica.org/page:bdnfm||29",
"Bryophites d'Europe" => "http://www.tela-botanica.org/page:bryophytes_europe||38") ;
?>
/trunk/client/recherche_eflore/recherche_eflore.php
61,7 → 61,7
 
// +------------------------------------------------------------------------------------------------------+
/** Inclusion du fichier de configuration de cette application.*/
require_once GEN_CHEMIN_APPLETTE.'recherche_eflore'.GEN_SEP.'configuration'.GEN_SEP.'config.inc.php';
require_once GEN_CHEMIN_CLIENT.'recherche_eflore'.GEN_SEP.'configuration'.GEN_SEP.'config.inc.php';
 
 
// Inclusion des fichiers de traduction de l'applette SYND de Papyrus
/trunk/client/recherche_evenements/configuration/recherche_evenement_config.inc.php
44,12 → 44,16
 
// Chemin vers les dossiers de l'applette
/** Chemin vers l'applette Recherche_evenements de Papyrus.*/
define('R_EVTS_CHEMIN_APPLETTE', GEN_CHEMIN_APPLETTE.'recherche_evenements'.GEN_SEP);
define('R_EVTS_CHEMIN_APPLETTE', GEN_CHEMIN_CLIENT.'recherche_evenements'.GEN_SEP);
/** Chemin vers les fichiers de traduction de l'applette Syndication de Papyrus.*/
define('R_EVTS_CHEMIN_LANGUE', R_EVTS_CHEMIN_APPLETTE.'langues'.GEN_SEP);
/** Chemin vers les fichiers squelettes de l'applette Syndication de Papyrus.*/
define('R_EVTS_CHEMIN_SQUELETTE', R_EVTS_CHEMIN_APPLETTE.'squelettes'.GEN_SEP);
 
$GLOBALS['_R_EVTS_']['types'] = array ('0' => 'Indifférent', '1' => 'Congrès - conférence', '2' => 'Exposition', '3' => 'Sortie de terrain', '4' => 'Stage - formation') ;
 
?>
$GLOBALS['_R_EVTS_']['types'] = array (
'0' => 'Indifférent',
'1' => 'Congrès - conférence',
'2' => 'Exposition',
'3' => 'Sortie de terrain',
'4' => 'Stage - formation') ;
?>
/trunk/client/recherche_evenements/recherche_evenements.php
61,7 → 61,7
 
// +------------------------------------------------------------------------------------------------------+
/** Inclusion du fichier de configuration de cette application.*/
require_once GEN_CHEMIN_APPLETTE.'recherche_evenements'.GEN_SEP.'configuration'.GEN_SEP.'recherche_evenement_config.inc.php';
require_once GEN_CHEMIN_CLIENT.'recherche_evenements'.GEN_SEP.'configuration'.GEN_SEP.'recherche_evenement_config.inc.php';
 
 
// Inclusion des fichiers de traduction de l'applette SYND de Papyrus