Line 4... |
Line 4... |
4 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
4 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
Line 5... |
Line 5... |
5 |
|
5 |
|
6 |
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
|
6 |
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
|
7 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
7 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
- |
|
8 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
- |
|
9 |
// Note : tant que Papyrus ne permet pas d'appeler une fonction permettant de récupérer les info de Auth, on est obligé
|
8 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
10 |
// de les rentrer à la main ci-dessous....
|
9 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
- |
|
12 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|
10 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|
13 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription = 'http://www.tela-botanica.org/page:inscription';
|
- |
|
14 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/page:inscription';
|
- |
|
15 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_erreur = 'http://www.tela-botanica.org/page:inscription?action=mdp_oubli';
|
11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription';
|
16 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_aide = 'http://www.tela-botanica.org/page:faq#QTBI';
|
12 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
|
17 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
|
13 |
echo '<div id="menu_contextuel">';
|
18 |
echo '<div id="menu_contextuel">';
|
14 |
echo afficherFormIdentification(array(), $GLOBALS['_GEN_commun']);
|
19 |
echo afficherFormIdentification(array(), $GLOBALS['_GEN_commun']);
|
15 |
echo '</div>' ;
|
20 |
echo '</div>' ;
|
16 |
?>
|
21 |
?>
|