4 |
david |
1 |
<?php
|
|
|
2 |
include_once 'papyrus/applettes/identification/identification.php';
|
|
|
3 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
|
|
4 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
|
|
5 |
|
292 |
jpm |
6 |
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
|
196 |
jpm |
7 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
|
|
8 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
436 |
jpm |
9 |
// Note : tant que Papyrus ne permet pas d'appeler une fonction permettant de récupérer les info de Auth, on est obligé
|
|
|
10 |
// de les rentrer à la main ci-dessous....
|
196 |
jpm |
11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
|
|
12 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|
436 |
jpm |
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';
|
|
|
16 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_aide = 'http://www.tela-botanica.org/page:faq#QTBI';
|
196 |
jpm |
17 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
|
|
|
18 |
echo '<div id="menu_contextuel">';
|
401 |
jpm |
19 |
echo afficherFormIdentification(array(), $GLOBALS['_GEN_commun']);
|
4 |
david |
20 |
echo '</div>' ;
|
|
|
21 |
?>
|