Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
|
- |
|
3 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
|
2 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
|
4 |
include_once 'papyrus/applettes/identification/identification.php';
|
3 |
include_once 'papyrus/applettes/identification/identification.php';
|
5 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
4 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
6 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
5 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
7 |
include_once 'Net/URL.php' ;
|
6 |
include_once 'Net/URL.php' ;
|
Line 8... |
Line -... |
8 |
|
- |
|
9 |
|
7 |
|
10 |
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url) ;
|
8 |
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url);
|
11 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN) ;
|
9 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
12 |
$GLOBALS['_GEN_commun']['pear_auth'] = & $AUTH ;
|
10 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
13 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME' ;
|
11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
14 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME' ;
|
12 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|
15 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription' ;
|
13 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription';
|
16 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela' ;
|
14 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
|
17 |
echo '<div id="menu_contextuel">' ;
|
15 |
echo '<div id="menu_contextuel">';
|
18 |
echo afficherFormIdentification($tab_arguments, &$_GEN_commun) ;
|
16 |
echo afficherFormIdentification($tab_arguments, $GLOBALS['_GEN_commun']);
|
19 |
echo '</div>' ;
|
17 |
echo '</div>' ;
|
20 |
?>
|
18 |
?>
|